bug-triage

Classify and prioritize software bugs from markdown files into structured triage reports.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/johnatas-henrique/overdrive --skill bug-triage-johnatas-henrique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-triage
Source: https://github.com/johnatas-henrique/overdrive/tree/main/.opencode/skills/bug-triage
Command: npx skills add https://github.com/johnatas-henrique/overdrive --skill bug-triage-johnatas-henrique

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unorganized bug backlogs make it easy to miss critical issues, misallocate fix effort, and overlook recurring systemic problems that degrade product quality over time.

Core Features & Use Cases

  • Severity and Priority Classification: Standardizes bug rating by impact (severity) and urgency (priority) to remove subjective guesswork from triage.
  • Sprint Assignment: Maps P1/P2 bugs to current or upcoming sprints based on team capacity, preventing overallocation.
  • Trend and Regression Detection: Flags systemic issues like repeated bugs in the same system or regressions in previously completed stories.
  • Use Case: After a QA pass files 12 new bugs for a racing game, run this skill to quickly identify which bugs block the next release, which can be deferred, and if the physics system has 4 high-severity bugs that need a dedicated fix sprint.

Quick Start

Run the bug-triage skill in sprint mode after the QA team files new bugs to get a prioritized list of fixes assigned to your current sprint.

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 prioritization for sprint planning?

Automate bug prioritization by classifying open issues based on severity and priority, then mapping P1/P2 bugs to current or upcoming sprints. This eliminates manual triage overhead and prevents sprint capacity overallocation.

What is the best way to track systemic trends in a bug backlog?

Track systemic trends by analyzing bug backlogs to flag repeated issues within the same system and identify regressions in previously completed stories. This prevents recurring problems from degrading product quality over time.

How do I assign bugs to sprints without overallocating team capacity?

Assign bugs to sprints without overallocating capacity by mapping prioritized P1 and P2 issues against available team capacity. This enforces guardrails to prevent unapproved bug status changes and sprint overload.

Can I use markdown files for QA bug triage in game development?

You can use markdown files for QA bug triage in game development by processing bugs stored under the production/qa/ directory. The skill generates structured triage reports with sprint assignments and systemic trend flags.

Does bug triage prevent unapproved status changes to open issues?

Bug triage prevents unapproved status changes by enforcing strict guardrails during the classification and sprint assignment process. This reduces the risk of missing critical fixes and maintains backlog integrity.