debug
Installation
SKILL.md
Debug
Systematic debugging through hypothesis generation, evidence collection, and verification.
When to Use This Skill
- When facing a bug with unclear root cause
- When initial debugging attempts haven't resolved the issue
- When you need structured investigation rather than guesswork
- When documenting a debugging session for future reference
Input
Provide as much of the following as available:
- Problem Statement
- What's the expected behavior?
- What's the actual behavior?
- Steps to reproduce