What problem does it solve?
Fix-it eliminates the slow, error-prone process of manually debugging, designing, verifying, and shipping fixes by running a structured RCA-to-shipping workflow that ends with a merged patch and traceable evidence.
Core Features & Use Cases
- RCA-driven defect resolution: Traces symptoms to the specific file and logic that is wrong, producing an auditable root cause artifact.
- Fix design with alternatives: Produces a fix plan that explicitly considers alternatives and records rejection reasons.
- Single checkpoint approval: Presents the RCA and fix design at exactly one human approval gate before implementation.
- Independent verification before shipping: Ensures a failing regression test is authored and that an independent auditor verifies outcomes before merge.
- Autonomous shipping end state: Commits, opens a PR, merges to main, and deletes the feature branch, linking back to the originating issue.
Quick Start
Use the fix-it skill to resolve an open bug issue by providing the issue number or running from a fix/ branch that contains that issue number.