
Jira
- 2 repo stars
- Updated July 9, 2026
- jskladan/claude.md
Jira ticket management using jtk CLI
About
jira is a Claude Code skill in the AI & Agent Building category. Jira ticket management using jtk CLI
- jira
- AI & Agent Building
- AI-coding skill
Jira by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add jskladan/claude.md/plugin install jira@jskladan-claude-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 9, 2026 |
| Repository | jskladan/claude.md ↗ |
What it does
Jira ticket management using jtk CLI
README.md
Jira Plugin
Jira ticket management using the jtk CLI.
Skills live in skills/. Cursor installs prefixed names via generated wrappers in cursor-plugins/jira/skills/ (/jira-list, etc.). Run ./scripts/sync-cursor-skills.sh after editing canonical skills.
Prerequisites
jtkCLI installed and configured- Run
jtk initto set up authentication if not already done
Skills
list — /jira:list (Claude) · /jira-list (Cursor)
List and search Jira tickets with filtering options.
/jira:list --mine # My open tickets
/jira:list --project PROJ --sprint current # Current sprint
/jira:list --jql "status = 'In Progress'" # Custom JQL
create — /jira:create · /jira-create
Create new Jira tickets.
/jira:create PROJ "Summary here" # Simple task
/jira:create PROJ "Bug title" --type Bug -d "desc" # Bug with description
/jira:create PROJ "Subtask" --parent PROJ-100 # Under an epic
read — /jira:read · /jira-read
Read a ticket's full details.
/jira:read PROJ-123
jtk CLI Reference
This plugin wraps the jtk CLI. For full CLI documentation:
jtk --help
jtk issues --help