Skip to main content
Generaldavepoon

gsd:audit-fix

Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--audit-fix
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/audit-fix/SKILL.md -o .claude/skills/audit-fix.md

Drops the SKILL.md into .claude/skills/audit-fix.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Run an audit, classify findings as auto-fixable vs manual-only, then autonomously fix auto-fixable issues with test verification and atomic commits.

Flags:

  • --max N — maximum findings to fix (default: 5)
  • --severity high|medium|all — minimum severity to process (default: medium)
  • --dry-run — classify findings without fixing (shows classification table)
  • --source <audit> — which audit to run (default: audit-uat)
@${CLAUDE_PLUGIN_ROOT}/workflows/audit-fix.md Execute the audit-fix workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/audit-fix.md end-to-end.