jira-integration

jira-integration is a skill for Claude Code, Codex from jxoesneon/Ciel. It costs 21 tokens per session (501 once invoked), scanned A, original, Apache-2.0.

A set of rules for working with Jira, a tool for tracking issues, sprints, and development work. It reads requirements, updates issue status, and records implementation and test information.

In plain words
What is it for?
Use it to extract testable acceptance criteria, identify affected systems, move issues through statuses, add test summaries, and link tickets to branches, commits, or pull requests.
Why use it?
It keeps tickets aligned with the actual work and makes requirements, progress, verification, and completion easier to track.

Skill for Claude CodeCodex

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

Good fit Use it to extract testable acceptance criteria, identify affected systems, move issues through statuses, add test summaries, and link tickets to branches, commits, or pull requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jxoesneon/ciel/jira-integration
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 jxoesneon/Ciel --skill jira-integration
Clone the repo
git clone --depth 1 https://github.com/jxoesneon/Ciel

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-integration

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jxoesneon/ciel/jira-integration"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/jira-integration.svg" alt="Reviewed on agentmods" width="80" 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 501 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00021 $0.00501
Opus 5 $0.00010 $0.00251
Sonnet 5 $0.00004 $0.00100
Haiku 4.5 $0.00002 $0.00050

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

Security

Grade A, and why

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

Makes network callslowCapability

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

2. **REST Fallback**: Uses `curl` with `JIRA_API_TOKEN` for environments where MCP is unavailable.
skills/jira-integration/SKILL.md · 52 lines

What it actually says

CIEL ADAPTATION: Jira Integration (Issue Tracking)

This skill formalizes how CIEL interacts with Jira for requirements gathering, status updates, and development tracking. It prioritizes the mcp-atlassian server for tool-based interaction.

Core Interaction Modes

  1. MCP (Preferred): Uses jira_get_issue, jira_search, and jira_transition_issue for structured, authenticated operations.
  2. REST Fallback: Uses curl with JIRA_API_TOKEN for environments where MCP is unavailable.

Requirements Extraction Protocol

When reading a ticket, the Orchestrator MUST extract:

  • Testable AC: Specific, binary conditions for success.
  • Functional Scope: What is being changed vs. what is out of scope.
  • Integration Points: Affected services, APIs, or database schemas.
  • Edge Cases: Negative tests and boundary conditions defined in the ticket.

TICKET UPDATE Lifecycle

  • START: Transition to In Progress and comment with the implementation branch name.
  • VERIFY: Comment with a summary of test results and coverage after the verification-loop passes.
  • FINISH: Transition to Done or In Review and link the final PR/Commit.

Anti-Patterns

  • Secret Leaking: Hardcoding API tokens in scripts or session notes.
  • Vague Updates: Commenting "Working on it" without providing a branch or specific task context.
  • Status Drift: Implementing features that contradict the ticket's Acceptance Criteria without clarifying first.
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 · 21 tokens per session scan A f24324aabf72

Subscribe to this mod's changes

jira-integration is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 5d ago), licensed Apache-2.0. It adds 21 tokens to every session and 501 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-09-03.

Related

Other skills, from other repositories