소개
The Debugging Methodology skill equips Claude with a structured framework for troubleshooting software issues, ranging from simple logic errors to complex system-level performance bottlenecks. It integrates core debugging principles like Occam's Razor and Binary Search with modern diagnostic tools such as eBPF, Valgrind, and language-specific profilers. By providing a standardized workflow—Understand, Reproduce, Locate, Diagnose, Fix, and Verify—it ensures that developers can identify root causes efficiently while avoiding common anti-patterns like shotgun debugging.