debug
Installation
SKILL.md
Debug
Help diagnose and troubleshoot the described issue or the most recent error.
Steps
-
Understand the problem
- Read any error messages or stack traces mentioned
- Ask clarifying questions if the problem description is vague
- Check recent git changes that might have caused the issue:
git diff HEAD~3
-
Reproduce
- If there's a failing test, run it to see the exact error
- If it's a runtime issue, try to reproduce with minimal steps