🗂️
AutomationTypeScript

Jira CLI

by daxaur

Jira CLI is an Automation skill for Claude Code, published by daxaur in openpaw.

167 stars11 forkson daxaur/openpawAdded 2026/09/08+1% in starsRepository updated 2026/05/23
ai-agentanthropicautomationclaudeclaude-codeclimacosopen-sourcepersonal-assistantproductivitysmart-hometelegramtypescriptvibecoding
Install in seconds
Install Jira CLI
Copy Jira CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/daxaur/openpaw/tree/main/skills/c-jira ~/.claude/skills/c-jira

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/daxaur/openpaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/c-jira/SKILL.md in daxaur/openpaw
Installs to
~/.claude/skills/c-jira
Collection
One of 25 skills cataloged from this repository
Category
Automation2226 skills

What Jira CLI does

Jira CLI manages Jira issues from the terminal with jira-cli. Use it to list, filter, create, transition, comment on, and assign issues to sprints without opening Jira in a browser.

Jira CLI is cataloged under Automation on DirSkills. Jira CLI comes from a repository tagged ai-agent, anthropic, automation, claude and claude-code.

Documentation

README

What This Skill Does

Uses jira (jira-cli) to interact with Jira projects — listing issues, creating tickets, moving issues through workflow transitions, and managing sprints.

CLI Tool: jira

List & View Issues

jira issue list                             # List issues assigned to you
jira issue list --project MYPROJ            # Filter by project
jira issue list --status "In Progress"      # Filter by status
jira issue list --type Bug                  # Filter by issue type
jira issue view MYPROJ-123                  # View issue details

Create Issues

jira issue create \
  --project MYPROJ \
  --type Bug \
  --summary "Login page throws 500 error" \
  --body "Steps to reproduce: ..." \
  --priority High \
  --label backend

Transitions

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Jira CLI

  • What else does daxaur publish alongside Jira CLI?

    Jira CLI is one of 25 skills that DirSkills catalogs from daxaur/openpaw, the repository it ships in. Its siblings there include AI LLM Tools, Apple Notes And Reminders and Bluetooth Control. Each one is a separate skill with its own page in this directory, installs the same way Jira CLI does, and is maintained by daxaur in that same repository. The rest of the collection is listed on the daxaur/openpaw page.

  • How does Jira CLI compare to other Automation skills?

    Jira CLI ranks #2013 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Jira CLI against them. Open each page to compare what they document and how they install.

More from daxaur/openpaw

Jira CLI is one of 25 skills cataloged on DirSkills from daxaur/openpaw.

See all 25 skills