
Jira Cli
- 1 repo stars
- Updated May 30, 2026
- zhiyue/jira-cli
Agent skill wrapping jira-cli — Jira Server 8.13.5 issues, JQL, sprints, epics, bulk ops.
About
jira-cli is a Claude Code skill in the AI & Agent Building category. Agent skill wrapping jira-cli — Jira Server 8.13.5 issues, JQL, sprints, epics, bulk ops.
- jira-cli
- AI & Agent Building
- AI-coding skill
Jira Cli by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add zhiyue/jira-cli/plugin install jira-cli@jira-cliAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | May 30, 2026 |
| Repository | zhiyue/jira-cli ↗ |
What it does
Agent skill wrapping jira-cli — Jira Server 8.13.5 issues, JQL, sprints, epics, bulk ops.
README.md
jira-cli plugin
Agent skill that wraps the jira-cli
binary — Jira Server 8.13.5 issues, JQL search, transitions, sprints,
epics, and parallel bulk operations — for Claude Code and Codex CLI.
Prerequisite — install the jira-cli binary
brew install zhiyue/tap/jira-cli
# or
curl -sSL https://raw.githubusercontent.com/zhiyue/jira-cli/main/install.sh | sh
Verify:
jira-cli --version # → jira-cli 0.2.2 (target=..., git=...)
jira-cli config init
The plugin runs a preflight probe on session start and prints an install hint if the binary is missing.
Install in Claude Code
/plugin marketplace add zhiyue/jira-cli
/plugin install jira-cli@jira-cli
zhiyue/jira-cli is the GitHub repo that carries the marketplace
manifest. The jira-cli@jira-cli notation is <plugin-name>@<marketplace-name>
— both happen to be jira-cli in this repo.
Update later with /plugin update jira-cli; remove with
/plugin uninstall jira-cli.
Install in Codex CLI
Option A — inside a codex session (recommended):
$skill-installer https://github.com/zhiyue/jira-cli/tree/main/dist/plugin/skills/jira-cli
Option B — git clone + symlink:
git clone https://github.com/zhiyue/jira-cli ~/src/jira-cli
mkdir -p ~/.agents/skills
ln -s ~/src/jira-cli/dist/plugin/skills/jira-cli ~/.agents/skills/jira-cli
Pull updates with git -C ~/src/jira-cli pull. Restart codex to
pick up changes to SKILL.md.
Triggering
The skill auto-triggers when the conversation mentions Jira-shaped
vocabulary (project keys like PROJ-123, "sprint", "backlog", "JQL",
"ticket", etc.). To force it, use $jira-cli in Codex or
/jira-cli:jira-cli in Claude Code.
Contents
skills/jira-cli/SKILL.md— main entry pointskills/jira-cli/references/workflows.md— expanded scenariosskills/jira-cli/references/config.md—config.toml+ env referencescripts/check.sh— preflight probe run via SessionStart hookhooks/hooks.json— wirescheck.shinto Claude Code sessions.claude-plugin/plugin.json— Claude Code plugin manifest