Analyze a set of JIRA tickets to determine optimal execution order based on dependencies and priority. Produces an ordered list usable standalone or as a pre-step before implement/forge.
| references/priority-weights.md | Step 5 — scoring rules and factor weights | | references/output-format.md | Step 6 — report template and JSON schema | | references/dependency-analysis.md | Steps 3-4 — dependency detection rules |
Analyze JIRA tickets to determine priority and dependency order. Outputs an ordered JIRA ID list. Use before implement/forge, or when asked to "prioritize tickets", "order these JIRAs", "what should I work on first". Source: delexw/claude-code-misc.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/delexw/claude-code-misc --skill jira-ticket-prioritizer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw