| name | Bug Triage |
| description | Reproduce, classify, and prioritize an incoming bug into an actionable ticket. |
| category | Ops |
Bug Triage
Turn a raw bug report into a ticket engineering can pick up — reproduced,
classified, and prioritized.
When to use
- A bug report comes in from a customer or monitoring.
- The backlog has stale reports that need sorting.
Steps
- Reproduce the issue and capture the exact steps and environment.
- Scope the blast radius: who and how many are affected.
- Classify severity and likely area of the code.
- Prioritize against current work using severity × reach.
- Write a ticket with repro steps, expected vs. actual, and evidence.
Output
A triaged ticket: repro steps, severity, affected area, and priority, following
the [[Engineering standards]]. Ready for an engineer to pick up.