From bmad-utility-skills
Analyzes all open GitHub issues, batches them for parallel AI analysis, and generates a comprehensive triage report with priorities, themes, duplicates, and actionable next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bmad-utility-skills:bmad-os-gh-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**CRITICAL RULES:**
CRITICAL RULES:
Use gh issue list --json number,title,body,labels to fetch all open issues.
Split issues into batches of ~10 issues each for parallel analysis.
For EACH batch, use the Task tool with subagent_type=general-purpose to launch an agent with prompt from agent-prompt.md
After all agents complete, create a comprehensive markdown report saved to _bmad-output/triage-reports/triage-YYYY-MM-DD.md
For each CRITICAL issue:
Same format as Critical, grouped by theme.
For each major theme:
gh issue close commandsIssues 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"
Specific, prioritized actions:
Include gh commands where applicable for bulk actions.
npx claudepluginhub bmad-code-org/bmad-utility-skills --plugin bmad-utility-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.