prioritize
Analyzes backlog and suggests fix order using AI prioritization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Analyzes backlog and suggests fix order using AI prioritization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Analyzes a specific bug from the issue tracker (analysis only, no code changes)
Validate Automation Config, MCP servers, and tokens
Creates backlog epics in issue tracker from a specification document
Multi-agent discussion -- brings 2-3 agent perspectives into one conversation
Run the fix pipeline on a single ticket OR a batch -- auto-resumes from checkpoint if state exists
Implements a feature from the issue tracker -- spec, design, fix, review, test, publish
| name | prioritize |
| description | Analyzes backlog and suggests fix order using AI prioritization |
| allowed-tools | mcp__*, Read, Glob, Grep, Task |
| argument-hint | [--limit <N>] [--output <path>] |
Input: $ARGUMENTS = optional --limit <N> (default: 20), --output <path> (default: stdout)
Read Automation Config from CLAUDE.md section ## Automation Config:
Before any pipeline operation, verify MCP tool availability:
mcp__* tool matching the tracker type is accessible/agent-flow:check-setup for diagnostics."Via MCP server (per Issue Tracker → Type), fetch open issues (Bug query + Feature query). Limit = --limit flag.
If a metrics report exists (./reports/metrics.md or Metrics → Output from config), read per-area failure patterns and success rates.
Before dispatch, check Agent Overrides: follow ../../core/agent-override-injector.md for priority-engine overrides.
You MUST invoke Task(subagent_type='agent-flow:priority-engine', model='opus'). DO NOT inline-execute.
Context: list of issues + historical data (if available).
If priority-engine fails or returns an error, display: "Prioritization failed: {reason}" and stop.
Display the agent's result. If --output is specified → write to file.