audit-fix

Fix audit issues in AUDIT.md files and archive changes to AUDIT_HISTORY.md.

9|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/mkSteady/mkSkills --skill audit-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-fix
Source: https://github.com/mkSteady/mkSkills/tree/main/audit-fix
Command: npx skills add https://github.com/mkSteady/mkSkills --skill audit-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fix audit issues described in AUDIT.md for a module, keeping changes tightly scoped to the listed files and preparing audits for archival.

Core Features & Use Cases

  • Read AUDIT.md to identify issues and their target files.
  • Apply fixes within the exact files and update AUDIT_HISTORY.md with a record of changes.
  • Archive repaired issues and prepare a clean audit trail for compliance and future reviews.

Quick Start

Run audit-fix with a target module path to automatically fix issues listed in AUDIT.md and archive results.

Frequently Asked Questions about audit-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix audit issues listed in AUDIT.md without modifying other files?

To fix audit issues safely, run a targeted automation that reads AUDIT.md and applies patches strictly to the listed files. This enforces scoped changes, preventing accidental modifications to unlisted code during the security audit.

How does automated code compliance patching handle traceability for future reviews?

Automated compliance patching handles traceability by archiving applied fixes to AUDIT_HISTORY.md. This creates a clean audit trail, recording all code changes for compliance verification and future security reviews.

What is the best way to batch prioritize security fixes across multiple modules?

The best way to batch prioritize security fixes is importing your AUDIT.md issues into a Kanban board. This allows you to organize module-level audit fixes systematically for prioritized patching and tracking.

Can I apply security patches and archive changes for a single module independently?

Yes, you can apply security patches and archive changes for a single module independently. By targeting a specific module path, the tool fixes issues locally and updates its own AUDIT_HISTORY.md file.

Why should I restrict code quality fixes to only the files described in an audit report?

Restricting code quality fixes to files described in an audit report prevents uncontrolled scope creep and maintains baseline code integrity. It ensures patching automation only touches verified targets for safe compliance.