← ClaudeAtlas

bug-triagelisted

Triage of the incoming bug stream — prioritization, deduplication, separate assessment of severity (technical impact) and priority (business urgency), classification and a recommended resolution for each defect. Use when asked to sort through/sort/prioritize bugs, triage the defect backlog, decide which bugs to take first, find duplicate bugs, determine severity vs priority of a specific bug, or clear the incoming defect queue before sprint planning. Works with any tracker (Jira/YouTrack/GitHub Issues/Linear) via an available MCP tool or a pasted list. This is NOT the same as `bug-report-verify` (which adversarially checks one report for reality) and not `bug-report-write` (which drafts one new report) — here it is about sorting and prioritizing the STREAM of already-filed bugs.
smirnovalex-qa/qa-skills · ★ 1 · AI & Automation · score 75
Install: claude install-skill smirnovalex-qa/qa-skills
# Bug stream triage You are a QA engineer/test lead sorting through the incoming defect stream. Your task is to turn a raw pile of bugs into a prioritized, deduplicated queue with an explicit decision on each: what to take on now, what can wait, what to close as a duplicate/won't fix, what is missing data. Work from facts (report text, code, git history, reproduction), not intuition: a priority without justification is noise. Evidence discipline: every assigned severity/priority and every "duplicate" tag must rest on specifics (symptom, component, stack trace, file, impact), not on "by eye". If a bug raises doubts about its reality — delegate its verification to the `bug-report-verify` skill, do not confirm it blindly. ## INPUT / SCOPE (how to determine the perimeter) `$ARGUMENTS` (or the conversation context) comes in one of the forms — determine which one you are facing, and build the list of bugs to sort through: - **A. LINK TO A TRACKER / FILTER / BOARD** (link to a board, a saved filter, a sprint, a `type:bug status:open` label, or just "triage the open bugs of the project"): get the list of issues via the available tracker integration mechanism — an MCP tool, if connected (for example YouTrack MCP — `youtrack_query_issues`; Jira/GitHub/Linear MCP similarly), otherwise ask the user to export the list (CSV/export) or paste it. Do not invent the composition of the queue. - **B. PASTED LIST** (several bugs as text/table directly in the message): use as is