What problem does it solve? Reproducible failures like broken tests, type errors, lint violations, and CI failures need disciplined repair without introducing new behavior or patch seams; this Skill diagnoses the root cause and restores green checks while respecting the active plan contract. ## Core Features & Use Cases - Failure Diagnosis: Auto-detects the failure area by running tests, type checker, and linter, mapping each error to its code location. - Test and Fixture Repair: Fixes incorrect test logic, mocks, and fixtures without modifying the source code under test. - Plan-Contract Pinning: Pins the state.md plan identity after a code review so follow-up reviews validate against the identical task contract. - Use Case: After a code review flags defects in a stacked change, run the fix workflow to repair the owning change, re-run all checks, and return a structured attempt report with root-cause classification. ## Quick Start Fix the failing tests and type errors in the current work item and report the root cause of each failure.