| name | bug-triage |
| description | Repro-first bug investigation process with root-cause validation and fix planning. |
Bug Triage Workflow
Use this skill when debugging or handling bug reports.
Steps
- Reproduce the bug with a concrete command or test.
- Isolate minimal failing scope (file/function/condition).
- Identify root cause with direct evidence.
- Propose smallest safe fix and verification plan.
Required Output
- Reproduction steps and expected vs actual behavior
- Root cause statement with evidence
- Minimal fix plan
- Verification commands/tests