Skip to content
Development
Command

/triage

Use to process a backlog of issues or PRs into a prioritized action list.

From plugin
agent-powerups
654 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --agent claude-code

How 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

Context preview

What this command does when you run it.

Use to process a backlog of issues or PRs into a prioritized action list.

Command definition

triage.md

triage

Use to process a backlog of issues or PRs into a prioritized action list.

Steps:

1. Fetch open items: `gh issue list --state open` or `gh pr list --state open`. 2. Read each title and body. Group by theme (bug, feature, chore, debt). 3. Score each item on two axes: user impact (high/med/low) and effort (small/medium/large). 4. Identify blockers: anything that prevents other work or blocks a release. 5. Output a ranked list: blockers first, then high-impact/low-effort, then the rest. 6. Flag anything that needs more information before it can be acted on.

Do not close, label, or comment on issues unless explicitly asked.

Ships withagent-powerups

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
2
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
11d ago
Last commit
3mo ago
Created

Repo: yeaight7/agent-powerups