jira-cli
Installation
SKILL.md
Jira CLI
Interact with Atlassian Jira from the command line using jira-cli.
When to Use
- User asks to create, view, edit, or search Jira issues/tickets
- User needs to transition issues through workflow states (To Do → In Progress → Done)
- User wants to manage sprints, epics, or boards
- User needs to assign issues, add comments, or log work time
- User asks about their current tasks or sprint progress
Prerequisites
- Install jira-cli:
brew install ankitpokhrel/jira-cli/jira-cli(macOS) or download from releases - Set API token:
export JIRA_API_TOKEN="your-token" - Initialize:
jira initand follow prompts
Issue Commands
Related skills