/triage-issues
Analyze and triage open GitHub issues for prioritization.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/triage-issues
Context preview
What this command does when you run it.
Analyze and triage open GitHub issues for prioritization.
Command definition
triage-issues.mdname: triage-issues
description: Analyze and triage open GitHub issues for prioritization.
/triage-issues - Triage GitHub Issues
Analyze and triage open GitHub issues for prioritization.
Steps
1. Fetch all open issues from the repository using the GitHub API 2. Filter issues by: unlabeled, unassigned, or stale (no activity in 30 days) 3. Analyze each issue for: completeness, reproducibility, severity, and impact 4. Suggest labels based on issue content: bug, feature, enhancement, documentation, question 5. Assess priority based on: user impact, frequency of reports, component affected 6. Identify duplicate issues by comparing titles and descriptions with existing issues 7. Flag issues that need more information from the reporter 8. Group related issues that could be addressed together 9. Suggest assignees based on the component or area affected 10. Create a triage summary: total open, by priority, by label, stale issues 11. Recommend which issues to close (duplicates, won't fix, cannot reproduce) 12. Generate a prioritized backlog view for the next sprint
Rules
- Do not close issues without user confirmation
- Respect existing labels and assignments; suggest changes, do not override
- Mark issues as stale only if truly inactive (no comments, no linked PRs)
- Prioritize bugs over features, security issues over all others
- Consider the number of thumbs-up reactions as a popularity signal
- Do not auto-assign issues; suggest assignees for human decision
- Keep triage notes factual and neutral in tone
Read more
name: triage-issues description: Analyze and triage open GitHub issues for prioritization.
/triage-issues - Triage GitHub Issues
Analyze and triage open GitHub issues for prioritization.
Steps
1. Fetch all open issues from the repository using the GitHub API 2. Filter issues by: unlabeled, unassigned, or stale (no activity in 30 days) 3. Analyze each issue for: completeness, reproducibility, severity, and impact 4. Suggest labels based on issue content: bug, feature, enhancement, documentation, question 5. Assess priority based on: user impact, frequency of reports, component affected 6. Identify duplicate issues by comparing titles and descriptions with existing issues 7. Flag issues that need more information from the reporter 8. Group related issues that could be addressed together 9. Suggest assignees based on the component or area affected 10. Create a triage summary: total open, by priority, by label, stale issues 11. Recommend which issues to close (duplicates, won't fix, cannot reproduce) 12. Generate a prioritized backlog view for the next sprint
Rules
- Do not close issues without user confirmation
- Respect existing labels and assignments; suggest changes, do not override
- Mark issues as stale only if truly inactive (no comments, no linked PRs)
- Prioritize bugs over features, security issues over all others
- Consider the number of thumbs-up reactions as a popularity signal
- Do not auto-assign issues; suggest assignees for human decision
- Keep triage notes factual and neutral in tone
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

