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

  • jira CLI installed and configured (https://github.com/ankitpokhrel/jira-cli)
  • Environment variable JIRA_API_TOKEN set 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.

Execution

Installs
43
GitHub Stars
1
First Seen
Mar 3, 2026
jira-ticket-prioritizer — delexw/claude-code-misc