claude-soul: Command for Claude Code

.claude/commands/create-jira-task.md

create-jira-task is a command for Claude Code from tomdwipo/claude-soul. It costs 0 tokens per session (2,372 once invoked), scanned A, original, MIT.

A command for creating a task ticket in a Jira project, where Jira is a system for tracking software work. It parses a summary, description, story points, benchmark IDs, and sprint choice, then maps them to Jira fields.

In plain words
What is it for?
Use it to create Jira tasks with prefixes such as fix, feat, refactor, test, or docs, optionally adding story points, benchmark IDs, and sprint placement. It asks for clarification when the request is unclear.
Why use it?
It turns a written task request into a consistently structured Jira ticket with the required project and assignment details.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths.

This is tomdwipo/claude-soul's own configuration. It tells Claude Code how to work on claude-soul itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-soul configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tomdwipo/claude-soul. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/tomdwipo/claude-soul/main/.claude/commands/create-jira-task.md
Clone the repo
git clone --depth 1 https://github.com/tomdwipo/claude-soul

Made for: Claude Code.

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 create-jira-task

README.md
[![agentmods](https://agentmods.dev/badge/commands/tomdwipo/claude-soul/create-jira-task.svg)](https://agentmods.dev/commands/tomdwipo/claude-soul/create-jira-task)
Your own site
<a href="https://agentmods.dev/commands/tomdwipo/claude-soul/create-jira-task"><img src="https://agentmods.dev/badge/commands/tomdwipo/claude-soul/create-jira-task.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,372 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.00000 $0.02372
Opus 5 $0.00000 $0.01186
Sonnet 5 $0.00000 $0.00474
Haiku 4.5 $0.00000 $0.00237

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

Security

Grade A, and why

create-jira-task 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 8d 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.

.claude/commands/create-jira-task.md · 155 lines

How it starts

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

Create Jira Task Command

Create a Jira task ticket in the <PROJECT_KEY> project for: $ARGUMENTS

Instructions

  1. Parse the arguments to extract:

    • Summary: Short task title (prefix with fix:, feat:, refactor:, test:, docs: as appropriate)
    • Description: Detailed description (if provided)
    • Story Points: Numeric value (default: 2 if not specified)
    • Choose Appendix (v3): Benchmark IDs (if provided, e.g. "AN-1, AN-9")
    • Sprint: active (default — adds to the currently running sprint), backlog (skip sprint assignment), or an explicit sprint id
  2. If arguments are unclear, ask the user for clarification before creating.

  3. Create the ticket using the Jira MCP tools with these EXACT field mappings:

Field Mapping (DO NOT SEARCH — use these directly)

Field API Field Type Required
Project <PROJECT_KEY> projectKey Yes
Issue Type Task issueTypeName Yes
Assignee <caller_account_id> (runtime lookup via mcp__atlassian__atlassianUserInfo — never hardcode another engineer's id) assignee_account_id Yes
Story Points (UI) customfield_<story_points_ui> number Yes
Story point estimate customfield_<story_point_estimate> number Yes (same value as Story Points)
Choose Appendix (v3) customfield_<appendix> multi-select array of {id} Required (never empty) — default [{id: "<id>"}] (AN-1 Low) if uncertain
Story Points Type customfield_<sp_type> select Optional
Story Point Type (v2) customfield_<sp_type_v2> cascading select Optional
Sprint customfield_<sprint> number (sprint id) Optional — note: the Sprint field id varies per Jira instance (often _10010 / _10020); discover yours via the Active Sprint Discovery step below, do not assume

Active Sprint Discovery (use when sprint:active is requested)

The active sprint id changes every ~2 weeks, so look it up at runtime:

Read the full file on GitHub · 155 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. 8d ago First seen · 155 lines · 0 tokens per session scan A f31657d5f5b9

Subscribe to this mod's changes

create-jira-task is a command published in the GitHub repository tomdwipo/claude-soul (24 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,372 tokens. 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.