# Gsdaudit Fix

> Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit

- Skill: `thedixitjain/gsdaudit-fix` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/gsdaudit-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/gsdaudit-fix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/gsdaudit-fix

---


<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_PLUGIN_ROOT}/workflows/audit-fix.md
</execution_context>

<process>
Execute the audit-fix workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/audit-fix.md end-to-end.
</process>

---

**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/gsd/skills/audit-fix/SKILL.md`

