jira-issue-create

jira-issue-create is a skill for Claude Code, Codex from yarlson/yarstack. It costs 53 tokens per session (1,037 once invoked), scanned A, original, MIT.

A procedure for creating Jira work items from user-approved drafts through the command-line tool called acli. Jira is a system for tracking software work, and the procedure uses Context, Acceptance criteria, and Engineering notes sections.

In plain words
What is it for?
Use it to create one or more Jira tasks, optionally under a parent item, from supplied requirements or a local document.
Why use it?
It gives new issues a consistent structure and checks that the required Jira account access is available before creating anything.

Skill for Claude CodeCodex

Part of the yarstack plugin — 38 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/yarlson/yarstack/jira-issue-create
Any agent
npx skills add yarlson/yarstack --skill jira-issue-create
Clone the repo
git clone --depth 1 https://github.com/yarlson/yarstack

Made for: Claude Code, Codex.

Or install yarstack, the plugin that ships this one along with the rest of its 38 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 jira-issue-create

README.md
[![agentmods](https://agentmods.dev/badge/skills/yarlson/yarstack/jira-issue-create.svg)](https://agentmods.dev/skills/yarlson/yarstack/jira-issue-create)
Your own site
<a href="https://agentmods.dev/skills/yarlson/yarstack/jira-issue-create"><img src="https://agentmods.dev/badge/skills/yarlson/yarstack/jira-issue-create.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,037 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00053 $0.01037
Opus 5 $0.00026 $0.00518
Sonnet 5 $0.00011 $0.00207
Haiku 4.5 $0.00005 $0.00104

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

Security

Grade A, and why

jira-issue-create 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/adf_helpers.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/yarstack/skills/jira-issue-create/SKILL.md · 99 lines

How it starts

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

Jira Issue Creation

Create one Jira issue or a batch of issues with three plain ADF sections: Context, Acceptance criteria, and Engineering notes. Render each section title as a heading and do not wrap sections in panels.

Inputs

Extract these values from the request:

  • project (required): Jira project key, such as DXAI. Ask if missing.
  • parent (optional): Epic or parent key for the created issues.
  • type (optional): Work item type. Default to Task.
  • content source (optional): Local document, pasted text, or prose describing the issue or issues. For a batch, identify what defines one issue.

Workflow

1. Check authentication

Run acli auth status. If authentication is missing, stop and ask the user to run acli auth login. Suggest ! acli auth login when an interactive command is needed.

Continue only when the output shows ✓ Authenticated for the expected site.

2. Gather content

  • Read any referenced source document.
  • When a parent is given, fetch it for context and tone with acli jira workitem view <EPIC> --json.
  • Draft these sections for each issue:
    • Context: Explain why the issue exists, what it covers, and its role in the larger effort.
    • Acceptance criteria: Use an ordered list. Start each item with a bold lead phrase followed by one sentence, such as "Pilot flows run: ...".
    • Engineering notes: Use bullets with bold labels for risks, constraints, useful details, and relevant links.

Gloss bare identifiers such as KR2, G4, or U3 with a short inline explanation. Use only requirements from the request or source material. Do not invent requirements.

3. Confirm drafts

This is a human checkpoint. Do not call any tool in this step because a dialog can hide the draft that the user must review.

Send one Markdown message with:

  1. Each issue summary as a heading.
  2. The complete Context, Acceptance criteria, and Engineering notes content that will be created.
  3. This final line: "Reply approve to create the issue(s), or tell me what to change."

Read the full file on GitHub · 99 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 99 lines · 53 tokens per session scan A 0464118bb2da

Subscribe to this mod's changes

jira-issue-create is a skill published in the GitHub repository yarlson/yarstack (3 stars, last pushed 6d ago), licensed MIT. It adds 53 tokens to every session and 1,037 once invoked, about $0.0003 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-31.