What problem does it solve?
This Skill streamlines the end-to-end work of auditing a codebase, separating actionable issues from manual follow-up, and turning fixable findings into verified changes without forcing the user to manage each step manually.
Core Features & Use Cases
- Audit Triage: Reviews findings and classifies them by severity and whether they can be fixed automatically.
- Autonomous Repair Loop: Applies safe fixes, runs tests or validation, and iterates until the issue is resolved or a manual decision is required.
- Atomic Delivery: Supports clean completion with commit-ready results after verification.
- Use Case: A developer can use it to process an audit report, quickly repair the highest-value issues, and leave only edge cases for human review.
Quick Start
Use the gsd-audit-fix skill to run an audit on the target repository, fix the eligible findings, validate the changes, and prepare the results for commit.