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.
git clone --depth 1 https://github.com/grandcamel/JIRA-Assistant-Skillsnpx agentmods add skills/grandcamel/jira-assistant-skills/jira-collaborateWrote 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/grandcamel/jira-assistant-skills/jira-collaborate)<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.
<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>- NVIDIA SkillSpector pass
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.00033 | $0.02293 |
| Opus 5 | $0.00016 | $0.01146 |
| Sonnet 5 | $0.00007 | $0.00459 |
| Haiku 4.5 | $0.00003 | $0.00229 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- jira-collaboration — 89% identical, 26 lines differ
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.
- Comments: Add/edit/delete comments with rich text support
- Attachments: Upload and download files
- Watchers: Manage who tracks the issue
- Notifications: Send targeted notifications
- Activity History: View issue changelog
- 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 |
What ships with it
18 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- docs/BEST_PRACTICES.md 1.4 KB
- docs/DEEP_DIVES/ACTIVITY_TRACKING.md 4.0 KB
- docs/DEEP_DIVES/ATTACHMENT_STRATEGY.md 4.1 KB
- docs/DEEP_DIVES/COMMENT_ETIQUETTE.md 3.7 KB
- docs/DEEP_DIVES/NOTIFICATION_MANAGEMENT.md 4.5 KB
- docs/DEEP_DIVES/TEAM_COMMUNICATION.md 4.0 KB
- docs/GETTING_STARTED.md 1.6 KB
- docs/INDEX.md 2.9 KB
- docs/QUICK_REFERENCE.md 2.9 KB
- docs/scenarios/blocker_escalation.md 1.6 KB
- docs/scenarios/handoff.md 1.6 KB
- docs/scenarios/progress_update.md 1.4 KB
- docs/scenarios/sharing_evidence.md 2.0 KB
- docs/scenarios/starting_work.md 1.3 KB
- docs/TEMPLATES.md 3.4 KB
- references/adf_guide.md 1.6 KB
- references/COMMENT_FORMATS.md 3.0 KB
- references/SCRIPT_OPTIONS.md 3.9 KB
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.
- 13d ago First seen · 273 lines · 33 tokens per session scan A f19a03ae5648
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.
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.
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.
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…
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.
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.
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.