Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Scanned 9/2/2026
Install to Claude Code
npx -y skills add open-gsd/gsd-core --skill gsd-audit-fix --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gsd Audit Fix?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/open-gsd-gsd-audit-fix)More formats (shields.io, HTML) on the badges page.
---
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>
@~/.claude/gsd-core/workflows/audit-fix.md
</execution_context>
<process>
Execute end-to-end.
</process>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!