jira-service-management

jira-service-management is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 47 tokens per session (4,153 once invoked), scanned A, a copy of jira-service-management, MIT.

A toolkit for JIRA Service Management, JIRA’s help-desk system for handling customer requests and internal service work. It covers service desks, approvals, service-level agreements, customers, assets, and knowledge-base searches.

In plain words
What is it for?
Creating and updating service requests, checking SLA status, searching support documentation, managing customers and organizations, handling approvals, and linking assets to requests.
Why use it?
It brings support operations into the same issue system used to track requests and their progress. It helps teams monitor response commitments and manage customer-related records.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the agent-toolkit-complete plugin — 116 skills shipped together

Good fit Creating and updating service requests, checking SLA status, searching support documentation, managing customers and organizations, handling approvals, and linking assets to requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ulises-jeremias/agent-toolkit/jira-service-management
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 ulises-jeremias/agent-toolkit --skill jira-service-management
Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/agent-toolkit

Made for: Claude Code.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 skills.

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-service-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/jira-service-management/github.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/jira-service-management)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/jira-service-management"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/jira-service-management/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-service-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/jira-service-management"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/jira-service-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,153 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.
Origin 97% copy Near-identical to another mod 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.00047 $0.04153
Opus 5 $0.00023 $0.02076
Sonnet 5 $0.00009 $0.00831
Haiku 4.5 $0.00005 $0.00415

Measured 7d ago against content hash 32e63308bec9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jira-service-management 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 7d 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

This is a copy

97% identical to jira-service-management — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/agent-toolkit-complete/.github/skills/jira-service-management/SKILL.md · 392 lines

How it starts

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

jira-jsm

Complete ITSM (IT Service Management) and ITIL workflow support for Jira Service Management (JSM).

Risk Levels

Operation Risk Notes
List service desks/queues - Read-only
Get request/SLA status - Read-only
Search knowledge base - Read-only
List customers/orgs - Read-only
Create request - Easily reversible (can cancel)
Add comment (public) - Can delete
Add comment (internal) - Can delete
Create customer - Can remove
Create organization - Can delete
Create asset - Can delete
Transition request ! Can transition back
Add participant ! Can remove
Update asset ! Can update again
Link asset to request ! Can unlink
Approve request ! Cannot unapprove (audit trail)
Decline request ! Cannot undecline (audit trail)
Remove customer !! Loses service desk access
Delete organization !! Customer associations lost

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

When to use this skill

Use jira-jsm when you encounter:

Problem Indicators

  • Keywords: "SLA", "service level", "breach", "approval", "change request", "incident"
  • Issue keys like: SD-123, INC-456 (service desk format vs standard PROJ-123)
  • Workflow needs: customer-facing requests, ITIL processes, service catalogs
  • User questions about: incidents, problems, changes, service requests (not bugs/stories)

Feature Triggers

  • Need to track SLA compliance or generate SLA reports
  • Managing approval workflows or CAB (Change Advisory Board) decisions
  • Working with knowledge base integration for customer self-service
  • Linking IT assets to requests or impact analysis
  • Multi-tier support structure (agents, managers, customers)

Integration Scenarios

  • Created a request and want to update it: Use jira-issue for standard updates
  • Transitioning through approval workflow: Use jira-jsm for JSM-specific transitions
  • Searching for requests with complex criteria: Use jira-search for JQL

Read the full file on GitHub · 392 lines

Files

What ships with it

5 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. 7d ago First seen · 392 lines · 47 tokens per session scan A 32e63308bec9

Subscribe to this mod's changes

jira-service-management is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 4,153 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to jira-service-management, differing in 26 lines, and is treated as a copy.

Related

Other skills, from other repositories

iblai-api-agent-support

Manage an ibl.ai agent's human-support tickets via the platform API — list and filter the tickets users raised with an agent (by agent, requester, status, session), read a ticket's conversation thread, reply as the support team, change ticket status, and close or delete tickets. Use when triaging or responding to…

iblai/api · 79 tokens

github-navigator

GitHub operations via gh CLI. CRITICAL: Use instead of WebFetch for any github.com URL or GitHub repo path like owner/repo. Use when the user asks to inspect repositories, files, issues, pull requests, releases, Actions runs, or repository structure. Use when the user says 'show README', 'list issues', 'check PR'…

arvindand/agent-skills · 107 tokens

breaking-down-work

Decomposes a goal, feature, epic, or deliverable into a structured task tree (tasks, subtasks, checklists) with dependencies in Astravue. Use when the user wants to break down, decompose, or plan out work, turn an epic or feature into tasks, "split this into tasks", scope a deliverable, or build a work breakdown…

AstravueOrg/astravue-mcp-server · 81 tokens

capturing-meeting-actions

Extracts action items from meeting notes, transcripts, or a brain dump and creates them as owned, dated tasks in Astravue. Use when the user pastes meeting notes or a transcript, asks to turn notes or standup discussion into tasks, capture action items, or "make tasks out of this".

AstravueOrg/astravue-mcp-server · 68 tokens

mapping-dependencies

Maps task dependencies in an Astravue project, finds the critical path and blocked work, and detects circular dependencies before any rescheduling. Use when the user asks about dependencies, blockers, what's blocking what, the critical path, or wants to understand or fix the sequencing of a project.

AstravueOrg/astravue-mcp-server · 61 tokens

triaging-overdue-work

Reviews overdue and at-risk tasks in Astravue, assesses why each is slipping, and proposes reschedule, reassign, deprioritize, or close actions before applying them. Use when the user asks what's overdue, behind schedule, slipping, or at risk, wants to catch up on a project, or clean up late work.

AstravueOrg/astravue-mcp-server · 73 tokens