ticket-triage

ticket-triage is a skill for Claude Code from sandbaseai/sandbase-skills. It costs 54 tokens per session (2,578 once invoked), scanned A, original, Apache-2.0.

A support-ticket triage skill that classifies an issue, assigns a P1–P4 priority, checks for duplicates or known issues, and suggests where it should go. It can also draft an initial response.

In plain words
What is it for?
Use it for bugs, account problems, billing complaints, access errors, and feature requests. It extracts the problem, symptoms, customer context, and routing recommendation.
Why use it?
It turns an unstructured customer report into a consistent first assessment. This helps support teams decide urgency and ownership before investigation begins.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sandbase-skills plugin — 97 skills shipped together

Good fit Use it for bugs, account problems, billing complaints, access errors, and feature requests. It extracts the problem, symptoms, customer context, and routing recommendation.

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

Made for: Claude Code.

Or install sandbase-skills, the plugin that ships this one along with the rest of its 97 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 ticket-triage

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sandbaseai/sandbase-skills/ticket-triage"><img src="https://agentmods.dev/badge/skills/sandbaseai/sandbase-skills/ticket-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,578 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.00054 $0.02578
Opus 5 $0.00027 $0.01289
Sonnet 5 $0.00011 $0.00516
Haiku 4.5 $0.00005 $0.00258

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

Security

Grade A, and why

ticket-triage 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.

marketing/ticket-triage/SKILL.md · 282 lines

How it starts

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

/ticket-triage

Use only support, knowledge-base, and project-tracker sources that are actually available and authorized in the host. State clearly when a source was not checked.

Categorize, prioritize, and route an incoming support ticket or customer issue. Produces a structured triage assessment with a suggested initial response.

When checking public documentation or known-issue evidence, read the SandBase API map. Resolve the current schema with sandbase_describe_tool before using a listed capability through sandbase_call_tool.

Usage

/ticket-triage <ticket text, customer message, or issue description>

Examples:

  • /ticket-triage Customer says their dashboard has been showing a blank page since this morning
  • /ticket-triage "I was charged twice for my subscription this month"
  • /ticket-triage User can't connect their SSO — getting a 403 error on the callback URL
  • /ticket-triage Feature request: they want to export reports as PDF

Workflow

1. Parse the Issue

Read the input and extract:

  • Core problem: What is the customer actually experiencing?
  • Symptoms: What specific behavior or error are they seeing?
  • Customer context: Who is this? Any account details, plan level, or history available?
  • Urgency signals: Are they blocked? Is this production? How many users affected?
  • Emotional state: Frustrated, confused, matter-of-fact, escalating?

2. Categorize and Prioritize

Using the category taxonomy and priority framework below:

  • Assign a primary category (bug, how-to, feature request, billing, account, integration, security, data, performance) and an optional secondary category
  • Assign a priority (P1–P4) based on impact and urgency
  • Identify the product area the issue maps to

3. Check for Duplicates and Known Issues

Before routing, check available sources:

  • Support platform: Search for similar open or recently resolved tickets when available
  • Knowledge base: Check for known issues or existing documentation when available
  • Project tracker: Check if there's an existing bug report or feature request when available

Read the full file on GitHub · 282 lines

Files

What ships with it

1 file 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 · 282 lines · 54 tokens per session scan A cd1a1fe9880d

Subscribe to this mod's changes

ticket-triage is a skill published in the GitHub repository sandbaseai/sandbase-skills (151 stars, last pushed 2d ago), licensed Apache-2.0. It adds 54 tokens to every session and 2,578 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

manage-taskboard

Manage work in the native DeepSeek Harness Taskboard with exact task ids and optimistic versions. Use when an Agent must inspect project work, claim an eligible todo, record progress or blockers, verify an implementation, submit it for human review, or release its own claim; also use when a human asks how to accept…

shengsheng90/DSH-taskboard · 88 tokens

grill-me

Grill the user about a requirement, decision, or idea before implementation, then produce an actionable planning report without writing code. Use when the user wants to clarify requirements, stress-test an idea, compare approaches, or plan before coding.

Dianel555/DSkills · 51 tokens

triage

Label-based issue triage workflow. Use when a batch of issues needs sorting by priority/type, or the task mentions "triage", "分流", "prioritize issues", "label". Pulls issues, classifies them, and applies labels/assignees via gh.

znlgis/my-opencode-deepseek-config · 60 tokens

yao-board

Kanban board and task query expert. ALWAYS invoke this skill when the user asks about boards, tasks, task status, or project progress. Do not guess task state — use this skill first.

YaoApp/yao · 43 tokens

github

GitHub operations via gh CLI or Python API. Use when: listing repos, creating/viewing issues and PRs, checking CI runs, managing releases, or querying the GitHub API. NOT for: general git commands (use git directly), cloning private repos without auth.

ericwang915/PythonClaw · 57 tokens

dsh-skill-dev

A specialist review agent for software that handles purchasing, suppliers, payments, or spending approvals.

pingfanfan/hello-dsh · 59 tokens