jira-and-confluence-cli

jira-and-confluence-cli is a skill for Claude Code, Codex from abdullahkhawer/devops-skills. It costs 39 tokens per session (412 once invoked), scanned A, original, Apache-2.0.

A command-line helper for Jira and Confluence. Jira tracks work such as issues and sprints, while Confluence stores team pages and documentation.

In plain words
What is it for?
Managing issues, sprints, boards, projects, pages, and spaces through the Atlassian CLI.
Why use it?
It lets you work with these project-management and documentation systems from the terminal instead of handling each task manually in a browser.

Skill for Claude CodeCodex

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

Good fit Managing issues, sprints, boards, projects, pages, and spaces through the Atlassian CLI.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abdullahkhawer/devops-skills/jira-and-confluence-cli
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 abdullahkhawer/devops-skills --skill jira-and-confluence-cli
Clone the repo
git clone --depth 1 https://github.com/abdullahkhawer/devops-skills

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-and-confluence-cli

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/abdullahkhawer/devops-skills/jira-and-confluence-cli"><img src="https://agentmods.dev/badge/skills/abdullahkhawer/devops-skills/jira-and-confluence-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 412 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.00039 $0.00412
Opus 5 $0.00019 $0.00206
Sonnet 5 $0.00008 $0.00082
Haiku 4.5 $0.00004 $0.00041

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

Security

Grade A, and why

jira-and-confluence-cli 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.

skills/jira-and-confluence-cli/SKILL.md · 46 lines

What it actually says

Jira and Confluence CLI Skill

Use the instance and rules below when constructing all acli commands.

Configuration

Set your Atlassian site URL before using this skill:

Setting Value
Atlassian Site <your-site>.atlassian.net

Replace <your-site>.atlassian.net with your actual Atlassian site domain throughout this skill.

Prerequisites (one-time setup by user)

If not already set up, inform the user that setup is required and ask them to complete the following steps manually. Do not perform these steps yourself.

  1. Install the Atlassian CLI if not already installed:
brew tap atlassian/homebrew-acli
brew install acli
  1. Authenticate with your Atlassian instance:
acli auth login

This opens a browser window at https://api.atlassian.com/oauth2/authorize/.... Click Accept to grant the Atlassian CLI the required OAuth scopes. Once authorized, return to the terminal and select your site from the list when prompted.

Rules

  • For list commands that may be paginated, always pass --limit 100 (or use --paginate if supported) to ensure complete results are returned.
  • NEVER run delete commands without explicit user instruction — deletions in Jira and Confluence are irreversible.
  • When constructing JQL or CQL queries, prefer explicit field filters over free-text search to avoid unintended broad matches.
  • If a project key, space key, board ID, or issue key looks unfamiliar, stop and ask the user to confirm before proceeding.
  • NEVER read, display, or store the Atlassian API token — it is a credential and must remain secret.
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 · 46 lines · 39 tokens per session scan A 64e67bf572a8

Subscribe to this mod's changes

jira-and-confluence-cli is a skill published in the GitHub repository abdullahkhawer/devops-skills (7 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 39 tokens to every session and 412 once invoked, about $0.0002 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.