bmad-code-org / gh-triage
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/gh-triage && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/718" && unzip -o skill.zip -d .claude/skills/gh-triage && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/gh-triage/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Fetch all GitHub issues via gh CLI and use AI agents to deeply analyze, cluster, and prioritize issues with actual understanding. Use for issue triage, backlog cleanup, or when user mentions "issues", "triage", or "backlog".
4 views
0 installs
Skill Content
--- name: bmad-os-gh-triage description: Fetch all GitHub issues via gh CLI and use AI agents to deeply analyze, cluster, and prioritize issues license: MIT disable-model-invocation: true metadata: author: bmad-code-org version: "3.0.0" compatibility: Requires gh CLI, git repository, and BMad Method with Task tool support --- Read `prompts/instructions.md` and execute.