What problem does it solve?
The bugfix Skill removes guesswork from fixing failures by forcing a root-cause diagnosis first, then generating requirements and executing a verified one-shot fix.
Core Features & Use Cases
- Root-cause-first bug fixing: performs debugger-style diagnosis and classifies the bug before any code changes.
- Requirements-driven execution: converts diagnosis into a structured requirements.md and delegates the actual fix/verification to /execute.
- Verification + safety guardrails: runs a standard verification pipeline, uses a max-attempt circuit breaker, and escalates with saved reports when repeated attempts fail.
- Use Case: When you have an error log or failing test and you want a minimal, evidence-backed fix that avoids regressions.
Quick Start
Run bugfix by providing the error description you’re seeing, then choose whether to proceed with the generated root-cause fix or switch to full specification escalation if needed.