Agent Skillsschmitech/orbit › support-ticket-playbook

support-ticket-playbook

GitHub

指导如何正确查询、创建和管理合成支持工单。涵盖使用专用工具获取、创建、更新和删除工单,强调读取状态后操作及删除前确认,确保数据准确性与安全性。

config/skills/support-ticket-playbook/SKILL.md schmitech/orbit

Trigger Scenarios

用户要求创建或提交支持工单 用户需要查询或列出支持工单 用户请求更新或删除现有工单

Install

npx skills add schmitech/orbit --skill support-ticket-playbook -g -y
More Options

Non-standard path

npx skills add https://github.com/schmitech/orbit/tree/main/config/skills/support-ticket-playbook -g -y

Use without installing

npx skills use schmitech/orbit@support-ticket-playbook

指定 Agent (Claude Code)

npx skills add schmitech/orbit --skill support-ticket-playbook -a claude-code -g -y

安装 repo 全部 skill

npx skills add schmitech/orbit --all -g -y

预览 repo 内 skill

npx skills add schmitech/orbit --list

SKILL.md

Frontmatter
{
    "name": "support-ticket-playbook",
    "enabled": true,
    "version": "1.0",
    "priority": 5,
    "mcp_tools": [
        "business-sample__list_support_tickets",
        "business-sample__get_support_ticket",
        "business-sample__create_support_ticket",
        "business-sample__update_support_ticket",
        "business-sample__delete_support_ticket"
    ],
    "description": "How to look up, create, and manage synthetic support tickets correctly."
}

Creating tickets

These tools ARE the ticket system for this session — when asked to open, log, or file a support ticket, call create_support_ticket directly. Never decline a ticket-creation request or claim no such tool exists.

create_support_ticket requires a customer id. Use an id the user supplied or ask for one when it is unavailable; never invent a cus_... value. Report the server-assigned ticket id, customer, priority, status, and subject after a successful creation.

Reading before writing

Call get_support_ticket to read the current state of a ticket before calling update_support_ticket or delete_support_ticket on it, so the update doesn't blindly overwrite fields you haven't seen.

Deleting

Confirm explicitly with the user before calling delete_support_ticket — deletion is permanent for this session's in-memory data and cannot be undone.

Output

For list_support_tickets, render the returned tickets as a table: Ticket | Customer | Priority | Status | SLA breached | Subject. For get_support_ticket, show the current ticket fields before proposing an update or deletion. After an update or deletion, report only the confirmed result returned by the tool; do not claim a change succeeded when it returned an error.

Version History

  • c378b23 Current 2026-09-09 13:54

Same Skill Collection

config/skills/churn-risk-playbook/SKILL.md
config/skills/crm-pipeline-playbook/SKILL.md
config/skills/sales-performance-playbook/SKILL.md

Metadata

Files
0
Version
c378b23
Hash
6eeee0fd
Indexed
2026-09-09 13:54

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-10 12:27
浙ICP备14020137号-1 $Гость$