team-incident

team-incident is a skill for Claude Code from ketor/cto-fleet. It costs 112 tokens per session (7,611 once invoked), scanned B, original, Apache-2.0.

A Chinese-language incident-response workflow that coordinates several roles to classify an outage, investigate its cause, apply a fix, verify it, and summarize the result. An incident is an unexpected production problem or service failure.

In plain words
What is it for?
Use it to respond to alerts and outages, assess severity, coordinate investigation and repair, verify recovery, and close the incident.
Why use it?
It organizes urgent troubleshooting into clear stages and supports different levels of human approval, from manual decisions to automatic execution.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Good fit Use it to respond to alerts and outages, assess severity, coordinate investigation and repair, verify recovery, and close the incident.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ketor/cto-fleet/team-incident
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ketor/cto-fleet --skill team-incident
Clone the repo
git clone --depth 1 https://github.com/ketor/cto-fleet

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for team-incident

README.md
[![agentmods](https://agentmods.dev/badge/skills/ketor/cto-fleet/team-incident/github.svg)](https://agentmods.dev/skills/ketor/cto-fleet/team-incident)
Your own site
<a href="https://agentmods.dev/skills/ketor/cto-fleet/team-incident"><img src="https://agentmods.dev/badge/skills/ketor/cto-fleet/team-incident/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for team-incident

Your own site · 80×15
<a href="https://agentmods.dev/skills/ketor/cto-fleet/team-incident"><img src="https://agentmods.dev/badge/skills/ketor/cto-fleet/team-incident.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,611 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00112 $0.07611
Opus 5 $0.00056 $0.03805
Sonnet 5 $0.00022 $0.01522
Haiku 4.5 $0.00011 $0.00761

Measured 9d ago against content hash ecce6a9dbd2b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade B, and why

team-incident scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- 目录路径:`/tmp/{team-name}/`(team lead 在 TeamCreate 后执行 `mkdir -p /tmp/{team-name} && chmod 700 /tmp/{team-name}`)
team-incident/SKILL.md · 549 lines

How it starts

The opening of the file, as written. The whole thing — 549 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Preamble (run first)

_UPD=$(~/.claude/skills/cto-fleet/bin/cto-fleet-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true

If output shows UPGRADE_AVAILABLE <old> <new>: read ~/.claude/skills/cto-fleet/cto-fleet-upgrade/SKILL.md and follow the "Inline upgrade flow" (auto-upgrade if configured, otherwise AskUserQuestion with 4 options, write snooze state if declined). If JUST_UPGRADED <from> <to>: tell user "Running cto-fleet v{to} (just updated!)" and continue.

参数解析:从 $ARGUMENTS 中检测以下标志:

  • --auto:完全自主模式(不询问用户任何问题,全程自动决策)
  • --once:单轮确认模式(将所有需要确认的问题合并为一轮提问,确认后全程自动执行)
  • --severity=P0|P1|P2|P3:预设故障等级(跳过 triager 分级,直接采用)
  • --lang=zh|en:输出语言(默认 zh 中文)

解析后将标志从故障描述中移除。

模式 用户确认范围 条件节点处理
标准模式(默认) 固定节点 + 条件节点,全部 AskUserQuestion 正常询问用户
单轮确认模式--once 仅固定节点(止血方案确认、修复方案确认) 自动决策 + 收尾汇总
完全自主模式--auto 不询问用户 全部自动决策,收尾汇总所有决策

单轮确认模式下条件节点自动决策规则:

  • 故障等级不确定 → triager 自行判断,在止血/调查前告知用户判定结果
  • investigator-1/investigator-2 结论分歧 → team lead 综合双路调查结果裁决,在根因确认时附带分歧摘要和裁决理由
  • 调查期间需要扩大排查范围 → investigator 自行扩展
  • 止血方案选择不可跳过,必须暂停问用户(P0/P1 止血风险过高)
  • 修复后验证失败超 2 轮不可跳过,必须暂停问用户(熔断机制)
  • P2/P3 修复方案确认 → fixer 自行决策,收尾时汇总

完全自主模式下:所有节点均自动决策,不询问用户。仅熔断机制(止血方案确认、修复后验证失败超 2 轮)仍然生效,触发时必须暂停。

使用 TeamCreate 创建 team(名称格式 team-incident-{YYYYMMDD-HHmmss},如 team-incident-20260311-143022,避免多次调用冲突),你作为 team lead 按以下流程协调。

文件交接规范(File-Based Handoff)

所有 agent 间传递详细报告时,必须采用文件交接模式(防止上下文溢出触发 20MB 限制):

  1. 写入文件:将完整报告写入团队工作目录:
    • 目录路径:/tmp/{team-name}/(team lead 在 TeamCreate 后执行 mkdir -p /tmp/{team-name} && chmod 700 /tmp/{team-name}
    • 单个文件 ≤ 2000 行;超大报告拆分为 summary + details 文件
  2. 发送引用:通过 SendMessage 仅发送(≤500 字符):
    • 文件路径(1 行)
    • 关键摘要(含核心指标/发现/评分)
  3. 按需读取:接收方使用 Read 按需读取文件,发送方不内联完整内容
  4. 路径转发:team lead 转发报告时只转发文件路径 + 摘要,不 Read 后再 SendMessage
  5. 遵从校验:team lead 收到超 1000 字符且不含 /tmp/team- 路径前缀的消息时,要求 agent 以文件交接模式重发

Read the full file on GitHub · 549 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 549 lines · 0 tokens per session scan B ecce6a9dbd2b

Subscribe to this mod's changes

team-incident is a skill published in the GitHub repository ketor/cto-fleet (5 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 112 tokens to every session and 7,611 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

systematic-debugging

Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.

open-metadata/OpenMetadata · 37 tokens

diagnose

Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.

emdash-cms/emdash · 43 tokens

repro-admin

Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens

log-error-digest

Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…

zebbern/claude-code-guide · 71 tokens

byted-util-volcengine-detect-retry

An orchestration workflow for Volcengine Cloud Detect, a service that checks websites or network endpoints from test locations.

bytedance/agentkit-samples · 101 tokens