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 を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.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プロジェクトに導入.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プロジェクトに導入.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-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-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 -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path design-templates/eng-runbook⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
GitHub で元ファイルを表示 ↗# 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> ```