batch

batch is a skill for Claude Code, Codex from mulhamna/jira-commands. It costs 23 tokens per session (404 once invoked), scanned A, original, no licence file.

A way to run several Jira actions from one JSON file. Jira is a system for tracking issues such as tasks, bugs, and requests.

In plain words
What is it for?
Use it for repeatable batches of mixed Jira changes described in a JSON manifest.
Why use it?
It avoids entering each create, update, status-change, or archive command separately.

Skill for Claude CodeCodex

Part of the jira plugin — 29 skills shipped together

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.

agentmods
npx agentmods add skills/mulhamna/jira-commands/batch
Any agent
npx skills add mulhamna/jira-commands --skill batch
Clone the repo
git clone --depth 1 https://github.com/mulhamna/jira-commands

Made for: Claude Code, Codex.

Or install jira, the plugin that ships this one along with the rest of its 29 skills.

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 batch

README.md
[![agentmods](https://agentmods.dev/badge/skills/mulhamna/jira-commands/batch.svg)](https://agentmods.dev/skills/mulhamna/jira-commands/batch)
Your own site
<a href="https://agentmods.dev/skills/mulhamna/jira-commands/batch"><img src="https://agentmods.dev/badge/skills/mulhamna/jira-commands/batch.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 404 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00023 $0.00404
Opus 5 $0.00012 $0.00202
Sonnet 5 $0.00005 $0.00081
Haiku 4.5 $0.00002 $0.00040

Measured 5d ago against content hash cd0ce47ea469, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

batch 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 5d 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.

plugin/skills/batch/SKILL.md · 31 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 5d ago First seen · 31 lines · 23 tokens per session scan A cd0ce47ea469

Subscribe to this mod's changes

batch is a skill published in the GitHub repository mulhamna/jira-commands (49 stars, last pushed 4d ago), with no licence file. It adds 23 tokens to every session and 404 once invoked, about $0.0001 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

project-standard-spec

Spec maintainer for Big Emotion Project Standard. Reads Confluence (Requirements / Decisions / Architecture) as the source of truth, helps you investigate a problem, structures the reflection, and produces drafts — Pending REQ/DEC/ARCH sections on Confluence + matching Jira tickets in the Jira project configured in…

big-emotion/agent-atelier · 105 tokens

issue-train

Batch-process every open GitHub issue in a list — triage, detect existing PR linkage, detect silent fixes in already-merged PRs, close issues that are no longer pertinent, then plan + build + open one PR per remaining actionable issue with Closes.

big-emotion/agent-atelier · 57 tokens

project-standard-bootstrap-confluence

One-shot bootstrap of the Confluence spec tree (Requirements / Decisions / Architecture / Obsolete) for Big Emotion Project Standard. Creates the four skeleton subpages under the project's engineering root page, records their IDs in the spec config, writes the sentinel, then refuses second runs. Use only when…

big-emotion/agent-atelier · 74 tokens

project-standard-ticket

End-to-end local automation for a single Jira ticket on the Big Emotion Project Standard repo. Paste a Jira ticket URL (or key) and the skill self-assigns the ticket, reads it, refines it, creates the Jira sub-tasks, branches off the integration branch in an isolated git worktree, implements the work in parallel via…

big-emotion/agent-atelier · 143 tokens

merge-train

Batch-process a list of open GitHub pull requests. From a GitHub PRs URL (or the current repo), enumerate every open PR, compute the safe merge order from dependencies, then per PR fix CI, resolve merge conflicts, run a code review, and assign a status (mergeable / changes-required / blocked-by-order). Presents one…

big-emotion/agent-atelier · 159 tokens

jira

Access Jira to search, summarize, and analyze tickets. Use when the user mentions a Jira ticket key (e.g. PROJ-1234), asks for a team digest, or wants to search/query Jira. Also use when the user wants to create issues, assign tickets, change ticket status, link issues, add comments, update fields, or do anything…

illarion/claude-jira-skill · 87 tokens