From GSD Core
Runs an audit, classifies findings as auto-fixable or manual-only, then autonomously fixes auto-fixable issues with test verification and atomic commits. Supports --max, --severity, --dry-run, and --source flags.
How this command is triggered — by the user, by Claude, or both
Slash command
/gsd-core:audit-fix --source <audit-uat> [--severity <medium|high|all>] [--max N] [--dry-run]gsd/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<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> @~/.claude/gsd-core/workflows/audit-fix.md </execution_context> <process> Execute end-to-end. </process>
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/gsd-core/workflows/audit-fix.md </execution_context>
Execute end-to-end.npx claudepluginhub sometiny/get-shit-done-redux/audit-fixRuns an audit, classifies findings as auto-fixable or manual-only, then autonomously fixes auto-fixable issues with test verification and atomic commits. Supports --max, --severity, --dry-run, and --source flags.
/audit-fixAudits code for issues across multiple dimensions, fixes them, verifies resolutions, and repeats until all resolved or user stops. Supports severity, fixer, and interactive flags.
/auto-fixGenerates and applies patches to remediate verified security findings from findings.json. Supports --finding, --all-verified, --severity, --dry-run, --create-pr flags.
/audit-quick-winsScans audit findings and lists quick wins — high-impact issues fixable in under an hour — as a numbered checklist with implementation steps.
/fixRemediates security findings from a scan file — patch a single finding, batch-fix by severity, bundle fixes into a PR, or upgrade vulnerable SCA dependencies.
/candid-chrome-qa-fixReads a candid-chrome-qa findings file, lets you select which findings to fix, and dispatches fixes as a batched PR, per-finding PRs via deep links, local-only changes, or issues-only. Optionally files Linear issues per finding.