What problem does it solve?
This Skill helps you quickly restore a failing monorepo CI pipeline by triaging format, lint, type-check, and test failures and then applying the smallest safe fixes without expanding the change scope.
Core Features & Use Cases
- Failure triage & classification: Groups CI output into format, lint, type, and test buckets to identify the highest-signal problem areas.
- Scoped fix batching: Applies targeted edits at the file or package level based on error counts, reducing churn while improving convergence.
- Verification loop: Re-runs targeted package checks after each batch and finishes with the full
bun run ci-check to confirm the repo is clean.
- Blocked tracking: Marks repeatedly failing scopes as blocked after limited attempts and moves on to keep progress going.
Quick Start
Run the skill to triage the output of bun run ci-check, apply the smallest correct bounded fixes, and keep re-verifying until CI turns green.