概要
The Systematic Code Debugging skill enforces a rigorous 'Root Cause First' approach to troubleshooting technical issues, ranging from production bugs to test failures. By moving through distinct phases—Root Cause Investigation, Pattern Analysis, Hypothesis Testing, and Implementation—it prevents 'guess-and-check' coding and ensures that fixes address the source of a problem rather than just its symptoms. This skill is particularly valuable for complex, multi-component systems where architectural issues often masquerade as simple errors, providing a structured framework to trace data flow backward through the call chain.