bug-triage

Prioritize and categorize game development bugs using YAML severity criteria.

Updated May 16, 2026
One-click install
npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill bug-triage-seonghuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-triage
Source: https://github.com/SeongHuni/LightNShadowSurviver/tree/main/GameStudio/codex/skills/bug-triage
Command: npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill bug-triage-seonghuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of prioritizing, categorizing, and managing bugs in a game development environment, improving workflow efficiency and reducing manual effort.

Core Features & Use Cases

  • Bug Triage: Prioritize bugs based on severity and urgency.
  • Automated Assignment: Assign bugs to specific sprints or backlog based on current capacity.
  • Trend Analysis: Identify patterns and trends in bug reports to prevent future issues.
  • Reporting: Generate a detailed triage report with actionable insights.

Quick Start

Run the bug-triage skill with the argument 'sprint' to assign bugs to the 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 game development workflows?

Bug prioritization is automated using YAML-based criteria to evaluate severity and urgency, assigning bugs to specific sprints or backlogs based on current capacity without manual intervention.

What is bug triage during sprint planning and how does it work?

Bug triage during sprint planning categorizes and prioritizes issues by matching pre-defined YAML severity configurations against current team capacity to generate actionable assignment reports.

How do I configure bug severity and urgency rules for automated triage?

You configure bug severity and urgency rules by defining criteria in YAML files, which the triage scripts use to automatically categorize and assign issues without manual logic intervention.

Can I identify bug report trends to prevent future issues in game development?

Yes, trend analysis identifies patterns in bug reports to prevent future issues, and the process generates a detailed triage report with actionable insights for your development workflow.

What is the best way to assign bugs to sprints during overflow periods?

The best way to assign bugs during overflow is running automated triage with the sprint argument, which evaluates capacity and categorizes backlog items using pre-defined YAML priority configurations.