jira-issue

jira-issue is a command for Claude Code from skyfox675/agents-skills. It costs 83 tokens per session (1,168 once invoked), scanned A, original, MIT.

A command that investigates a reported software problem and files a structured issue in Jira, a tool for tracking development work. It checks the code, confirms evidence, searches for duplicates, and fills in the issue fields.

In plain words
What is it for?
Use it to report bugs or other development work from a screen location, route, component, object, or file path, with an optional description.
Why use it?
It turns a short report into an issue that developers can act on without repeating the initial investigation or sorting through duplicate reports.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it to report bugs or other development work from a screen location, route, component, object, or file path, with an optional description.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/skyfox675/agents-skills/jira-issue
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/skyfox675/agents-skills

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 jira-issue

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/skyfox675/agents-skills/jira-issue"><img src="https://agentmods.dev/badge/commands/skyfox675/agents-skills/jira-issue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,168 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.00083 $0.01168
Opus 5 $0.00042 $0.00584
Sonnet 5 $0.00017 $0.00234
Haiku 4.5 $0.00008 $0.00117

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

Security

Grade A, and why

jira-issue 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.

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/jira-issue.md · 34 lines

How it starts

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

/jira-issue — file a groomed Jira issue

Arguments: $ARGUMENTS

Parse them as:

  • The first token (or quoted phrase) is the breadcrumb — a UI path (Settings > Billing > Invoice row), a route (/dashboard), a component or object name, or a file path.
  • Optional model:<tier> and effort:<level> tokens may appear anywhere in the arguments. Strip them out before reading the rest. Valid tiers/levels come from the jira-issue-fields skill's taxonomy (model: sonnet | opus | fable; effort: low | medium | high | max, adjusted to the project's bound model lineup). An unrecognized value is a typo — warn the operator and file without that label rather than inventing one.
  • Everything else is the description of the problem as the operator experienced it.

Example: /jira-issue "Settings > Billing > Invoice row" clicking an invoice opens a 404 model:opus effort:high

The jira-issue-filing skill is the protocol — issue anatomy, the Jira field/label taxonomy, duplicate etiquette all come from it. This command is the entry point; consult the skill before drafting. Jira reads/writes go through the Atlassian MCP (createJiraIssue, searchJiraIssuesUsingJql, getJiraIssue, editJiraIssue, …) — allowlist your server's tools in .claude/settings.json (the prefix above, mcp__atlassian__, may differ from your configured server name); adopters without the MCP can substitute the Jira REST v3 API or a Jira CLI. (Tracking work in GitHub instead? Use /gh-issue.)

Steps

  1. Recon the breadcrumb. Resolve it to real code: search the repo for the component/route/object it names and capture the concrete file:line pointers the skill's evidence section requires. Verify every pointer by reading it before citing — stale references are worse than none. If the breadcrumb matches multiple candidates, cite the strongest and list the runners-up in the issue body so the implementer doesn't re-derive them.

  2. Check for duplicates per the skill's etiquette: searchJiraIssuesUsingJql for the key terms from the breadcrumb and description (e.g. project = <jira-project-key> AND statusCategory != Done AND text ~ "<terms>"). If a live duplicate exists, enrich it with a comment (your recon evidence) instead of forking a new issue, and report that outcome instead. If the operator passed model:/effort:, apply those labels to the duplicate — that instruction stands regardless of which issue carries the work.

Read the full file on GitHub · 34 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. 9d ago First seen · 34 lines · 83 tokens per session scan A f7c5e29bb49e

Subscribe to this mod's changes

jira-issue is a command published in the GitHub repository skyfox675/agents-skills (10 stars, last pushed 8d ago), licensed MIT. It adds 83 tokens to every session and 1,168 once invoked, about $0.0004 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.