About
The Systematic Bug Fixing skill implements a rigorous, TDD-based workflow for handling software defects within Claude Code. It ensures every bug is tracked via a 'bd' issue, investigated for root causes rather than symptoms, and validated with a failing regression test before a fix is applied. By enforcing a strict sequence—track, debug, test-driven fix, and verification—this skill prevents regressions and ensures high-quality, documented resolutions for both development and production issues.