bug-triage

Analyze bug backlogs to prioritize issues and generate structured triage reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/thilthpc01208/Codex-Game-Studios --skill bug-triage-thilthpc01208
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-triage
Source: https://github.com/thilthpc01208/Codex-Game-Studios/tree/main/.codex/skills/bug-triage
Command: npx skills add https://github.com/thilthpc01208/Codex-Game-Studios --skill bug-triage-thilthpc01208

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read all open bugs in production/qa/bugs/, re-evaluate priority vs. severity, assign to sprints, surface systemic trends, and produce a triage report. Run at sprint start or when the bug count grows enough to need re-prioritization.

Core Features & Use Cases

  • Classifies each bug by Severity (S1-S4) and Priority (P1-P4) to determine urgency.
  • Assigns fix ownership to sprints/backlog and surfaces overflow when capacity is reached.
  • Generates a structured triage report with trend analysis and systemic issues.
  • Handles sprint context and backlog scenarios to support continuous delivery.

Quick Start

Instruct the AI to run bug triage for the current sprint or backlog as needed and output to production/qa/bug-triage-[date].md.

Frequently Asked Questions about bug-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize open bugs in my backlog for an upcoming sprint?

Bug triage analyzes your open bug backlog to classify issues by severity and priority, assigns fixes to sprints, and outputs a structured triage report with trend analysis to guide sprint planning.

What is the best way to classify bug severity and priority for sprint planning?

Classifying bug severity and priority involves evaluating each issue against defined S1-S4 severity and P1-P4 priority levels to determine fix urgency, assign sprint ownership, and surface overflow when capacity is reached.

How do I generate a bug triage report with trend analysis for production issues?

You can generate a bug triage report by reading all open production bugs, detecting systemic trends, and exporting a structured report to production/qa/bug-triage-[date].md to guide your fixes.

When should I run bug triage on my qa backlog?

You should run bug triage at sprint start or when the open bug count grows large enough to need re-prioritization, ensuring fixes are properly assigned before capacity overflow occurs.

Can I assign bug fixes to specific sprints and detect capacity overflow?

Yes, bug triage assigns fix ownership to specific sprints or the backlog and surfaces overflow when sprint capacity is reached, ensuring your team maintains sustainable continuous delivery.