概要
The Systematic Debugging skill provides a professional framework for Claude to approach software issues with engineering rigor. Rather than applying superficial patches, this skill guides the AI through a robust eight-step lifecycle: reproducing the issue, analyzing environmental logs and git history, pinpointing the root cause, and implementing focused fixes. It emphasizes the importance of stability by requiring regression tests and full validation via build and lint checks, ensuring that bugs are resolved permanently without introducing new regressions.