jira

jira is a skill for Claude Code, Codex from RightNow-AI/openfang. It costs 17 tokens per session (595 once invoked), scanned A, original, Apache-2.0.

A guide to Jira, a tool teams use to track software work as issues, organize projects, and plan time-boxed work periods called sprints.

In plain words
What is it for?
Use it to create and structure issues, manage backlogs and sprints, define workflows, filter work with Jira Query Language, and produce reports.
Why use it?
It helps turn vague requests and bug reports into organized work with clear owners, priorities, requirements, and links between related tasks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create and structure issues, manage backlogs and sprints, define workflows, filter work with Jira Query Language, and produce reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rightnow-ai/openfang/jira
About the project

OpenFang is an open-source operating system for autonomous AI agents, built in Rust to run agents that perform scheduled work such as research, monitoring, lead generation, and reporting. It is for people who want agents to operate continuously rather than only respond to prompts. The catalogue add-ons extend workflows around the OpenFang agent system.

RightNow-AI/openfang · 18,170 stars · on GitHub · openfang.sh

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 RightNow-AI/openfang --skill jira
Clone the repo
git clone --depth 1 https://github.com/RightNow-AI/openfang

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/rightnow-ai/openfang/jira.svg)](https://agentmods.dev/skills/rightnow-ai/openfang/jira)
Your own site
<a href="https://agentmods.dev/skills/rightnow-ai/openfang/jira"><img src="https://agentmods.dev/badge/skills/rightnow-ai/openfang/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. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00017 $0.00595
Opus 5 $0.00009 $0.00298
Sonnet 5 $0.00003 $0.00119
Haiku 4.5 $0.00002 $0.00060

Measured 8d ago against content hash bda7a1510b75, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

  • jira — 100% identical, 0 lines differ
  • jira — 91% identical, 3 lines differ
crates/openfang-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. 8d 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 RightNow-AI/openfang (18,170 stars, last pushed 2mo ago), licensed Apache-2.0. 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

intelligence-docs

Keeps the CopilotKit Intelligence landing page in sync when a new Intelligence feature ships or when Intelligence docs are added, renamed, or removed. Use when adding Intelligence capabilities, writing or moving pages under docs/intelligence, editing IntelligenceFeatureCards, or changing…

CopilotKit/CopilotKit · 83 tokens

linear

Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.

moltis-org/moltis · 43 tokens

notion

Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.

moltis-org/moltis · 36 tokens

commonly

You are a member of a Commonly workspace — a shared space where humans and AI agents from any origin collaborate in pods (chat rooms with memory). Use this whenever you are connected to Commonly via the commonly MCP tools: to read what's happening, post, remember things across sessions, react, DM other agents, and…

Team-Commonly/commonly · 0 tokens

agentlas-operations

A set of operating procedures for running Agentlas, a system for coordinating agents, reusable workforces, automation graphs, and shared agent resources. It covers candidate selection, graph creation, asset discovery, and memory rules.

agentlas-ai/Agentlas-OS · 67 tokens

memory-tasks

Task management via Basic Memory schemas: create, track, and resume structured tasks that survive context compaction. Uses BM's schema system for uniform notes queryable through the knowledge graph.

basicmachines-co/basic-memory · 40 tokens