What problem does it solve?
This Skill helps you turn a confirmed bug report into a safe, verified code fix without drifting into unrelated changes or leaving the repository in an unvalidated state.
Core Features & Use Cases
- Targeted Bug Repair: Focuses on the diagnosed root cause and keeps the edit scope as small as possible.
- Regression Validation: Reproduces the failure where feasible, then proves the fix with tests, typechecking, linting, and formatting.
- Repository Discipline: Stages the finished work for the orchestrator while avoiding commits, pushes, and other prohibited Git operations.
- Use Case: A broken API route, query, handler, or UI behavior is reported with high confidence, and this Skill is used to implement the fix and verify it end to end.
Quick Start
Use the fix skill to repair the confirmed bug, run the appropriate regression checks, and stage only the files needed for the validated change.