gsd-audit-fix · git:20260426.d53cc6c · 2026-04-26 · sha256 6e361a2bdb7d8978
gsd-audit-fix git:20260426.d53cc6cA
Immutable. This exact content is served forever at /api/v1/blob/6e361a2bdb7d8978.
--- name: gsd-audit-fix description: "Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit" argument-hint: "--source <audit-uat> [--severity <medium|high|all>] [--max N] [--dry-run]" allowed-tools: - Read - Write - Edit - Bash - Grep - Glob - Agent - AskUserQuestion --- <objective> 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) </objective> <execution_context> @$HOME/.claude/get-shit-done/workflows/audit-fix.md </execution_context> <process> Execute the audit-fix workflow from @$HOME/.claude/get-shit-done/workflows/audit-fix.md end-to-end. </process>