debug-issue
Installation
SKILL.md
Help debug current issue by walking through debugging process systematically and providing clear, actionable solutions.
- Problem Analysis: Identify specific problem/error, understand expected vs actual behavior, trace execution flow to find root cause
- Debugging Strategy: Add appropriate logging statements, suggest debugging tools/techniques, identify key variables/states to monitor, recommend breakpoint locations
- Solution Approach: Propose potential fixes with explanations, consider multiple solution approaches, evaluate trade-offs, provide step-by-step resolution plan
- Prevention: Suggest ways to prevent similar issues, recommend additional tests/checks, identify code patterns that could be improved