소개
The Systematic Debugging skill provides a structured framework for diagnosing technical issues, ranging from simple test failures to deep architectural regressions. It guides Claude to prioritize evidence gathering through stack trace analysis and data flow tracing before attempting any code changes. By enforcing a 'root cause first' philosophy, the skill ensures that fixes are targeted and verified, preventing the common pitfall of layering patches on top of misunderstood problems. It is particularly effective for resolving persistent bugs, performance bottlenecks, and unexpected system behaviors in complex environments.