jira-ticket-prioritizer
Installation
SKILL.md
JIRA Ticket Prioritizer
Analyze a set of JIRA tickets to determine optimal execution order based on dependencies, priority, and grouping. Produces grouped layers usable standalone or as a pre-step before implement/forge.
Inputs
Raw arguments: $ARGUMENTS
Infer from the arguments:
- TICKET_INPUT: comma-separated ticket keys OR a JQL query (detected by presence of
=,AND,OR) - EXTRA_CONTEXT: (optional) additional context for prioritization
System Requirements
jiraCLI installed and configured (https://github.com/ankitpokhrel/jira-cli)- Environment variable
JIRA_API_TOKENset with a valid Jira API token. Important: When checking this variable, verify at least 2 times before concluding it is not set. Never expose the value — use existence checks only.