What problem does it solve?
It reduces the time and risk of manually chasing down codebase issues by running an audit, determining which findings are safe to auto-fix, applying fixes, and validating them with tests.
Core Features & Use Cases
- Audit-to-fix pipeline: Runs a specified audit, then classifies each finding as auto-fixable versus manual-only.
- Autonomous remediation: Applies deterministic fixes for eligible issues, prioritizing configurable severity and a maximum number of findings.
- Test verification + atomic commits: Confirms fixes via test runs and creates small, reviewable commits instead of one large change.
- Use case: You keep hitting recurring CI failures or lint/security findings; run the skill to automatically remediate the safe subset and leave the rest for human review.
Quick Start
Run the audit-to-fix workflow for the default audit and automatically fix up to 5 medium-severity findings with test verification by executing: --source audit-uat --severity medium --max 5.