DevOps & Cloudlow risk

eng-runbook

An engineering runbook — service overview, alerts table, dashboards links, common procedures with copy-pasteable commands, on-call rotation, and an incident-response checklist. Use when the brief mentions "runbook", "ops doc", "on-call guide", "SRE doc", or "运维手册".

nexu-io/open-design·design-templates/eng-runbook/SKILL.md
61/ 100おすすめ度

この Skill を導入

coding agent を選び、プロジェクト用または個人用コマンドをコピーします。

収録 commit に固定
プロジェクトに導入.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a codex -y
個人環境に導入~/.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a codex -g -y
手動配置先.agents/skills/eng-runbookOfficial docs ↗
プロジェクトに導入.claude/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a claude-code -y
個人環境に導入~/.claude/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a claude-code -g -y
手動配置先.claude/skills/eng-runbookOfficial docs ↗
プロジェクトに導入.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a github-copilot -y
個人環境に導入~/.copilot/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a github-copilot -g -y
手動配置先.agents/skills/eng-runbookOfficial docs ↗
プロジェクトに導入.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a cursor -y
個人環境に導入~/.cursor/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a cursor -g -y
手動配置先.agents/skills/eng-runbookOfficial docs ↗
プロジェクトに導入.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a gemini-cli -y
個人環境に導入~/.gemini/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path design-templates/eng-runbook
手動配置先.agents/skills/eng-runbookOfficial docs ↗
⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
# Engineering Runbook Skill

Produce a single-page engineering runbook.

## Workflow

1. Read DESIGN.md.
2. Identify the service from the brief.
3. Layout:
   - Header: service name, owner team, severity tier, version.
   - Service summary paragraph + dependency list.
   - Alerts table: alert name / severity / what it means / first response.
   - Dashboards & links list.
   - Common procedures block (3–4) with code blocks (deploy, rollback, rotate keys).
   - On-call rotation table (week / primary / secondary / backup).
   - Incident response checklist (5 numbered steps).
4. One inline `<style>`, semantic HTML, monospace for code blocks.

## Output contract

```
<artifact identifier="runbook-name" type="text/html" title="Service Runbook">
<!doctype html>...</artifact>
```