bug-triage

Parse markdown bug files, classify severity and priority, and generate a triage report.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill bug-triage-euraika-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-triage
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/.agents/skills/bug-triage
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill bug-triage-euraika-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually reviewing open bugs, assessing their severity and priority, and assigning them to sprints is time‑consuming and error‑prone. This Skill automates the triage process, surfaces systemic issues, and generates a concise report for the team.

Core Features & Use Cases

  • Automated backlog parsing: Scans bug files in production/qa/bugs/ and extracts relevant data.
  • Severity & priority classification: Applies standard S1‑S4 severity and P1‑P4 priority definitions.
  • Sprint assignment: Assigns high‑priority bugs to the current sprint while respecting capacity constraints.
  • Trend analysis: Highlights hot‑spot systems, regression bugs, and aging issues.
  • Report generation: Produces a markdown triage report ready for review and archival.

Quick Start

Ask the bug‑triage skill to process the current sprint’s bugs and generate a report.

Frequently Asked Questions about bug-triage

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

FAQPage Schema
How do I automate bug triage and priority assignment for a sprint?

Automate bug triage by parsing markdown bug files to classify S1-S4 severity and P1-P4 priority, performing trend analysis, and generating a structured report assigning high-priority bugs to sprints based on capacity constraints.

What is the best way to prioritize a large bug backlog before sprint planning?

Prioritize a bug backlog by scanning open issues, applying standard S1-S4 severity and P1-P4 priority definitions, surfacing systemic hot-spots and regressions, and producing a sprint-ready markdown triage report.

Does automated bug triage work with markdown bug files?

Yes, automated bug triage works with markdown bug files by scanning the production directory, extracting relevant data, classifying severity, and generating a markdown triage report ready for review and archival.

When should I re-evaluate bug priorities during a development cycle?

Re-evaluate bug priorities during sprint planning, after QA runs, or when the bug count exceeds a threshold, using trend analysis to highlight aging issues and regression bugs for immediate triage.

Can sprint assignment respect capacity constraints when triaging bugs?

Yes, sprint assignment respects capacity constraints by assigning high-priority bugs to the current sprint only when capacity allows, ensuring the triage report reflects achievable workload targets.