关于
The Systematic Debugging skill transforms how technical issues are resolved by mandating a structured, investigation-first approach. Instead of applying quick patches that mask underlying issues, this skill guides the developer through Root Cause Investigation, Pattern Analysis, Hypothesis Testing, and Implementation. It is specifically designed to handle complex multi-component systems, intermittent failures, and high-pressure production bugs by enforcing 'The Iron Law': no fixes without a verified root cause. By integrating with test-driven development and data flow tracing, it ensures that every fix is permanent and doesn't introduce regressions.