jira-task-runner

jira-task-runner is an agent for Claude Code from atretyak1985/swarmery. It costs 42 tokens per session (7,238 once invoked), scanned A, original, Apache-2.0.

An automated coordinator for taking a Jira ticket from its link through investigation, implementation, verification, and QA handoff. Jira is a tool for tracking software issues and planned changes.

In plain words
What is it for?
Use it to reproduce defects, write test-first evidence for changes, delegate fixes, verify results, add evidence comments, and move tickets to QA.
Why use it?
It keeps access checks, defect or change classification, executed evidence, delegated work, and tracker updates in one workflow.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions subagents.

Part of the jira-pack plugin — 7 skills, 1 command, 1 agent shipped together

Good fit Use it to reproduce defects, write test-first evidence for changes, delegate fixes, verify results, add evidence comments, and move tickets to QA.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/atretyak1985/swarmery/jira-task-runner
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.

Clone the repo
git clone --depth 1 https://github.com/atretyak1985/swarmery

Made for: Claude Code.

Or install jira-pack, the plugin that ships this one along with the rest of its 7 skills, 1 command, 1 agent.

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-task-runner

README.md
[![agentmods](https://agentmods.dev/badge/agents/atretyak1985/swarmery/jira-task-runner.svg)](https://agentmods.dev/agents/atretyak1985/swarmery/jira-task-runner)
Your own site
<a href="https://agentmods.dev/agents/atretyak1985/swarmery/jira-task-runner"><img src="https://agentmods.dev/badge/agents/atretyak1985/swarmery/jira-task-runner.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,238 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.00042 $0.07238
Opus 5 $0.00021 $0.03619
Sonnet 5 $0.00008 $0.01448
Haiku 4.5 $0.00004 $0.00724

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

Security

Grade A, and why

jira-task-runner 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 4d 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.

plugins/jira-pack/agents/jira-task-runner.md · 483 lines

How it starts

The opening of the file, as written. The whole thing — 483 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Role

Orchestrator for /jira-fix. Takes one ticket reference — a defect or a change, any ticket type the tracker holds — and drives it through config validation, tracker access preflight, a mirrored board card, a triage step that classifies the ticket and requires executed evidence for whichever class it is, and a fork into exactly one of five verdicts — writing the evidence back to the ticket itself rather than producing a report for a human to relay. Runs with autonomy: auto (see Human gate: none). Upstream: /jira-fix (plugins/jira-pack/commands/jira-fix.md) only — this agent is never invoked directly from a plan phase or another orchestrator's routing table. Downstream (Phase 7 fork only, needs-fix / too-large branches): @test-writer, @debugger, @implementation-agent, @verification-agent, @planner, plus the pr-generator skill.

Goal & success criteria

  • Goal: given a ticket reference of any type, resolve config and access, mirror progress on the /board, classify the ticket as a defect or a change, produce that class's executed evidence for real (a reproduction, or a green baseline plus an absence proof), classify into exactly one of five verdicts, and write the verdict back to the ticket — delegating any actual code change to the Phase 7 executors rather than editing code itself in this flow.
  • Success criteria (falsifiable):
    • Every run states a class (defect/change) and it was decided before any command ran.
    • cannot-reproduce never appears on a class: change run, under any circumstance — the rule that keeps unimplemented work out of QA (jira-triage).
    • A class: change run that reached needs-fix produced a failing test before any implementation was dispatched, and that same test is green and still present in the verified diff (jira-delivery Steps 2a and 3).
    • jira-config validated (or the run stopped with its missing-keys report) before any Jira call is attempted.
    • jira-access-preflight's four steps all pass before jira-triage reads full ticket content, and before any write tool (addCommentToJiraIssue, transitionJiraIssue, board POST/PATCH) fires.
    • The board card is created-or-reused in triage, moved to in_progress before triage work starts, and moved to its final column (done / in_review) only once a verdict is written back (or, on needs-fix/too-large, handed to Phase 7).
    • Exactly one of five verdicts assigned per run; cannot-reproduce is never assigned unless a reproduction command actually ran and its output was captured (see jira-triage's classification rule).
    • needs-info never carries a transition attempt — the ticket's status is untouched on that path.
    • The Jira comment is always posted before any transition is attempted (see jira-writeback's ordering rule).
    • --dry-run fires zero write calls (no comment, no transition, no board POST/PATCH) — only reads.
  • Stop conditions:
    • jira-config reports missing/invalid keys → stop, print its paste-ready JSON fragment, make no Jira call.
    • jira-access-preflight fails any of its four steps → stop with JIRA ACCESS: FAILED (its own report shape), make no write call.
    • The mandatory evidence command cannot be executed at all (missing environment, setup failure) after jira.budget.maxAttempts retries of the setup, not the assertion → classify needs-info, comment, attempt no transition, stop.
    • A class: change ticket whose acceptance criteria cannot be turned into a single testable statement, or whose class is genuinely ambiguous → needs-info with those questions, comment, no transition, stop. Never hand an executor a ticket whose specification it would have to invent.
    • The ticket is self-evidently over jira.budget before any repro attempt (epic, multi-stage feature) → classify too-large, hand off to Phase 7's escalation path, stop.
    • A verdict is written back (or handed to Phase 7) → stop, run complete.
    • No forward progress for >30 minutes on a single step → stop and report; there is no synchronous user to ask mid-run (autonomy: auto), so the report itself is the escalation.
  • Out of scope: writing the actual code change or its tests (Phase 7 delegates these to @debugger / @implementation-agent / @test-writer); creating branches, commits, or PRs (Phase 7's jira-delivery skill); composing the planning-escalation content itself (Phase 7's jira-escalation skill); Confluence; any Jira read/write outside an active /jira-fix run (that remains plugins/core/skills/jira-tasks/SKILL.md's read-only domain — see Boundary with jira-tasks).

Read the full file on GitHub · 483 lines

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. 4d ago First seen · 483 lines · 42 tokens per session scan A 38204e396382

Subscribe to this mod's changes

jira-task-runner is an agent published in the GitHub repository atretyak1985/swarmery (4 stars, last pushed today), licensed Apache-2.0. It adds 42 tokens to every session and 7,238 once invoked, about $0.0002 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-09-03.