What problem does it solve?
This skill eliminates the common pitfalls of software maintenance, such as fixing symptoms instead of root causes, working without a reproduction, and leaving behind coverage gaps.
Core Features & Use Cases
- Evidence-Based Debugging: Enforces a strict discipline of reproduction, hypothesis falsification, and root cause analysis before any code is changed.
- Regression Prevention: Ensures that every fix is accompanied by a permanent test that pins the invariant and closes the specific coverage gap that allowed the bug to exist.
- Use Case: When a user reports a regression in a data processing pipeline, this skill guides the agent to first reproduce the failure, identify the specific logic error, and implement a minimal fix that is verified by a new regression test.
Quick Start
Invoke the bug-fix skill to investigate and resolve the reported regression in the CSV parser module.