Generate the initial skeleton with scripts/runbook_generator.py.
Fill in service-specific commands and URLs.
Add verification checks and rollback triggers.
Dry-run in staging.
Store runbook in version control near service code.
Reference Docs
references/runbook-templates.md
Common Pitfalls
Missing rollback triggers or rollback commands
Steps without expected output checks
Stale ownership/escalation contacts
Runbooks never tested outside of incidents
Best Practices
Keep every command copy-pasteable.
Include health checks after every critical step.
Validate runbooks on a fixed review cadence.
Update runbook content after incidents and postmortems.
1---2name: runbook-generator3description: Runbook Generator4---56## Internal Safety Override78- Status: local-only unless explicitly opted into external access.9- Before using network tools, account connectors, browser automation, or APIs, state the destination, data scope, and credential source.10- Do not transmit repository files, secrets, credentials, or private documents by default.11- Audit categories: network.1213# Runbook Generator1415**Tier:** POWERFUL 16**Category:** Engineering 17**Domain:** DevOps / Site Reliability Engineering1819---2021## Overview2223Generate operational runbooks quickly from a service name, then customize for deployment, incident response, maintenance, and rollback workflows.2425## Core Capabilities2627- Runbook skeleton generation from a CLI28- Standard sections for start/stop/health/rollback29- Structured escalation and incident handling placeholders30- Reference templates for deployment and incident playbooks3132---3334## When to Use3536- A service has no runbook and needs a baseline immediately37- Existing runbooks are inconsistent across teams38- On-call onboarding requires standardized operations docs39- You need repeatable runbook scaffolding for new services4041---4243## Quick Start4445```bash46# Print runbook to stdout47python3 scripts/runbook_generator.py payments-api4849# Write runbook file50python3 scripts/runbook_generator.py payments-api --owner platform --output docs/runbooks/payments-api.md51```5253---5455## Recommended Workflow56571. Generate the initial skeleton with `scripts/runbook_generator.py`.582. Fill in service-specific commands and URLs.593. Add verification checks and rollback triggers.604. Dry-run in staging.615. Store runbook in version control near service code.6263---6465## Reference Docs6667- `references/runbook-templates.md`6869---7071## Common Pitfalls7273- Missing rollback triggers or rollback commands74- Steps without expected output checks75- Stale ownership/escalation contacts76- Runbooks never tested outside of incidents7778## Best Practices79801. Keep every command copy-pasteable.812. Include health checks after every critical step.823. Validate runbooks on a fixed review cadence.834. Update runbook content after incidents and postmortems.
Run npx skillmds@latest add brathod1432/runbook-generator in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Runbook Generator It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
brathod1432 (@brathod1432) published this skill. Their other Agent Skills are listed on their SkillMD profile.