bmad-os-gh-triage

Analyze open GitHub issues and generate a structured markdown triage report.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/GenEducation/GenedUIProject --skill bmad-os-gh-triage-geneducation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-os-gh-triage
Source: https://github.com/GenEducation/GenedUIProject/tree/main/.gemini/skills/bmad-os-gh-triage
Command: npx skills add https://github.com/GenEducation/GenedUIProject --skill bmad-os-gh-triage-geneducation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps repository maintainers quickly understand a large backlog of GitHub issues, identify what matters most, and turn scattered reports into a clear triage plan.

Core Features & Use Cases

  • Open Issue Analysis: Reviews issue titles, bodies, and labels to determine the real problem, impact, and likely root cause.
  • Priority Classification: Separates critical blockers from high, medium, and low priority work without relying on time estimates.
  • Theme and Relationship Mapping: Groups related issues, spots duplicates, and identifies cross-repository items that belong elsewhere.
  • Report Generation: Produces a structured markdown summary with executive insights, cleanup candidates, and actionable next steps.
  • Use Case: A maintainer with dozens of unresolved issues can use this Skill to batch-analyze the backlog and surface the most urgent fixes first.

Quick Start

Use the bmad-os-gh-triage skill to analyze the repository’s open GitHub issues and generate a prioritized triage report.

Frequently Asked Questions about bmad-os-gh-triage

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

FAQPage Schema
How do I prioritize a large backlog of open GitHub issues?

To prioritize open GitHub issues, you can analyze issue metadata, labels, and bodies to classify priority and generate a structured triage report. This separates critical blockers from low priority work without relying on time estimates.

Can I group duplicate GitHub issues and map related themes automatically?

Yes, you can group duplicate GitHub issues and map related themes by analyzing issue titles and bodies. This process spots duplicates, clusters related items, and identifies cross-repository routing decisions for misplaced bugs.

Do I need gh CLI access to analyze repository bugs and generate a triage report?

Yes, you need gh CLI access to analyze repository bugs and generate a triage report. The analysis requires gh CLI to fetch issue metadata needed to classify priority and produce actionable markdown output.

What is the best way to turn scattered GitHub feature requests into an action plan?

The best way to turn scattered GitHub feature requests into an action plan is to batch-analyze the backlog to determine real problems and impact. This generates a markdown summary with executive insights and actionable next steps.

How does issue triage handle cross-repo routing decisions for unresolved bugs?

Issue triage handles cross-repo routing decisions by reviewing issue metadata to identify items that belong elsewhere. It maps relationships across repositories to ensure unresolved bugs are routed correctly.

What limitations exist when classifying priority for open GitHub issues?

A limitation when classifying priority for open GitHub issues is that classification relies entirely on available issue metadata like titles, bodies, and labels. Issues lacking detailed metadata may result in less accurate priority assignments.