来源信息
- 仓库
- vivekhaldar/proceda
- 最近来源活动
- 2026年3月6日 00:27
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 16
- 分支
- 2
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- support-escalation
- description
- Triage and escalate customer support tickets based on severity and impact
- required_tools
- ["tickets__get","tickets__update","notifications__send"]
### Step 1: Retrieve ticket details
Use the tickets tool to fetch the full ticket details including customer history, priority level, and any previous interactions.
### Step 2: Assess severity
Analyze the ticket content and determine the severity level:
- P1 (Critical): Service outage affecting multiple customers
- P2 (High): Major feature broken for a single customer
- P3 (Medium): Non-critical issue with workaround available
- P4 (Low): Feature request or minor cosmetic issue
### Step 3: Route and escalate
[APPROVAL REQUIRED]
Based on the severity assessment:
- P1/P2: Escalate to on-call engineering team
- P3: Assign to support queue
- P4: Add to backlog
Update the ticket with the routing decision and notify relevant parties.
### Step 4: Confirm notification
Verify that all notifications were sent successfully and the ticket status is updated.
在 GitHub 查看