Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bmad-code-org avatar

Bmad Os Gh Triage

  • 1 installs
  • 8 repo stars
  • Updated June 28, 2026
  • bmad-code-org/bmad-utility-skills

bmad-os-gh-triage is a skill that analyzes all open GitHub issues and produces a prioritized triage report with theme clusters, duplicates, and cleanup candidates.

About

This skill analyzes all open GitHub issues and produces a structured triage report. A maintainer runs it to prioritize issues by severity, cluster them into themes, and surface duplicates, stale items, and cross-repo issues. It fetches issues with the gh CLI, splits them into batches of about 10 for parallel agent analysis, and emits a dated markdown report with suggested gh commands.

  • Fetches all open issues via gh CLI and analyzes them in parallel batches
  • Produces a prioritized report with theme clusters, duplicates, and cleanup candidates
  • Never includes time or effort estimates

Bmad Os Gh Triage by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #2,478 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
At a glance

bmad-os-gh-triage capabilities & compatibility

Capabilities
issue triage · backlog grooming · prioritization
Works with
github
Use cases
project management · orchestration
From the docs

What bmad-os-gh-triage says it does

Use `gh issue list --json number,title,body,labels` to fetch all open issues.
SKILL.md
NEVER include time or effort estimates in output or recommendations
SKILL.md
npx skills add https://github.com/bmad-code-org/bmad-utility-skills --skill bmad-os-gh-triage

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars8
Last updatedJune 28, 2026
Repositorybmad-code-org/bmad-utility-skills

What it does

Analyze all open GitHub issues and produce a prioritized triage report with theme clusters and cleanup candidates.

Who is it for?

Maintainers with a large open-issue backlog who need it prioritized, clustered, and cleaned up.

Skip if: Estimating time or effort; the skill explicitly never includes those.

When should I use this skill?

A user says to triage the github issues or analyze open github issues.

What you get

A dated markdown triage report ranking issues by priority with theme clusters and gh cleanup commands.

  • dated triage-report markdown file

By the numbers

  • splits issues into batches of about 10 for parallel analysis
  • flags issues with no activity over 30 days as stale

Files

SKILL.mdMarkdownGitHub ↗

GitHub Issue Triage with AI Analysis

CRITICAL RULES:

  • NEVER include time or effort estimates in output or recommendations
  • Focus on WHAT needs to be done, not HOW LONG it takes
  • Use Bash tool with gh CLI for all GitHub operations

Execution

Step 1: Fetch Issues

Use gh issue list --json number,title,body,labels to fetch all open issues.

Step 2: Batch Creation

Split issues into batches of ~10 issues each for parallel analysis.

Step 3: Parallel Agent Analysis

For EACH batch, use the Task tool with subagent_type=general-purpose to launch an agent with prompt from agent-prompt.md

Step 4: Consolidate & Generate Report

After all agents complete, create a comprehensive markdown report saved to _bmad-output/triage-reports/triage-YYYY-MM-DD.md

Report Format

Executive Summary

  • Total issues analyzed
  • Issue count by priority (CRITICAL, HIGH, MEDIUM, LOW)
  • Major themes discovered
  • Top 5 critical issues requiring immediate attention

Critical Issues (CRITICAL Priority)

For each CRITICAL issue:

  • #123 - [Issue Title](url)
  • What it's about: [Deep understanding]
  • Affected: [Components]
  • Why Critical: [Rationale]
  • Suggested Action: [Specific action]

High Priority Issues (HIGH Priority)

Same format as Critical, grouped by theme.

Theme Clusters

For each major theme:

  • Theme Name (N issues)
  • What connects these: [Pattern]
  • Root cause: [If identifiable]
  • Consolidated actions: [Bulk actions if applicable]
  • Issues: #123, #456, #789

Relationships & Dependencies

  • Duplicates: List pairs with gh issue close commands
  • Related Issues: Groups of related issues
  • Dependencies: Blocking relationships

Cross-Repo Issues

Issues that should be migrated to other repositories.

For each, provide:

gh issue close XXX --repo CURRENT_REPO --comment "This issue belongs in REPO. Please report at https://github.com/TARGET_REPO/issues/new"

Cleanup Candidates

  • v4-related: Deprecated version issues with close commands
  • Stale: No activity >30 days
  • Low priority + old: Low priority issues >60 days old

Actionable Next Steps

Specific, prioritized actions: 1. [CRITICAL] Fix broken installer - affects all new users 2. [HIGH] Resolve Windows path escaping issues 3. [HIGH] Address workflow integration bugs etc.

Include gh commands where applicable for bulk actions.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.