Runbook Generator
SkillCloud & infraThis skill lets your AI write operational runbooks for a service from just its name. Once added, your AI can produce step-by-step documentation covering deployment, incident response, maintenance, and rollback, ready to customize for each environment.
Available today. Use it from your connected AI after setup.
No other account needed.
Give your AI a service name and ask it to generate a runbook. Review the draft and tailor the details to your team's environment.
Then ask your AI: use the Runbook Generator skill
What your AI can do with it
- Draft a complete runbook for a service from just its name
- Cover deployment, incident response, maintenance, and rollback workflows
- Adapt a templated structure to fit each environment
- Document on-call procedures when onboarding a new service
- Standardize incident response documentation across teams
What this skill tells your AI
The instructions your AI receives, as published by borghei/claude-skills in engineering/runbook-generator/SKILL.md and read by ahel’s review.
Tier: POWERFUL Category: Engineering Domain: DevOps / Site Reliability Engineering
Overview
Generate operational runbooks quickly from a service name, then customize for deployment, incident response, maintenance, and rollback workflows.
Core Capabilities
- Runbook skeleton generation from a CLI
- Standard sections for start/stop/health/rollback
- Structured escalation and incident handling placeholders
- Reference templates for deployment and incident playbooks
When to Use
- A service has no runbook and needs a baseline immediately
- Existing runbooks are inconsistent across teams
- On-call onboarding requires standardized operations docs
- You need repeatable runbook scaffolding for new services
Quick Start
# Print runbook to stdout
python3 scripts/runbook_generator.py payments-api
# Write runbook file
python3 scripts/runbook_generator.py payments-api --owner platform --output docs/runbooks/payments-api.md
Recommended Workflow
- 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.
Signals
- GitHub stars
- 740
- Forks
- 135
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
runbook-generator- Source
- github.com/borghei/claude-skills