bug-triage

Evaluate bug severity versus priority and assign items to sprints or backlog.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill bug-triage-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-triage
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/bug-triage
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill bug-triage-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triaging open bugs is time-consuming and error-prone. This skill automates the evaluation of bug severity versus priority, assigns items to the appropriate sprint or backlog, and surfaces systemic trends to guide QA and development planning.

Core Features & Use Cases

  • Load and parse bug backlog from production/qa/bugs/*.md or the consolidated production/qa/bugs.md log.
  • Classify each bug by Severity (S1-S4) and Priority (P1-P4) with deviation checks to surface patterns.
  • Assign bugs to the current sprint or backlog based on the selected mode (/bug-triage sprint, full, or trend) and available sprint capacity.
  • Perform trend analysis for volume, hot spots, age, and regressions, then generate a triage report.
  • Output the triage results to production/qa/bug-triage-[date].md and gate report creation.

Quick Start

Run /bug-triage sprint to triage current bugs for the active sprint and generate a triage 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 for sprint planning?

Automate bug triage by evaluating severity versus priority to assign items to sprints or backlog based on available capacity. Running sprint triage classifies current bugs and outputs a structured report to optimize release quality.

What is bug severity versus priority classification in issue tracking?

Bug severity and priority classification evaluates issue impact and urgency using S1-S4 and P1-P4 scales. This process surfaces deviation patterns to guide QA management and development planning.

How do I generate a triage report for my bug backlog?

Generate a triage report by parsing the bug backlog and evaluating sprint capacity. The report outputs to production/qa/bug-triage-[date].md, gating creation to ensure sprint-ready documentation.

Can I perform trend analysis on bug regressions across multiple sprints?

Perform trend analysis across multiple sprints by analyzing bug volume, hot spots, age, and regressions. This mode reevaluates the full backlog to surface systemic issues for QA planning.

Does bug triage work with markdown format bug logs?

Bug triage works with markdown format logs by loading and parsing files from production/qa/bugs/*.md or the consolidated production/qa/bugs.md log to classify issues and assign them to sprints.