Agent skill

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.

Code-and-Sortsgithub.com/Code-and-SortsGitHub ↗
copilotCC0-1.0
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0
Declared author: Colby Timm
Requires: Requires jira-cli installed (https://github.com/ankitpokhrel/jira-cli) and configured with `jira init`. Requires…
Path: skills/jira-cli/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 554
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Issue Commands
  4. List Issues
  5. Create Issues
  6. View Issues
  7. Edit Issues
  8. Transition Issues
  9. Assign Issues
  10. Comments
  11. Work Logging
  12. Link & Clone Issues
  13. Epic Commands
  14. Sprint Commands
Commands it runs
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
More from awesome-copilot-agents
All skills →
About this skill
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.

Keep going