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.
npx skills add abdullahkhawer/devops-skills --skill jira-and-confluence-cligit clone --depth 1 https://github.com/abdullahkhawer/devops-skillsWrote 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.
[](https://agentmods.dev/skills/abdullahkhawer/devops-skills/jira-and-confluence-cli)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
- Install the Atlassian CLI if not already installed:
brew tap atlassian/homebrew-acli
brew install acli
- 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--paginateif 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.
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.
- 8d ago First seen · 46 lines · 39 tokens per session scan A 64e67bf572a8
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.
Other skills, from other repositories
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
github-project-management
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning.
gh-issues
Use when creating, triaging, or commenting on GitHub issues for the Kilo VS Code extension or JetBrains plugin via gh. Covers issue templates, project board assignment, title conventions, and required gh scopes.
issue-creation
Trigger: issue creation, bug reports, feature requests, or issue approval. Create and triage GitHub issues from repository evidence.
sdd-tasks
Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.
flow-parallel
Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates.