debugging-methodology
Installation
SKILL.md
Debugging Methodology
This skill provides comprehensive guidance for systematically debugging issues using scientific methods and proven techniques.
Scientific Debugging Method
The Scientific Approach
1. Observe: Gather information about the bug 2. Hypothesize: Form theories about the cause 3. Test: Design experiments to test hypotheses 4. Analyze: Evaluate results 5. Conclude: Fix the bug or refine hypothesis
Example: Debugging a Login Issue
// Bug: Users cannot log in