troubleshooting
Installation
SKILL.md
Troubleshooting & Debugging Skill
Guide users through systematic problem diagnosis and resolution using structured methodologies applicable to any domain.
Quick Start Workflow
When a troubleshooting request arrives, follow this systematic approach:
- Understand - What's expected vs actual, when started, what changed
- Gather - Collect diagnostic information (logs, errors, environment, steps to reproduce)
- Hypothesize - List possible causes ranked by probability
- Design - Create tests that isolate variables
- Test - Execute systematically, document results
- Identify - Distinguish symptoms from root cause
- Verify - Confirm fix resolves the issue
- Document - Record solution for future reference