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.
npx skills add Code-and-Sorts/awesome-copilot-agents --skill jira-cli --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Jira CLI Interact with Atlassian Jira from the command line using [jira-cli](https://github.com/ankitpokhrel/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 1. Install jira-cli: `brew install ankitpokhrel/jira-cli/jira-cli` (macOS) or download from [releases](https://github.com/ankitpokhrel/jira-cli/releases) 2. Set API token: `export JIRA_API_TOKEN="your-token"` 3. Initialize: `jira init` and follow prompts ## Issue Commands ### List Issues ```bash # List issues in current project jira issue list # List my assigned issues jira issue list -a$(jira me) # List issues by status jira issue list -s"In Progress" # List high priority issues jira issue list -yHigh # List issues with multiple filters jira issue list -a$(jira me) -s"To Do" -yHigh --created week # List issues with raw JQL jira issue list -q "project = PROJ AND status = 'In Progress'" # Plain text output for scripti
- When to Use
- Prerequisites
- Issue Commands
- List Issues
- Create Issues
- View Issues
- Edit Issues
- Transition Issues
- Assign Issues
- Comments
- Work Logging
- Link & Clone Issues
- Epic Commands
- Sprint Commands
List issues in current project jira issue list List my assigned issues jira issue list -a$(jira me) List issues by status jira issue list -s"In Progress" List high priority issues jira issue list -yHigh List issues with multiple filters jira issue list -a$(jira me) -s"To Do" -yHigh --created week
What does the jira-cli skill do?
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.
How do I install it?
Run `npx skills add Code-and-Sorts/awesome-copilot-agents --skill jira-cli --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Code-and-Sorts/awesome-copilot-agents, a repository with 554 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
