jira-cli
✓Interact with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items.
Installation
SKILL.md
Interact with Atlassian Jira from the command line using jira-cli.
| --plain | Plain text output (no interactive UI) | | --raw | Raw JSON output | | --csv | CSV output | | --no-input | Skip interactive prompts | | -t, --type | Issue type (Bug, Story, Task, Epic) | | -s, --summary | Issue summary/title | | -b, --body | Issue description | | -y, --priority | Priority (Highest, High, Medium, Low, Lowest) |
| -l, --label | Labels (repeatable) | | -a, --assignee | Assignee username | | -r, --reporter | Reporter username | | -C, --component | Component name | | -P, --parent | Parent issue/epic key | | -q, --jql | Raw JQL query | | --created | Filter by creation date (-7d, week, month) | | --order-by | Sort field | | --reverse | Reverse sort order |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/code-and-sorts/awesome-copilot-agents --skill jira-cli- Category
- @Collaboration
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is jira-cli?
Interact with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items. Source: code-and-sorts/awesome-copilot-agents.
How do I install jira-cli?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/code-and-sorts/awesome-copilot-agents --skill jira-cli Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/code-and-sorts/awesome-copilot-agents