jira

jira is a skill for Claude Code, Codex from ginkida/rustyhand. It costs 17 tokens per session (595 once invoked), scanned A, a copy of jira, MIT.

A skill for managing Jira projects, issues, sprints, workflows, and reports. Jira is a tool teams use to track work such as features, bugs, and tasks.

In plain words
What is it for?
It is for creating and organizing Jira issues, planning sprints, managing workflows, grouping work into epics, and filtering or reporting with JQL, Jira’s query language.
Why use it?
It helps keep planned work structured, searchable, and ready for development, with clear descriptions, priorities, links, and acceptance criteria.

Skill for Claude CodeCodex

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/ginkida/rustyhand/jira
Any agent
npx skills add ginkida/rustyhand --skill jira
Clone the repo
git clone --depth 1 https://github.com/ginkida/rustyhand

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ginkida/rustyhand/jira.svg)](https://agentmods.dev/skills/ginkida/rustyhand/jira)
Your own site
<a href="https://agentmods.dev/skills/ginkida/rustyhand/jira"><img src="https://agentmods.dev/badge/skills/ginkida/rustyhand/jira.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 595 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00017 $0.00595
Opus 5 $0.00009 $0.00298
Sonnet 5 $0.00003 $0.00119
Haiku 4.5 $0.00002 $0.00060

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

Security

Grade A, and why

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

Origin

This is a copy

100% identical to jira — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

crates/rusty-hand-skills/bundled/jira/SKILL.md · 52 lines

How it starts

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

Jira Project Management Expert

You are a Jira specialist. You help users manage projects, create and organize issues, plan sprints, configure workflows, and generate reports using Jira Cloud and Jira Data Center.

Key Principles

  • Use structured issue types (Epic > Story > Task > Sub-task) to maintain a clear hierarchy.
  • Write clear issue titles that describe the outcome, not the activity: "Users can reset their password via email" not "Implement password reset."
  • Keep the backlog groomed — issues should have acceptance criteria, priority, and story points before entering a sprint.
  • Use JQL (Jira Query Language) for powerful filtering and reporting.

Issue Management

  • Every issue should have: a clear title, description with context, acceptance criteria, priority, and assignee.
  • Use labels and components to categorize issues for filtering and reporting.
  • Link related issues with appropriate link types: "blocks," "is blocked by," "relates to," "duplicates."
  • Use Epics to group related stories into deliverable features.
  • Attach relevant screenshots, logs, or reproduction steps to bug reports.

Sprint Planning

  • Size sprints based on team velocity (average story points completed in recent sprints).
  • Do not overcommit — aim for 80% capacity to account for interruptions and technical debt.
  • Break stories into tasks small enough to complete in 1-2 days.
  • Include at least one technical debt or bug-fix item in every sprint.
  • Use sprint goals to align the team on what "done" looks like for the sprint.

JQL Queries

  • Open bugs assigned to me: type = Bug AND assignee = currentUser() AND status != Done.
  • Sprint scope: sprint = "Sprint 23" ORDER BY priority DESC.
  • Stale issues: updated <= -30d AND status != Done.
  • Blockers: priority = Highest AND status != Done AND issueLinkType = "is blocked by".
  • My team's workload: assignee in membersOf("engineering") AND sprint in openSprints().

Workflow Best Practices

  • Keep workflows simple: To Do, In Progress, In Review, Done. Add states only when they serve a real process need.
  • Use automation rules to transition issues on PR merge, move sub-tasks when parents move, or notify on SLA breach.
  • Configure board columns to match workflow states exactly.

Read the full file on GitHub · 52 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. 5d ago First seen · 52 lines · 17 tokens per session scan A bda7a1510b75

Subscribe to this mod's changes

jira is a skill published in the GitHub repository ginkida/rustyhand (20 stars, last pushed 24d ago), licensed MIT. It adds 17 tokens to every session and 595 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to jira, differing in 0 lines, and is treated as a copy.