By illarion
Claude Code skill for Jira — fetch tickets, search with JQL, manage issues, and generate team digest reports.
A Claude Code plugin that provides full Jira integration — fetch tickets, search with JQL, manage issues, and generate team digest reports.
call_api.py for advanced use casesIn Claude Code, run:
/plugin marketplace add illarion/claude-jira-skill
/plugin install claude-jira-skill
See INSTALL.md for manual installation options.
You'll need a Jira API token. Create one at id.atlassian.com/manage-profile/security/api-tokens.
Then start a Claude Code session and type /jira login. The skill will prompt you for your Jira URL, email, and token. Credentials are stored locally in a .jiraskillrc file with restricted permissions.
If you work with different Jira instances, place a separate .jiraskillrc (by performing a /jira login ) in each directory tree. The skill picks up the nearest one automatically — no manual switching needed.
~/work/
├── a/ ← .jiraskillrc (a.atlassian.net)
│ ├── repo-1/
│ └── repo-2/
└── b/ ← .jiraskillrc (b.atlassian.net)
└── repo-3/
During login, you can configure default projects (comma-separated, e.g. FRONTEND,API,MARKETING). These are used by the team digest to query across all your projects at once.
You can work with any project your token has access to — just use the project key in your request (e.g. /jira search open bugs in API2).
| Action | Example |
|---|---|
| Fetch a ticket | /jira show me PROJ-1234 |
| Search | /jira find all open bugs assigned to me in PROJ |
/jira what's overdue in PROJ? | |
/jira show unassigned tickets in PROJ | |
| Create an issue | /jira create a bug in PROJ: "Login page crashes on empty password" |
/jira create a high priority task in PROJ: "Update API docs", assign to Alice | |
| Update an issue | /jira change the priority of PROJ-1234 to High |
/jira set fix version of PROJ-1234 to 1.5.0 | |
| Add a comment | /jira comment on PROJ-1234: "Fixed in latest commit" |
| Assign / unassign | /jira assign PROJ-1234 to Alice Smith |
/jira unassign PROJ-1234 | |
| Change status | /jira move PROJ-1234 to In Review |
/jira what transitions are available for PROJ-1234? | |
| Link issues | /jira PROJ-1 blocks PROJ-2 |
/jira what link types are available? | |
| Images | /jira show me the screenshots from PROJ-1234 |
/jira open screenshot 2 | |
| Team digest | /jira give me a team digest for last week |
/jira what did the team do this week? |
The Atlassian Rovo MCP server gives you basic Jira CRUD — search, create, update. This skill does that and more:
| Official MCP | This skill | |
|---|---|---|
| Search, create, update issues | Yes | Yes |
| Transitions, assignments, linking | No | Yes |
| Team digest reports | No | Yes |
| Developer attribution from changelog | No | Yes |
| Image attachment analysis | No | Yes |
| Self-hosted Jira support | No | Yes |
| Multi-instance auto-switching | No | Yes |
| ADF formatting handled for you | No | Yes |
| Requires admin/OAuth setup | Yes | No |
| Rate limited by Atlassian plan | Yes | No |
The official MCP is a cloud proxy that requires Atlassian admin to enable Rovo, OAuth 2.1 configuration, and optionally IP allowlisting. This skill runs locally, needs only a personal API token, and works in seconds.
When to use the official MCP instead: if you need Confluence or Compass access (not just Jira), your org requires OAuth/SSO and doesn't allow personal API tokens, or corporate policy mandates all API access through Atlassian's managed infrastructure.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code skill for Figma — extract CSS, export images, and inspect design files.
npx claudepluginhub illarion/claude-jira-skill --plugin claude-jira-skillComplete JIRA automation suite with 14 specialized skills - issue management, agile workflows, time tracking, service management, bulk operations, and more
Jira CLI integration for Claude Code — create, list, view, transition, comment on, and manage Jira issues directly from Claude Code. Requires the `jirac` CLI from `jira-commands` to be installed (`cargo install jira-commands`).
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.