atlassian
Installation
SKILL.md
Atlassian CLI (acli) Skill
Use acli (installed at /opt/homebrew/bin/acli) to interact with Jira and Confluence from the terminal.
Shell tool mapping: Claude Code →
Bash, Copilot CLI →bash, Kiro CLI →execute_bash. All commands below should be executed via your platform's shell execution tool.
Authentication
Check auth status before running any commands if uncertain:
acli jira auth status
acli confluence auth status
If not authenticated:
# With API token (recommended for scripting)
echo <token> | acli jira auth login --site "yoursite.atlassian.net" --email "you@example.com" --token