소개
The Systematic Debugging skill transforms Claude into a disciplined engineer by mandating a strict 'tools first, fixes second' protocol. It eliminates guesswork by guiding the AI through a structured workflow: creating a bug task, establishing a consistent reproduction, identifying the root cause through data flow tracing, writing a failing regression test, and verifying the fix against the entire test suite. This skill is essential for resolving complex regressions, intermittent issues, and architectural failures where quick patches often fail.