fixing-bugs
CommunityEnd-to-end bug-fix workflow
Authorwithzombies
Version1.0.0
Installs0
System Documentation
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.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: fixing-bugs Download link: https://github.com/withzombies/hyperpowers/archive/main.zip#fixing-bugs Please download this .zip file, extract it, and install it in the .claude/skills/ directory.