概要
The Systematic Debugging Patterns skill transforms Claude Code into a disciplined bug investigator by enforcing the 'Iron Law': no code changes until a root cause is proven. It guides the AI through four distinct phases—Root Cause Investigation, Pattern Analysis, Hypothesis Testing, and Implementation—preventing common pitfalls like 'guess-and-check' fixes or symptom-masking. Especially effective for complex, multi-component systems, this skill ensures that fixes are robust, tested, and architecturally sound, significantly reducing time spent on trial-and-error debugging.