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 shashankreddy509/claude-tdd-kit --skill jira-commentgit clone --depth 1 https://github.com/shashankreddy509/claude-tdd-kitWrote 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/shashankreddy509/claude-tdd-kit/jira-comment)<a href="https://agentmods.dev/skills/shashankreddy509/claude-tdd-kit/jira-comment"><img src="https://agentmods.dev/badge/skills/shashankreddy509/claude-tdd-kit/jira-comment/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/shashankreddy509/claude-tdd-kit/jira-comment"><img src="https://agentmods.dev/badge/skills/shashankreddy509/claude-tdd-kit/jira-comment.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.00104 | $0.01345 |
| Opus 5 | $0.00052 | $0.00673 |
| Sonnet 5 | $0.00021 | $0.00269 |
| Haiku 4.5 | $0.00010 | $0.00135 |
Grade A, and why
jira-comment 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Jira Comment
One job: take comment text the user already has (or just authored) and put it on a Jira ticket so it RENDERS CLEANLY. The Atlassian MCP converts markdown to ADF and mangles common syntax, so the real work is making the text render-safe before posting. This skill does NOT write the analysis — it formats and posts text that already exists.
Inputs
- The ticket key (e.g.
PROJ-42). If absent, ask. - The Jira cloudId — discover at runtime from the project
CLAUDE.md'sJira: cloudId=<uuid> key=<KEY>line. NEVER hardcode a cloudId: it is per-site, and a wrong one posts to someone else's Jira. A repo whoseCLAUDE.mdhas noJira:line has no Jira configured — ask the user for the cloudId rather than guessing. - The comment body. If the user just authored it in the conversation, use that verbatim as the source.
- Any CC mentions — preserve EXACTLY as given (e.g.
User:<accountId>). These are live account-id references; do not reword, reformat, or drop them.
Render-safe rules (apply BEFORE posting — this is the whole point)
The MCP eats these; rewrite the text so they don't appear:
- No
**bold**— it leaks as literal\*\*word\*\*, and a multi-word bold run becomes a**between every word. Use a plain label line instead (e.g.Mechanism:on its own line), not inline bold. - No fenced code blocks — the
```fence is lost. Indent code/data 4 spaces instead so it stays monospace-ish and visually grouped. - Underscores in
CONSTANT_NAMESstill partly escape (_reads as italic). It's the one residue you can't fully kill via the API — leave the name as-is, and if it matters, tell the user to retype that token in the Jira web editor. - No
_italic_, no#headers, no-bullet markdown that relies on rendering. Plain text + indentation + blank-line separation only. - Inline literals (
Locale.US, method names) may auto-linkify — harmless, mention only if asked.
Keep the prose, the meaning, and the CC line. Only strip the markup that won't survive.
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.
- 10d ago First seen · 81 lines · 0 tokens per session scan A 1410230261e6
jira-comment is a skill published in the GitHub repository shashankreddy509/claude-tdd-kit (2 stars, last pushed 18d ago), licensed MIT. It adds 104 tokens to every session and 1,345 once invoked, about $0.0005 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
timeline-creator
Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.
implement-issue
Drive a GitHub issue from branch to pull request — read the issue, create a feature branch, implement the change, run the project's build and tests, then commit, push, and open a PR. Language and build-tool agnostic. Use when asked to implement, fix, or resolve a GitHub issue by number.
jira-administration
Complete JIRA project and system administration including projects, automation rules, permissions, users, notifications, screens, issue types, and workflows. Use when managing project structure, automating work, configuring team access, or setting up issue tracking.
jira-time-tracking
Time tracking, worklogs, and time reports. TRIGGERS: 'log time', 'time spent on', 'log hours', 'log work', 'worklog', 'time tracking', 'timesheet', 'how much time', 'time logged', 'time report', 'export timesheet', 'set estimate', 'remaining estimate', 'original estimate'. Use for time-related queries and operations…
jira-custom-fields
Custom field discovery and configuration. TRIGGERS: 'field ID for', 'what's the field ID', 'what is the field ID', 'list custom fields', 'what fields are available', 'what custom fields', 'show custom fields', 'customfield', 'find field', 'agile fields', 'configure agile fields', 'story points field'. Use for JIRA…
jira-issue-management
Core JIRA issue CRUD - create bugs/tasks/stories, get issue details, update fields, delete issues. TRIGGERS: 'show me [KEY]', 'get issue [KEY]', 'view issue', 'create a bug/task/story', 'update [KEY]', 'delete [KEY]', 'details of [KEY]', 'look up [KEY]', 'what's in [KEY]'. NOT FOR: epics (use jira-agile)…