Bug Triage Skill
Helps categorize, prioritize, and investigate bug reports.
Steps
- Read the bug report or error description
- Search codebase for the error message or affected code path
- Use
scrapin_searchto find relevant documentation - Use
scrapin_code_drift_reportto check if the affected API has changed - Categorize severity: critical / high / medium / low
- Apply heuristics from
@.claude/skills/bug-triage/heuristics.md - Suggest investigation steps and potential fixes