debug-systematically
Installation
SKILL.md
Debug Systematically
Follow a structured debugging process when encountering errors or unexpected behavior.
Debugging Process
1. Reproduce
Goal: Confirm the error consistently occurs
- Run the failing command/test again
- Document exact steps to reproduce
- Note any error messages verbatim
- Check if error is consistent or intermittent
Example:
# Reproduce the error
make test