Skip to main content

incident-report

How to write up an incident so the next person can act on it, not just read it.

跳到安装

来源信息

仓库
vstorm-co/agenticos
最近来源活动
2026年7月31日 09:58
检测到的 SKILL.md 语言
英语
星标
37
分支
7

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
incident-report
description
How to write up an incident so the next person can act on it, not just read it.
category
operations
# Writing an incident report An incident report is written for somebody who was not there, reading it under time pressure, six months later. Everything below follows from that. ## Order Impact first. Who was affected, for how long, and what they could not do. A report that opens with architecture makes the reader work to find out whether it matters. Then the timeline: what happened, in order, with times. Then the cause. Then what is being changed. ## Rules **Times are absolute and in UTC.** "Twenty minutes later" forces the reader to do arithmetic while comparing two reports. **Name systems, not people.** "The deploy job did not wait for the migration" is actionable. "Marek deployed too early" is not, and it makes the next person quieter about their own mistakes. **Separate what is known from what is believed.** Write "we think" where it is a theory. A report that reads as certain and is wrong is worse than one that says which part is a guess. **Every action item has an owner and a date**, or it is not an action item - it is a wish. Load `template.md` for the structure to fill in. ## What not to do Do not write "human error" as a cause. It is where the investigation stops being useful: a system that a tired person can break at 3am is the finding.
在 GitHub 查看