What problem does it solve?
This Skill codifies a complete bug-fix workflow: reproduce, track in a bug-tracking system, debug systematically, write a failing test, implement the fix, verify, and close. Every bug gets a BD issue and regression test.
Core Features & Use Cases
- Track: Create a bug issue and document reproduction steps.
- Debug: Systematic investigation with debugging tools.
- Test (RED): Write a failing regression test to reproduce the bug.
- Fix (GREEN): Implement the root-cause fix with minimal changes.
- Verify: Run the full test suite to confirm the fix.
- Close: Update the bug issue and close it with a regression note.
Quick Start
Reproduce the issue, create a BD bug, run debugging-with-tools for root-cause analysis, write a regression test with hyperpowers:test-driven-development, implement the fix, verify with the test suite, and finally close the BD issue.