bmad-os-gh-triage

Automatically fetches GitHub issues via gh CLI and analyzes them with AI agents to generate structured triage reports.

51.7k|5.9k|Updated Apr 13, 2025
One-click install
npx skills add https://github.com/bmad-code-org/BMAD-METHOD --skill bmad-os-gh-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-os-gh-triage
Source: https://github.com/bmad-code-org/BMAD-METHOD/tree/main/.claude/skills/gh-triage
Command: npx skills add https://github.com/bmad-code-org/BMAD-METHOD --skill bmad-os-gh-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clusters and prioritizes GitHub issues by combining gh CLI data with AI-driven analysis to deliver actionable triage insights.

Core Features & Use Cases

  • Batch processing: Splits open issues into manageable batches for parallel analysis.
  • AI triage: Deeply analyzes issue content to determine impact, component, and severity.
  • Automated reporting: Generates a comprehensive triage report saved to _bmad-output/triage-reports/

Quick Start

Run the gh-triage process within a BMad Method repo to begin automated issue triage.

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 automate GitHub issue triage for a large backlog?

You can automate GitHub issue triage by running a process that fetches open issues via the gh CLI and uses AI agents to deeply analyze content, determining impact, component, and severity for a structured triage report.

What is AI-powered issue triage and how does it work?

AI-powered issue triage combines gh CLI data with AI-driven analysis to cluster and prioritize GitHub issues. It splits open issues into manageable batches for parallel analysis to deliver actionable triage insights.

Do I need the gh CLI installed to run automated issue analysis?

Yes, automated issue analysis requires the gh CLI installed and authenticated within a git repository. It also requires the BMad Method with Task tool support to execute the AI agents.

Where are the generated triage reports saved?

Generated triage reports are saved directly to the `_bmad-output/triage-reports/` directory within your local repository, providing structured insights into issue impact and severity.

Can I process GitHub issues in batches to avoid rate limits?

Yes, the batch processing feature splits open GitHub issues into manageable batches. This enables parallel AI analysis across the batches to efficiently produce a comprehensive triage report.