What problem does it solve?
This Skill automates the find-fix-verify cycle by analysing code, applying automated fixes, running tests with coverage checks, and offering to commit only when the repository is clean, reducing manual cleanup before PRs or merges.
Core Features & Use Cases
- Composite Pipeline: Chains analyse → review-fix → test → report and skips unnecessary steps when the analysis is already clean.
- Regression Safety & Guardrails: Re-runs analysis after fixes, halts on regressions, failing tests, or insufficient diff-coverage, and always requests explicit user confirmation before committing.
- Use Case: Use after completing a feature or before opening a pull request to automatically fix lint/static issues, validate test suites and coverage, and prepare a verified commit.
Quick Start
Run fix-all on the target file or directory to automatically analyse issues, apply fixes, run tests with coverage checks, and offer to commit if all checks pass.