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 0xdhx/gsd-core30plugins reuse this command
First indexed Jun 7, 2026
Showing the 6 earliest of 30 plugins
/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.
/SKILLRapidly fixes small bugs and minor issues with root cause analysis and TDD verification. Accepts a bug description, finding ID, or direct finding input.
/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 with multiple modes: single fix, batch by severity, PR bundling, and SCA upgrades. Accepts severity filters and automated PR creation flags.