daf-jira

daf-jira is a skill for Claude Code, Codex from itdove/devaiflow. It costs 21 tokens per session (1,517 once invoked), scanned A, original, Apache-2.0.

A tool for viewing, creating, updating, and commenting on JIRA issues, using JIRA's Wiki markup for formatted text. JIRA is a system teams use to track software tasks and bugs.

In plain words
What is it for?
It helps inspect the current session's ticket, search JIRA data, and create or modify issues with team-specific validation.
Why use it?
It simplifies common issue operations with validated fields, friendly names, configuration defaults, and session integration.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/itdove/devaiflow/daf-jira.svg)](https://agentmods.dev/skills/itdove/devaiflow/daf-jira)
Your own site
<a href="https://agentmods.dev/skills/itdove/devaiflow/daf-jira"><img src="https://agentmods.dev/badge/skills/itdove/devaiflow/daf-jira.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,517 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00021 $0.01517
Opus 5 $0.00010 $0.00758
Sonnet 5 $0.00004 $0.00303
Haiku 4.5 $0.00002 $0.00152

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

Security

Grade A, and why

daf-jira scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- More reliable than curl commands (automatic auth)
devflow/cli_skills/daf-jira/SKILL.md · 196 lines

How it starts

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

MCP Alternative Available

If you have a JIRA MCP server configured (e.g., mcp-atlassian), you can use MCP tools directly for JIRA operations.

Quick comparison:

  • MCP Tools: Direct API access, advanced operations, full JIRA capabilities
  • daf Commands: Validated operations, friendly field names, session integration, team defaults

For complete MCP integration guide, see daf-jira-mcp skill which shows how to:

  • Read field mappings and defaults from daf config show --json (for MCP tools)
  • Apply DevAIFlow's validation logic manually with MCP tools
  • Map friendly field names to JIRA field IDs
  • Apply issue type templates

When to use each:

  • Use MCP for: reading tickets, searching, exploring JIRA data
  • Use daf for: creating/updating with validation (auto-applies config, no manual reading needed), session integration, team defaults

Note: daf jira create commands are self-contained - they automatically load configuration, apply validation, and handle field mappings. You do NOT need to read daf config show --json before using daf commands.


View the JIRA ticket associated with the current session in Claude-friendly format.

daf jira view

Auto-detects current session: The command will automatically detect the current Claude Code session and display the associated JIRA ticket details.

Explicit ticket lookup:

daf jira view PROJ-12345
daf jira view PROJ-12345 --history    # Include changelog
daf jira view PROJ-12345 --comments   # Include comments
daf jira view PROJ-12345 --history --comments  # Include both

What it shows:

  • Ticket key and summary
  • Current status and priority
  • Assignee and reporter
  • Parent/epic links (if applicable)
  • Custom fields (organization-specific)
  • Full description
  • Acceptance criteria
  • Pull request links
  • Comments (with --comments flag)
  • Changelog/history (with --history flag)

Example output:

Key: PROJ-12345
Summary: Implement customer backup and restore
Status: In Progress
Type: Story
Priority: Major
Assignee: John Doe
Parent: PROJ-59038
Custom Field 1: Value A (custom field)
Custom Field 2: Value B (custom field)

Description:
As a user, I want to backup my data so that I can restore it later.

Acceptance Criteria:
- Backup functionality implemented
- Restore functionality implemented
- Tests added

Why use this:

  • More reliable than curl commands (automatic auth)
  • Better formatted for Claude to read
  • Shows all relevant ticket context
  • Consistent with daf tool ecosystem
  • Helps understand requirements before coding

Related commands:

daf jira create bug --summary "..."    # Create new JIRA bug (validated)
daf jira create story --summary "..."  # Create new JIRA story (validated)
daf jira update PROJ-12345 --priority Major  # Update ticket fields

Alternative: Use MCP JIRA tools (see daf-jira-mcp skill for validation logic):

mcp__mcp-atlassian__jira_get_issue(issue_key="PROJ-12345")
mcp__mcp-atlassian__jira_create_issue(...)
mcp__mcp-atlassian__jira_update_issue(...)

Read the full file on GitHub · 196 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 · 196 lines · 21 tokens per session scan A 92bc2a8b0aa9

Subscribe to this mod's changes

daf-jira is a skill published in the GitHub repository itdove/devaiflow (2 stars, last pushed today), licensed Apache-2.0. It adds 21 tokens to every session and 1,517 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

pir-action-tracker

Parses Post-Incident Review (PIR) pages in a Confluence space, fetches live status from referenced Jira tickets, updates action item tables with current status and due dates, marks completed PIRs with a visual closure panel, and surfaces any overdue actions for follow-up. Designed for Customer Success, Support, and…

Perseus-Computing-LLC/perseus · 78 tokens

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use/browser-use · 26 tokens

content-hash-cache-pattern

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

affaan-m/ECC · 30 tokens

load-github-action-thread

Download retained Codex GitHub Action thread artifacts and load their rollout history into the local Codex app. Use when asked to open, load, import, resume, or inspect a Codex automation thread from a GitHub Actions run or a related GitHub issue or pull request.

astral-sh/uv · 62 tokens

generating-changelog

Generates polished website release notes between two git tags for docs.streamlit.io. Use when preparing a new Streamlit release or reviewing changes between versions.

streamlit/streamlit · 35 tokens

composio

Route and complete Composio work across Composio For You and Composio Platform. Use when the user mentions Composio; wants an agent to use apps such as Gmail, Slack, GitHub, Notion, Calendar, or Linear; needs first-time setup, an SDK or MCP integration, CLI operation, migration guidance, current documentation, or help…

ComposioHQ/composio · 84 tokens