概要
Systematic Debugging provides a structured methodology for Claude to diagnose and fix complex software issues, ranging from runtime crashes to intermittent race conditions. By enforcing the 'iron law' of root-cause investigation before proposing any code changes, this skill ensures that fixes are based on data rather than guesswork. It guides the agent through evidence collection, variable isolation, and hypothesis testing, resulting in permanent solutions and robust test coverage for runtime, logic, integration, and performance bugs.