ticket-triage

Solid

Classify, prioritize, and route incoming support tickets by extracting intent and entities, assigning severity, and generating initial responses. Use when the user requests ticket triage or provides relevant inputs for this workflow.

AI & Automation 179 stars 33 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
75
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Ticket Triage Automatically classify, prioritize, and route incoming customer support tickets to the right team with a suggested first response. This skill processes raw ticket text, identifies the customer's intent and key entities (product area, account tier, error codes), assigns a category and priority level, then routes to the appropriate team while drafting an empathetic initial reply. ## Workflow 1. **Receive and parse the ticket** — Ingest the raw ticket including subject, body, customer metadata (account tier, plan, tenure), and any attachments or screenshots. Normalize the text by stripping signatures, quoted replies, and boilerplate. Extract structured fields like order IDs, error codes, and URLs. 2. **Extract intent and entities** — Analyze the cleaned ticket text to determine the customer's primary intent (reporting a bug, asking a question, requesting a feature, disputing a charge). Identify named entities such as product names, feature areas, API endpoints, and specific error messages. Tag sentiment as positive, neutral, negative, or urgent. 3. **Classify into category** — Map the extracted intent to one of the standard categories: `billing` (charges, invoices, refunds, plan changes), `bug` (errors, crashes, unexpected behavior), `feature-request` (new functionality, integrations, enhancements), or `how-to` (setup, configuration, usage questions). If a ticket spans multiple categories, assign the primary and note secondaries. 4. **Assign priority using ...

Details

Author
seb1n
Repository
seb1n/awesome-ai-agent-skills
Created
7 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

support-ticket-triage

Agent-assist triage for an inbound customer contact: classifies it as incident, request, question or complaint, sets severity from customer impact rather than tone, routes it to the owning queue first time, and drafts a reply for a human agent to review, edit and send. It never sends, closes, refunds, promises or auto-resolves anything. Use when a ticket, chat or email arrives and needs classifying and routing, when a support queue has backed up and needs ordering, when a ticket keeps bouncing between teams, or when several contacts look like one underlying fault. Trigger on 'triage this ticket', 'what severity is this', 'which team owns this', 'draft a reply to this customer', 'the support queue is backed up', 'is this a complaint'. Not for internal staff IT issues, which are it-service-desk-triage, and not for scoring an agent's handled conversations against a quality rubric.

0 Updated 1 weeks ago
alihusains
AI & Automation Listed

it-service-desk-triage

Triages inbound service desk contacts: separates incident from request from problem, sets priority from impact and urgency, routes to the right queue first time, and decides when to escalate or link tickets to a major incident. Use when a ticket arrives and needs classification, when a queue has backed up and needs prioritising, when reassignments keep bouncing a ticket between teams, or when several tickets look like one underlying fault. Trigger on 'triage this ticket', 'what priority is this', 'which team owns this', 'the queue is backed up', 'is this P1', 'ticket keeps bouncing'. Not for the periodic recertification of who should have access — that is it-access-review; not for scheduling the fix once it needs a controlled production change, which is it-change-management.

0 Updated 1 weeks ago
alihusains
AI & Automation Listed

support-triage

Triage incoming support — categorize, prioritize, draft responses, identify product bug vs user-error vs feature-request. Routes to engineering when needed.

8 Updated 5 days ago
hamza-ali-shahjahan