jira
Installation
SKILL.md
Jira CLI
Use the jira CLI for all Jira operations. Never web fetch Jira URLs.
Common Commands
# View issue details
jira issue view PROJ-123
# List issues in a project
jira issue list -p PROJ
# List issues assigned to me
jira issue list -a$(jira me)
# Search with JQL
jira issue list -q "project = PROJ AND status = 'In Progress'"