---
name: GSD Audit Fix
slug: gsd-audit-fix
category: Quality
description: GSD Audit Fix runs an audit, classifies findings as auto-fixable or manual-only, then fixes auto-fixable issues with test verification and atomic commits. Use it when you want to automate code audit remediation in Claude Code.
github: "https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-audit-fix"
language: JavaScript
stars: 8257
forks: 573
install: "npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-audit-fix ~/.claude/skills/gsd-audit-fix"
installs_to: ~/.claude/skills/gsd-audit-fix
source_path: skills/gsd-audit-fix/SKILL.md
collection_size: 25
category_size: 1354
collection_url: "https://dirskills.com/collections/open-gsd/gsd-core"
added: 2026-08-15T06:50:58.845Z
last_synced: 2026-08-15T06:50:58.845Z
canonical_url: "https://dirskills.com/skills/gsd-audit-fix"
---

# GSD Audit Fix

GSD Audit Fix runs an audit, classifies findings as auto-fixable or manual-only, then fixes auto-fixable issues with test verification and atomic commits. Use it when you want to automate code audit remediation in Claude Code.

**Install:**

```bash
npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-audit-fix ~/.claude/skills/gsd-audit-fix
```

## README

<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>
