Fix Bug

Fixes a bug through test-driven debugging, reproduces it with a failing test, locates the root cause with evidence (file:line), then applies the smallest fix that resolves it without refactoring unrelated code. Use when the user wants to fix a bug, debug an issue, resolve an error, or investigate a failing test. Not for building new functionality (use implement-feature) or restructuring working code with no bug involved (use refactor).

mgiovani 7a0d3fa 4 files · 22.2 KB Updated

File contents

mgiovani/cc-arsenal/tree/main/skills/fix-bug commit 7a0d3fad14

Frequently asked questions

npx skillmds@latest add mgiovani/fix-bug