support-ticket-triage
$
npx mdskill add ComposioHQ/awesome-codex-skills/support-ticket-triageClassify and draft responses for support tickets instantly.
- Converts messy ticket text into clear categories and priority levels.
- Works with Zendesk, Intercom, Help Scout, or pasted threads.
- Uses severity and customer impact to set priority and next steps.
- Outputs structured summaries with reply drafts and internal notes.
SKILL.md
.github/skills/support-ticket-triageView on GitHub ↗
--- name: support-ticket-triage description: Triage customer support tickets/emails/chats into categories, priority, and next action; draft responses and create reproducible steps; use for Zendesk/Intercom/Help Scout exports or pasted threads. metadata: short-description: Categorize and respond to support tickets --- # Support Ticket Triage Standardize how to classify and respond to incoming tickets. ## Inputs to gather - Ticket text (include attachments/links), product area, customer plan/tier if known. - Desired outputs: category taxonomy, priority levels, SLA hints, tone/brand voice, whether to draft a reply. ## Workflow 1) Parse context: identify issue type, product surface, severity, customer impact, reproduction hints, and blockers. 2) Categorize: assign category and subcategory; set priority (e.g., P0–P3) with short justification. 3) Draft response (if asked): concise acknowledgment, empathy, restate issue, next steps, and ask for missing info; include reproduction checklist when uncertain. 4) Internal notes: suspected root cause, logs to pull, teams to loop, and tracking IDs to create/attach. 5) Output: tabular or bullet summary with `Category`, `Priority`, `Summary`, `Proposed Fix/Next Steps`, `Reply Draft`. ## Quality checks - Avoid promises; give ranges not exact ETAs unless provided. - Mask PII if copying to public channels. - If signal is weak, present 2–3 likely categories and what evidence would disambiguate.
More from ComposioHQ/awesome-codex-skills
- agent-deep-linksBuild, validate, and troubleshoot deep links for Codex, Cursor, VS Code, Visual Studio, and similar tools. Use when users ask for clickable links (especially in Slack) that open threads, files, folders, or app settings.
- codebase-migrateRun large codebase migrations and multi-file refactors. Uses the Composio CLI to coordinate issue tracking, batched PRs, and CI verification while the agent executes the transforms locally across hundreds of files.
- create-planCreate a concise plan. Use when a user explicitly asks for a plan related to a coding task.
- datadog-logsQuery and filter Datadog logs from the shell using the Composio CLI. Run scoped log searches, pivot across services/environments, and export structured JSON for downstream agents instead of click-driving the Datadog UI.
- deploy-pipelineRun end-to-end deploy pipelines across Stripe, Supabase, and Vercel using the Composio CLI. Promote Stripe products, push Supabase migrations, ship Vercel deployments, and verify with post-deploy checks — all from one script.
- email-draft-polishDraft, rewrite, or condense emails with target tone, length, and audience; use for cold outreach, replies, status updates, or escalations where clarity and brevity matter.
- gh-address-commentsHelp address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
- gh-fix-ciInspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
- helium-mcpSearch real-time news with bias scoring, get live stock/ETF/crypto data with AI analysis, ML options pricing, balanced news synthesis, and meme search via the Helium MCP server.
- issue-triageTriage Linear or Jira backlogs and run bug sweeps via the Composio CLI. Bulk-fetch issues, dedupe, relabel, reassign, and post summaries — all from the shell without clicking through the UI.