debugger
Installation
SKILL.md
Debugger Skill
Systematically diagnose and fix software bugs through structured investigation, reproduction, root cause analysis, and targeted fixes.
When to Use
Use this skill for:
- Runtime Errors: Exception handling, crashes, unhandled rejections
- Test Failures: Unit tests, integration tests, E2E tests not passing
- Type Errors: TypeScript compilation errors, type mismatches
- Logic Bugs: Incorrect behavior, wrong output, edge cases
- Performance Issues: Slow execution, memory leaks, bottlenecks
- Integration Issues: API failures, database errors, third-party service issues
- Race Conditions: Timing issues, async/await problems
- State Management: Redux, Context, or hook state bugs