jira-cli
Installation
SKILL.md
Jira CLI
Interact with Atlassian Jira from the command line using jira-cli and direct API calls.
Assume
jira-cliis already installed and configured. If thejiracommand is not found or not configured, refer to references/INSTALLATION.md for setup instructions.
Important: Confirm Before Creating
Always ask the user to confirm details before creating or updating tickets. Do not assume:
- Ticket description or acceptance criteria
- Priority level
- Labels or components
- Issue type (Task vs Story vs Bug)
When the user requests a new ticket, confirm the summary and ask if they want to provide a description or other details before creating it.
Always provide the ticket link after creating a ticket (e.g., https://<server>/browse/PROJ-1234).