jira-ticket-builder

jira-ticket-builder is a skill for Claude Code, Codex from kirti/jira-ticket-builder-skill. It costs 213 tokens per session (3,923 once invoked), scanned A, original, MIT.

A tool that turns rough notes, bug reports, feature requests, or product documents into structured Jira work items. Jira is a project-tracking system used to assign, discuss, and track development work.

In plain words
What is it for?
Use it to create one detailed Jira ticket or split a larger requirements document into multiple linked, independently shippable stories.
Why use it?
It removes the manual effort of extracting facts, resolving missing details, and formatting an unclear request into a usable ticket.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to create one detailed Jira ticket or split a larger requirements document into multiple linked, independently shippable stories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kirti/jira-ticket-builder-skill/skill
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 kirti/jira-ticket-builder-skill --skill skill
Clone the repo
git clone --depth 1 https://github.com/kirti/jira-ticket-builder-skill

Made for: Claude Code, Codex.

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-ticket-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirti/jira-ticket-builder-skill/skill/github.svg)](https://agentmods.dev/skills/kirti/jira-ticket-builder-skill/skill)
Your own site
<a href="https://agentmods.dev/skills/kirti/jira-ticket-builder-skill/skill"><img src="https://agentmods.dev/badge/skills/kirti/jira-ticket-builder-skill/skill/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-ticket-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/kirti/jira-ticket-builder-skill/skill"><img src="https://agentmods.dev/badge/skills/kirti/jira-ticket-builder-skill/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 213 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,923 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.00213 $0.03923
Opus 5 $0.00106 $0.01962
Sonnet 5 $0.00043 $0.00785
Haiku 4.5 $0.00021 $0.00392

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

Security

Grade A, and why

jira-ticket-builder 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 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (assets/build_portal.py, assets/quality_gate.py), 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.

skill/SKILL.md · 285 lines

How it starts

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

Jira Ticket Builder

Converts rough input into a structured, ready-to-paste Jira ticket. Built around the pipeline:

ROUGH INPUT → Understand Input → Extract Facts → Fill Missing Data / Ask →
Generate Ticket → Validate → Jira Ticket

Step 0 — Single ticket vs. decomposition

Before running the single-ticket pipeline below, check the input's shape:

  • Single ticket: one bug, one feature ask, one clear unit of work → proceed with Steps 1-5 as below.
  • Decomposition: a rough requirements document — meeting notes, a product brief, an email thread, a spec with multiple asks and open questions bundled together — where a single ticket would be too large or would hide independently-shippable pieces → use Decomposition Mode below instead of Steps 1-5.

Signal for decomposition mode: multiple distinct capabilities mentioned, a "Questions:" section, or the user says things like "break this down," "turn this into stories," or pastes a document rather than a single ask.


Decomposition Mode

For a rough requirements document that needs to become multiple linked Jira stories with full traceability and an explorable dashboard.

D1 — Analyze the document

Read the whole document first. Extract, without inventing:

  • Business context — objectives, actors (who's involved), business rules, and the business flow (actor → action → system, as an ordered sequence if the doc describes a process). Where a step has a UI screen or a callable API/system, note it (ui_screen/api) — this is what lets the Customer Journey diagram show the full stack per step, not just the business narrative.
  • Business requirements — the business objective/problem/value being addressed
  • Functional requirements — what the system must do
  • Non-functional requirements — performance, security, accessibility, compliance
  • Ambiguities — anything incomplete, contradictory, vague, or missing acceptance criteria/technical decisions

Mark every requirement, objective, and business rule confidence: "confirmed" (stated in the doc) or "inferred" (you concluded it from context) — never leave this implicit.

Read the full file on GitHub · 285 lines

Files

What ships with it

8 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. 9d ago First seen · 285 lines · 213 tokens per session scan A 757a926d60f1

Subscribe to this mod's changes

jira-ticket-builder is a skill published in the GitHub repository kirti/jira-ticket-builder-skill (2 stars, last pushed 29d ago), licensed MIT. It adds 213 tokens to every session and 3,923 once invoked, about $0.0011 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.

Related

Other skills, from other repositories

team-lead-reference

Provides model routing rules, validates delegation prerequisites, supplies cost tracking templates, defines dead-letter queue formats for Team Lead orchestration. Load when assigning tasks to agents, choosing model tiers, starting delegation session, running multi-agent workflow, delegating work, choosing which model…

monkilabs/opencastle · 64 tokens

orchestration-protocols

Coordinate multiple agents: parallel spawning, health monitoring, circuit breakers, escalation. Use for parallel agents, agent timeouts, fan-out tasks, multi-agent delegation.

monkilabs/opencastle · 39 tokens

trello-task-management

Create and manage Trello cards, checklists, and boards for kanban workflows. Use when the user says: 'create a kanban board', 'add a task card', 'move card to sprint', or 'track project board'.

monkilabs/opencastle · 53 tokens

jira-management

Create and update Jira issues, epics, and sprints; manage backlog and sprint transitions. Use when you say: 'create a ticket', 'open a story', 'link an epic', 'start a sprint', or 'search the backlog'.

monkilabs/opencastle · 53 tokens

linear-task-management

Creates and names Linear issues, assigns labels and priorities, manages status transitions, and links issues to PRs. Use when decomposing features into tasks or resuming interrupted sessions. Trigger terms: tickets, backlog, task breakdown, project board, sprint planning.

monkilabs/opencastle · 54 tokens

session-checkpoints

Saves, restores session state including task progress, file changes, delegation history. Use when saving progress, resuming interrupted work, picking up where you left off, or checkpointing current work.

monkilabs/opencastle · 43 tokens