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/ 100Recommendation
Install this skill
Choose your coding agent and copy a project or personal installation command.
Project installation.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a codex -yPersonal installation~/.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a codex -g -yProject installation.claude/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a claude-code -yPersonal installation~/.claude/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a claude-code -g -yProject installation.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a github-copilot -yPersonal installation~/.copilot/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a github-copilot -g -yProject installation.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a cursor -yPersonal installation~/.cursor/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a cursor -g -yProject installation.agents/skills/eng-runbook
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/eng-runbook -a gemini-cli -yPersonal installation~/.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⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.
Skill instructions
View source on 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> ```