jira

jira is a skill for Claude Code from Alexander-Tyagunov/magician. It costs 75 tokens per session (468 once invoked), scanned A, original, MIT.

A Jira workspace tool for reading and managing issues through Jira’s REST API. Jira is a system teams use to track work such as bugs, tasks, and project plans.

In plain words
What is it for?
Use it to search tickets, inspect boards and sprints, create or comment on issues, change their status, link them, record work, and investigate related merge requests.
Why use it?
It lets you investigate and update tickets from the coding workflow instead of handling each task separately in Jira.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool; mentions Codex.

Part of the magician plugin — 26 skills, 4 agents, 10 hooks shipped together

Good fit Use it to search tickets, inspect boards and sprints, create or comment on issues, change their status, link them, record work, and investigate related merge requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alexander-tyagunov/magician/jira
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Alexander-Tyagunov/magician --skill jira
Clone the repo
git clone --depth 1 https://github.com/Alexander-Tyagunov/magician

Made for: Claude Code.

Or install magician, the plugin that ships this one along with the rest of its 26 skills, 4 agents, 10 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jira

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexander-tyagunov/magician/jira/github.svg)](https://agentmods.dev/skills/alexander-tyagunov/magician/jira)
Your own site
<a href="https://agentmods.dev/skills/alexander-tyagunov/magician/jira"><img src="https://agentmods.dev/badge/skills/alexander-tyagunov/magician/jira/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jira

Your own site · 80×15
<a href="https://agentmods.dev/skills/alexander-tyagunov/magician/jira"><img src="https://agentmods.dev/badge/skills/alexander-tyagunov/magician/jira.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 468 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.00468
Opus 5 $0.00037 $0.00234
Sonnet 5 $0.00015 $0.00094
Haiku 4.5 $0.00007 $0.00047

Measured 12d ago against content hash f3b309956cf9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

jira scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex-plugin/skills/jira/SKILL.md · 17 lines

What it actually says

$jira — Codex Adapter

Read ../../references/codex-adapter.md, then read ../../../skills/jira/SKILL.md and follow the source skill through that Codex adapter. Keep the source skill's gates and rules.

Codex equivalents:

  • HTTP — resolve the plugin root as described in the shared adapter and invoke <plugin-root>/bin/jira for myself|get <KEY>|search "<JQL>"|transitions <KEY>|create '<fields-json>'|link <inward> "<Type>" <outward>|raw <METHOD> <path> [json]. It is throttle-aware/cached/self-pacing. Never use a bare PATH command, a versioned cache path, hand-written HTTP, module import, or ambient Jira MCP. For bulk work call the absolute CLI once per operation; stop on persistent 429 and increase pacing.
  • Config/secrets — read JIRA_BASE_URL + a token (JIRA_API_TOKEN/JIRA_PAT/JIRA_PROD_PAT) from the environment. On missing config, use ../../../skills/jira/setup.md only as API guidance: explain how to provide variables to the current Codex environment or shell. Do not edit Claude settings, Codex global config, or secret files; never type/echo the secret.
  • Write gates — every create/comment/transition/link/worklog is a side effect: show the payload and get explicit approval first.
  • Questions — use Codex's question/approval UI where the source says AskUserQuestion.
  • Research — when authoring a ticket needs grounding, invoke $magic first.
  • Memory — store per-user resolution memory below the shared adapter's Codex state root, at <magician-state>/jira-memory.md; create it only after an authorized write.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 17 lines · 75 tokens per session scan A f3b309956cf9

Subscribe to this mod's changes

jira is a skill published in the GitHub repository Alexander-Tyagunov/magician (14 stars, last pushed 11d ago), licensed MIT. It adds 75 tokens to every session and 468 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

collaborating

Hackathon-native multiplayer collaboration mode -- brain-dump together, claim tasks across machines, flag decisions async. Drives the subcommands of /forge:collaborate.

LucasDuys/forge · 37 tokens

g-init

The single G-Forge front door — run once after installing the plugin. Detects what's here and routes to /g-onboard (existing codebase) or /g-kickoff (new project) for the brief, scaffolds CLAUDE.md (compact G-rules), g-docs/ROADMAP.md (with the Active Session handoff), g-docs/milestones/, g-docs/todo.md, the…

onlygian/G-Forge · 128 tokens

g-onboard

Onboard G-Forge onto an existing codebase. Reads deeply before asking anything — treats existing CLAUDE.md, rules, agents, and task ledgers as first-class inputs. Only interviews for what it genuinely doesn't know yet. Produces or updates g-docs/projectbrief.md.

onlygian/G-Forge · 63 tokens

g-roadmap

Project-manager-driven milestone planner. Gated phases — feature dump → cluster → sequence → premortem & re-prioritize → approve → write. Narrates reasoning at every step, and runs a premortem + re-prioritization of the whole roadmap whenever a milestone is added or modified. Auto-triggers when no g-docs/ROADMAP.md…

onlygian/G-Forge · 129 tokens

g-roundtable

Bind the session to "the Roundtable" — a shared live Doc that is the human-facing communication layer between you, non-programmers (PMs, collaborators), and the session. start binds a Doc (create-from-template or attach-by-URL); sync reads the Roundtable at a boundary and writes only salient deltas; close distills the…

onlygian/G-Forge · 125 tokens

g-telemetry

Compute the 8 reliability metrics defined in g-docs/telemetry-metrics.md, derive a health profile (stable / cautious / defensive / recovery), and write it to .claude/telemetry-profile for adaptive orchestration in /g-execute and /g-review. Read-only on history; never modifies retros, forecasts, or git state.

onlygian/G-Forge · 76 tokens