jira-collaboration

jira-collaboration is a skill for Claude Code from grandcamel/JIRA-Assistant-Skills. It costs 33 tokens per session (2,293 once invoked), scanned A, original, MIT.

A JIRA collaboration tool for communicating and sharing files within issues.

In plain words
What is it for?
Use it to add or edit comments, upload or download attachments, manage watchers, notify people, and review issue history.
Why use it?
It keeps comments, attachments, watchers, notifications, and activity history connected to the relevant work item.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is jira-as collaborate attachment download PROJ-123 --id 12345 -o ./downloads/.

Part of the jira-assistant-skills plugin — 14 skills, 4 commands, 15 agents shipped together

Good fit Use it to add or edit comments, upload or download attachments, manage watchers, notify people, and review issue history.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/grandcamel/JIRA-Assistant-Skills
agentmods
npx agentmods add skills/grandcamel/jira-assistant-skills/jira-collaborate

Made for: Claude Code.

Or install jira-assistant-skills, the plugin that ships this one along with the rest of its 14 skills, 4 commands, 15 agents.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/grandcamel/jira-assistant-skills/jira-collaborate"><img src="https://agentmods.dev/badge/skills/grandcamel/jira-assistant-skills/jira-collaborate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,293 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.00033 $0.02293
Opus 5 $0.00016 $0.01146
Sonnet 5 $0.00007 $0.00459
Haiku 4.5 $0.00003 $0.00229

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

Security

Grade A, and why

jira-collaboration 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 13d 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

1 near-identical copy found in the catalogue:

skills/jira-collaborate/SKILL.md · 273 lines

How it starts

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

jira-collaborate

Collaboration features for JIRA issues - comments, attachments, watchers, and notifications.

Risk Levels

Operation Risk Notes
List comments/attachments - Read-only
List watchers - Read-only
View activity history - Read-only
Add comment - Easily reversible (can delete)
Upload attachment - Easily reversible (can delete)
Add watcher - Can remove watcher
Send notification - Cannot unsend but harmless
Update comment ! Previous text lost
Update custom fields ! Can be undone via edit
Remove watcher ! Can re-add
Delete comment !! Comment text lost
Delete attachment !! File lost, must re-upload

Risk Legend: - Safe, read-only | ! Caution, modifiable | !! Warning, destructive but recoverable | !!! Danger, irreversible

When to use this skill

Use this skill when you need to:

  • Add, update, or delete comments on issues
  • Upload or download attachments
  • Manage watchers (add/remove)
  • Send notifications to users or groups
  • View issue activity and changelog

What this skill does

IMPORTANT: Always use the jira-as CLI. Never run Python scripts directly.

  1. Comments: Add/edit/delete comments with rich text support
  2. Attachments: Upload and download files
  3. Watchers: Manage who tracks the issue
  4. Notifications: Send targeted notifications
  5. Activity History: View issue changelog
  6. Custom Fields: Update custom field values

Available Commands

Comments

Command Description
jira-as collaborate comment add Add comment with visibility controls
jira-as collaborate comment update Update existing comment
jira-as collaborate comment delete Delete comment (with confirmation)
jira-as collaborate comment list List and search comments

Attachments

Command Description
jira-as collaborate attachment list List attachments on issue
jira-as collaborate attachment upload Upload file to issue
jira-as collaborate attachment download Download attachments

Read the full file on GitHub · 273 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. 13d ago First seen · 273 lines · 33 tokens per session scan A f19a03ae5648

Subscribe to this mod's changes

jira-collaboration is a skill published in the GitHub repository grandcamel/JIRA-Assistant-Skills (46 stars, last pushed 4d ago), licensed MIT. It adds 33 tokens to every session and 2,293 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-30.

Related

Other skills, from other repositories

jira-collaboration

Collaborate on issues: add/edit comments, share attachments, notify users, track activity. For team communication and coordination on JIRA issues.

ulises-jeremias/agent-toolkit · 33 tokens

c-jira

Manage Jira issues using jira (jira-cli). List and filter issues, create new tickets, transition issue status, manage sprints, and add comments — all from the terminal without opening a browser.

daxaur/openpaw · 45 tokens

reality-strategy

Change a blocked real-life or organisational situation by recovering the original result, reconstructing real participants and flows, investigating the sustaining cause, mapping stakeholders and practical power, then altering defaults, burdens, incentives, coalitions, information flow, decision rights or action…

Bono12138/bonobox · 116 tokens

mk:jira

Routing skill — recommends the correct mk:jira- leaf for any Jira task. Triggers: 'jira', 'jira ticket', ambiguous Jira intent. NOT an executor — every actual operation forks via a leaf skill.

ngocsangyem/MeowKit · 47 tokens

Jira QA Workflows

Run QA work in Jira like a professional, bug lifecycle and triage, JQL queries for testers, quality dashboards, sprint QA rituals, and REST API automation for bulk bug operations and reporting.

PramodDutta/qaskills · 45 tokens

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens