What problem does it solve?
Fixing codebase audit findings is slow and error-prone when the work requires triaging, editing multiple files, validating behavior, and producing reviewable commits.
Core Features & Use Cases
- Issue classification: Separates findings into auto-fixable vs manual-only categories so you know what can be safely handled end-to-end.
- Autonomous remediation: Applies fixes for auto-fixable issues, then verifies changes using tests before finalizing.
- Atomic commit output: Produces commits that keep changes reviewable and traceable back to specific findings.
- Use Case: When you run a security or quality audit on an existing repository, this skill turns eligible findings into validated fixes while leaving the rest clearly marked for human follow-up.
Quick Start
Run the audit-and-fix pipeline with high-priority coverage by executing the command: openforce gsd-audit-fix --source audit-uat --severity high --max 5