From gsd
Runs an autonomous audit-to-fix pipeline: finds issues, classifies severity, auto-fixes with test verification, and commits changes atomicly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd:audit-fix --source <audit-uat> [--severity <medium|high|all>] [--max N] [--dry-run]--source <audit-uat> [--severity <medium|high|all>] [--max N] [--dry-run]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
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)
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/audit-fix.md </execution_context>
Execute the audit-fix workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/audit-fix.md end-to-end.npx claudepluginhub jnuyens/gsd-pluginRuns an autonomous audit-to-fix pipeline that finds issues, classifies them, applies fixes with test verification, and commits changes.
Automates a multi-round audit-fix-verify cycle: Claude audits code, Codex applies fixes, Claude verifies. Repeats up to 3 rounds until all issues resolved. Useful after writing features or before commits.
Iterative multi-agent code audit that keeps running until critical and high findings are resolved. Useful for deep code audits, release-readiness, security/performance/test-quality reviews, or bug-hunting across a scope.