Systematic Debugging Skill
This skill provides a structured approach to debugging that finds root causes instead of treating symptoms.
When to Use This Skill
Use this skill when you need to:
- •Debug complex or non-obvious issues
- •Investigate performance problems
- •Find the root cause of unexpected behavior
- •Verify a bug fix actually works
The 6-Step Process
- •Understand the Problem
- •Reproduce Reliably
- •Find Root Cause (Don't guess - investigate)
- •Fix the Root Cause
- •Verify the Fix
- •Document
Integration
- •Referenced from AGENTS.md debugging section
- •See detailed debugging guide for complete examples
For complete examples and debugging techniques, see the detailed debugging guide.