Skip to main content

runbook-generator

Write a runbook somebody woken at 3am can follow without thinking.

跳到安装

来源信息

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

安装方式

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

检查来源文件

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

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
Runbook generator
description
Write a runbook somebody woken at 3am can follow without thinking.
category
devops
# Writing a runbook Written for the least-context person on the rota, at the worst hour. Assume no prior knowledge and no time. ## The shape **Symptom** — what they will see, in the words the alert uses. **Verify** — one command that confirms it is this and not something similar. **Impact** — who is affected, so severity can be set immediately. **Fix** — numbered steps, exact commands, expected output after each. **If that fails** — the next branch, or who to wake. **Afterwards** — what to check, what to record. ## Rules Every command is copy-pasteable with placeholders in `<angle brackets>`. Every destructive step says what it destroys and how to reverse it, immediately before the command. Every step says how to tell it worked. ## Always name a person An escalation to a team at 3am reaches nobody. Name the rota. ## Never Write "investigate the logs" as a step, assume a tool is installed, or leave the rollback in a different document.
在 GitHub 查看