jira-ticket-viewer
Installation
SKILL.md
Jira Ticket Viewer
Fetch and display Jira ticket details using the jira CLI tool.
Inputs
Raw arguments: $ARGUMENTS
Infer from the arguments:
- TICKET_KEY: the Jira issue key
- OUT_DIR: output directory, or
.implement-assets/jiraif not provided
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. Environment variables can appear unset due to shell context differences. Never expose the value — use existence checks only (e.g.test -n "$JIRA_API_TOKEN"). - Environment variable
JIRA_SERVERset to the Jira base URL (e.g.https://yourcompany.atlassian.net).