Bug Triage This skill processes the open bug backlog into a prioritised, sprint-assigned action list. It distinguishes between severity (how bad is the impact?) and priority (how urgently must we fix it?), detects systemic trends, and ensures no critical bug is lost between sprints. Output: When to run: - Sprint start — assign open bugs to the new sprint or backlog - After completes and new bugs have been filed - When the bug count crosses 10+ open items --- 1. Parse Arguments Modes: - — triage against the current sprint; assign fixable bugs to the sprint backlog; defer the rest - — full tria…