What problem does it solve? Open bug backlogs grow without consistent prioritization, causing critical defects to be lost between sprints and systemic quality issues to go unnoticed. This Skill reads every open bug report, re-evaluates severity versus priority, assigns fixes to sprints, and surfaces trends before they become release blockers. ## Core Features & Use Cases - Severity and priority classification: Rates each bug on S1-S4 severity and P1-P4 priority scales, then assigns P1/P2 bugs to the current or next sprint based on capacity. - Systemic trend detection: Flags hot-spot systems, regressions against completed stories, and aged high-severity bugs that represent accepted risk. - Structured triage report: Produces a Markdown report at production/qa/bug-triage-[date].md with summary tables, assignments, and recommended actions. - Use Case: At sprint start, run the triage to process 15 open bugs, assign the 4 P1 items to the current sprint, and discover that the rendering system has produced 3 bugs in one sprint, signaling a design quality issue. ## Quick Start Ask the AI to run bug triage in sprint mode against the open bugs in production/qa/bugs/ and produce a prioritized triage report.