escalation-and-reply-tone

Determines when support tickets require human review and guides first-reply tone.

5.0k|376|Updated Jul 23, 2024
One-click install
npx skills add https://github.com/Kiln-AI/Kiln --skill escalation-and-reply-tone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: escalation-and-reply-tone
Source: https://github.com/Kiln-AI/Kiln/tree/main/.agents/playwright_project/skills/197586632641%20-%20escalation-and-reply-tone
Command: npx skills add https://github.com/Kiln-AI/Kiln --skill escalation-and-reply-tone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Support teams struggle to consistently decide which customer tickets must be escalated to a human before any automated reply is sent, and first replies often use generic apology templates that frustrate customers. This Skill provides clear escalation criteria and tone guidelines for drafting the first customer reply.

Core Features & Use Cases

  • Escalation Rules: Sets needs_human_review to true and blocks automated replies for security incidents, data exposure, billing disputes, and legal-risk tickets.
  • Urgency Distinction: Clarifies that urgency alone (such as a production outage with a known workaround) does not require human review.
  • Reply Tone Guidance: Instructs replies to open with the customer's own framing, state concrete next steps and owners, avoid uncommitted timelines, and match the customer's register.
  • Use Case: When drafting a reply to a customer reporting an unauthorized charge, the Skill flags the ticket for human review instead of sending an automated response.

Quick Start

Use the escalation-and-reply-tone skill to review this customer ticket and draft an appropriate first reply or flag it for human review.

Frequently Asked Questions about escalation-and-reply-tone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
When should a customer support ticket be escalated to a human?

Escalate tickets involving security issues like suspicious logins, data exposure between customers, billing disputes such as unauthorized charges, and legal risks like regulatory or deletion requests. Set needs_human_review to true and send no automated reply.

How do I write a good first reply to a customer support ticket?

Open by restating the issue in the customer's own terms, then say what happens next and who owns it. Avoid apology templates, never promise uncommitted timelines, and match the customer's level of detail.

Does an urgent ticket always need human review?

No. Urgency alone is not escalation. A production outage with a known cause and a workaround is urgent but does not require human review, so an automated reply can still be sent.

What ticket types should never get automated replies?

Never auto-reply to security breaches, credential exposure, one customer seeing another's data, disputed or refused-refund charges, and legal threats or law-citing deletion requests. These always route to a human first.

What are the limitations of automated escalation rules?

Rule-based escalation only covers the categories explicitly defined, so novel risk types may slip through. Teams should periodically review flagged and unflagged tickets to refine the criteria.