What problem does it solve?
This Skill helps you resolve bugs with a disciplined, evidence-first workflow so you do not guess at fixes or hide the real cause behind a quick patch.
Core Features & Use Cases
- Deterministic reproduction: Requires a failing command, test, or repro path before any code changes.
- Root-cause analysis: Demands ranked, falsifiable hypotheses and evidence before selecting a fix.
- Test-first repair: Adds a failing test that captures the bug, then applies the minimal fix and verifies the original repro again.
- Bug memory: Maintains a bug-fix log so recurring issues are recognized faster.
- Use case: A login endpoint returns 500 on empty input, a test is flaky, or a recent change introduced a crash and you need the smallest provable repair.
Quick Start
Use the bugfix skill to reproduce the reported failure, identify the root cause, write a failing test, and apply the minimal fix.