A Claude Code skill for using the official Atlassian CLI (acli) to interact with Jira from the terminal.
Helps you create, view, update, transition, and search Jira work items without leaving the terminal. Covers:
- Installation and authentication (OAuth + API token)
- Work items: view, create, edit, transition, comment, assign, clone
- Search with JQL
- Projects, sprints, boards
- JSON/CSV output for scripting
- CI/automation patterns
- Common JQL patterns
/plugin install atlassian-cli@<marketplace>Or manually: clone this repo into ~/.claude/skills/atlassian-cli/.
brew tap atlassian/homebrew-acli
brew install acli
acli jira auth login --web