Debugging Methodology Systematic approach to finding and fixing bugs. When to Use This Skill | Use this skill when... | Use something else instead when... | |------------------------|------------------------------------| | Diagnosing a live bug, memory leak, race, or perf regression | Bug is hidden by a swallowed error → | | Reasoning about reproduction, isolation, and root cause | Bug is hidden by silent success-on-empty → | | Choosing strace/eBPF/perf for system-level investigation | Reviewing surrounding code quality once root cause is known → | | Documenting hypotheses and binary-searchin…