bug-investigation
Installation
SKILL.md
Bug Investigation
When to Use
Use this skill when investigating bugs or unexpected behavior.
Investigation Process
1. Reproduce
- Get exact steps to reproduce
- Identify environment (OS, version, config)
- Create minimal reproduction case
2. Isolate
- Binary search through code/commits
- Disable features to narrow scope
- Check if issue exists in isolation