manage-tickets

manage-tickets is a skill for Claude Code, Codex from sergeyklay/.agents. It costs 238 tokens per session (3,949 once invoked), scanned A, original, Apache-2.0.

A Jira ticket-management helper for creating, editing, searching, moving through statuses, closing, and sorting work items.

In plain words
What is it for?
Use it to file bugs, features, and tasks, search the backlog, edit ticket details, change statuses, and triage findings.
Why use it?
It keeps Jira tickets complete and actionable while using Jira's connected project information and required fields.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to file bugs, features, and tasks, search the backlog, edit ticket details, change statuses, and triage findings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sergeyklay/.agents/manage-tickets
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 sergeyklay/.agents --skill manage-tickets
Clone the repo
git clone --depth 1 https://github.com/sergeyklay/.agents

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 manage-tickets

README.md
[![agentmods](https://agentmods.dev/badge/skills/sergeyklay/.agents/manage-tickets/github.svg)](https://agentmods.dev/skills/sergeyklay/.agents/manage-tickets)
Your own site
<a href="https://agentmods.dev/skills/sergeyklay/.agents/manage-tickets"><img src="https://agentmods.dev/badge/skills/sergeyklay/.agents/manage-tickets/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 manage-tickets

Your own site · 80×15
<a href="https://agentmods.dev/skills/sergeyklay/.agents/manage-tickets"><img src="https://agentmods.dev/badge/skills/sergeyklay/.agents/manage-tickets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 238 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,949 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 41
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Prompt Injection · line 66
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Prompt Injection · line 70
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Excessive Agency · line 246
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00238 $0.03949
Opus 5 $0.00119 $0.01975
Sonnet 5 $0.00048 $0.00790
Haiku 4.5 $0.00024 $0.00395

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

Security

Grade A, and why

manage-tickets scanned grade A with 1 finding 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 yesterday.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. Atlassian MCP server is available. MCP is the only path to Jira - never `curl`, never bare HTTP, never `gh`.
.agents/skills/manage-tickets/SKILL.md · 256 lines

How it starts

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

Managing Jira Tickets

Manage Jira tickets via the Atlassian MCP. Every ticket must be self-contained, professional, and actionable without prior context. The skill applies only to Jira sites the Atlassian MCP is connected to; if the MCP is unavailable, stop and tell the user.

Prerequisites

  1. Atlassian MCP server is available. MCP is the only path to Jira - never curl, never bare HTTP, never gh.
  2. jira-syntax skill is loaded before composing any field content. Jira description and comment fields are wiki markup, not Markdown.

Discover project metadata (run first)

Before any create, edit, search, or transition operation, fetch the live metadata for the target site and project:

Need Tool
Jira site cloudId getAccessibleAtlassianResources
Visible projects and their keys getVisibleJiraProjects
Types accepted by chosen project getJiraProjectIssueTypesMetadata
Required fields for a chosen type getJiraIssueTypeMetaWithFields
Site-wide issue link types getIssueLinkTypes
Valid transitions for an issue getTransitionsForJiraIssue
Resolve display name to account id lookupJiraAccountId

Use the values verbatim. Never memorize project keys, type names, transition IDs, label names, or account IDs across sessions.

What to do when discovery returns nothing, returns several projects, lacks the type you classified, or reports required custom fields is tabulated in references/ticket-operations.md § Discovery branching.

Body shape

Tickets share three common sections; the middle is type-specific.

Section Position Purpose
Summary Top One paragraph stating what the ticket addresses. Not a restatement of the title.
(type-specific) Middle Background, observed behaviour, root cause, proposed solution, scope, etc. - varies per type.
Requirements Near end Observable outcomes in MUST / MUST NOT form. Each independently verifiable.
[Self-checks] Optional Automated (CI assertions) and Manual (operator-runnable scenarios). Encouraged for Bug, Story, Task.
Context Bottom Origin (where the ticket came from), verbatim operator/reviewer quote, related tickets, tracking links.

Read the full file on GitHub · 256 lines

Files

What ships with it

8 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.

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. yesterday Changed · +42 tokens per session f8dcd201fa83
  2. 3d ago Changed · +3 lines 4ab5138be296
  3. 6d ago Changed · -29 lines 995f4edc86e9
  4. 12d ago First seen · 282 lines · 196 tokens per session scan A 1e3a87f34a13

Subscribe to this mod's changes

manage-tickets is a skill published in the GitHub repository sergeyklay/.agents (5 stars, last pushed today), licensed Apache-2.0. It adds 238 tokens to every session and 3,949 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories