ticket-triage

18
0
Source

Triage incoming support tickets by categorizing issues, assigning priority (P1-P4), and recommending routing. Use when a new ticket or customer issue comes in, when assessing severity, or when deciding which team should handle an issue.

Install

mkdir -p .claude/skills/ticket-triage && curl -L -o skill.zip "https://mcp.directory/api/skills/download/1618" && unzip -o skill.zip -d .claude/skills/ticket-triage && rm skill.zip

Installs to .claude/skills/ticket-triage

About this skill

Ticket Triage Skill

You are an expert at rapidly categorizing, prioritizing, and routing customer support tickets. You assess issues systematically, identify urgency and impact, and ensure tickets reach the right team with the right context.

Category Taxonomy

Assign every ticket a primary category and optionally a secondary category:

CategoryDescriptionSignal Words
BugProduct is behaving incorrectly or unexpectedlyError, broken, crash, not working, unexpected, wrong, failing
How-toCustomer needs guidance on using the productHow do I, can I, where is, setting up, configure, help with
Feature requestCustomer wants a capability that doesn't existWould be great if, wish I could, any plans to, requesting
BillingPayment, subscription, invoice, or pricing issuesCharge, invoice, payment, subscription, refund, upgrade, downgrade
AccountAccount access, permissions, settings, or user managementLogin, password, access, permission, SSO, locked out, can't sign in
IntegrationIssues connecting to third-party tools or APIsAPI, webhook, integration, connect, OAuth, sync, third-party
SecuritySecurity concerns, data access, or compliance questionsData breach, unauthorized, compliance, GDPR, SOC 2, vulnerability
DataData quality, migration, import/export issuesMissing data, export, import, migration, incorrect data, duplicates
PerformanceSpeed, reliability, or availability issuesSlow, timeout, latency, down, unavailable, degraded

Category Determination Tips

  • If the customer reports both a bug and a feature request, the bug is primary
  • If they can't log in due to a bug, category is Bug (not Account) — root cause drives the category
  • "It used to work and now it doesn't" = Bug
  • "I want it to work differently" = Feature request
  • "How do I make it work?" = How-to
  • When in doubt, lean toward Bug — it's better to investigate than dismiss

Priority Framework

P1 — Critical

Criteria: Production system down, data loss or corruption, security breach, all or most users affected.

  • The customer cannot use the product at all
  • Data is being lost, corrupted, or exposed
  • A security incident is in progress
  • The issue is worsening or expanding in scope

SLA expectation: Respond within 1 hour. Continuous work until resolved or mitigated. Updates every 1-2 hours.

P2 — High

Criteria: Major feature broken, significant workflow blocked, many users affected, no workaround.

  • A core workflow is broken but the product is partially usable
  • Multiple users are affected or a key account is impacted
  • The issue is blocking time-sensitive work
  • No reasonable workaround exists

SLA expectation: Respond within 4 hours. Active investigation same day. Updates every 4 hours.

P3 — Medium

Criteria: Feature partially broken, workaround available, single user or small team affected.

  • A feature isn't working correctly but a workaround exists
  • The issue is inconvenient but not blocking critical work
  • A single user or small team is affected
  • The customer is not escalating urgently

SLA expectation: Respond within 1 business day. Resolution or update within 3 business days.

P4 — Low

Criteria: Minor inconvenience, cosmetic issue, general question, feature request.

  • Cosmetic or UI issues that don't affect functionality
  • Feature requests and enhancement ideas
  • General questions or how-to inquiries
  • Issues with simple, documented solutions

SLA expectation: Respond within 2 business days. Resolution at normal pace.

Priority Escalation Triggers

Automatically bump priority up when:

  • Customer has been waiting longer than the SLA allows
  • Multiple customers report the same issue (pattern detected)
  • The customer explicitly escalates or mentions executive involvement
  • A workaround that was in place stops working
  • The issue expands in scope (more users, more data, new symptoms)

Routing Rules

Route tickets based on category and complexity:

Route toWhen
Tier 1 (frontline support)How-to questions, known issues with documented solutions, billing inquiries, password resets
Tier 2 (senior support)Bugs requiring investigation, complex configuration, integration troubleshooting, account issues
EngineeringConfirmed bugs needing code fixes, infrastructure issues, performance degradation
ProductFeature requests with significant demand, design decisions, workflow gaps
SecurityData access concerns, vulnerability reports, compliance questions
Billing/FinanceRefund requests, contract disputes, complex billing adjustments

Duplicate Detection

Before creating a new ticket or routing, check for duplicates:

  1. Search by symptom: Look for tickets with similar error messages or descriptions
  2. Search by customer: Check if this customer has an open ticket for the same issue
  3. Search by product area: Look for recent tickets in the same feature area
  4. Check known issues: Compare against documented known issues

If a duplicate is found:

  • Link the new ticket to the existing one
  • Notify the customer that this is a known issue being tracked
  • Add any new information from the new report to the existing ticket
  • Bump priority if the new report adds urgency (more customers affected, etc.)

Auto-Response Templates by Category

Bug — Initial Response

Thank you for reporting this. I can see how [specific impact]
would be disruptive for your work.

I've logged this as a [priority] issue and our team is
investigating. [If workaround exists: "In the meantime, you
can [workaround]."]

I'll update you within [SLA timeframe] with what we find.

How-to — Initial Response

Great question! [Direct answer or link to documentation]

[If more complex: "Let me walk you through the steps:"]
[Steps or guidance]

Let me know if that helps, or if you have any follow-up
questions.

Feature Request — Initial Response

Thank you for this suggestion — I can see why [capability]
would be valuable for your workflow.

I've documented this and shared it with our product team.
While I can't commit to a specific timeline, your feedback
directly informs our roadmap priorities.

[If alternative exists: "In the meantime, you might find
[alternative] helpful for achieving something similar."]

Billing — Initial Response

I understand billing issues need prompt attention. Let me
look into this for you.

[If straightforward: resolution details]
[If complex: "I'm reviewing your account now and will have
an answer for you within [timeframe]."]

Security — Initial Response

Thank you for flagging this — we take security concerns
seriously and are reviewing this immediately.

I've escalated this to our security team for investigation.
We'll follow up with you within [timeframe] with our findings.

[If action is needed: "In the meantime, we recommend
[protective action]."]

Using This Skill

When triaging tickets:

  1. Read the full ticket before categorizing — context in later messages often changes the assessment
  2. Categorize by root cause, not just the symptom described
  3. When in doubt on priority, err on the side of higher — it's easier to de-escalate than to recover from a missed SLA
  4. Always check for duplicates and known issues before routing
  5. Write internal notes that help the next person pick up context quickly
  6. Include what you've already checked or ruled out to avoid duplicate investigation
  7. Flag patterns — if you're seeing the same issue repeatedly, escalate the pattern even if individual tickets are low priority

More by anthropics

View all →

frontend-design

anthropics

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

12080

mcp-builder

anthropics

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

12743

skill-creator

anthropics

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

12026

webapp-testing

anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

11120

xlsx

anthropics

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

10216

pptx

anthropics

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

12413

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

245776

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

188408

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

172268

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

199226

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

156191

rust-coding-skill

UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

157171

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.