runbook-generator

Solid

Runbook Generator

AI & Automation 16,642 stars 2295 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
88
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Runbook Generator **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 ```bash # 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 1. Generate the initial skeleton with `scripts/runbook_generator.py`. 2. Fill in service-specific commands and URLs. 3. Add verification checks and rollback triggers. 4. Dry-run in staging. 5. 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 - Ru...

Details

Author
alirezarezvani
Repository
alirezarezvani/claude-skills
Created
7 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

runbook-generator

Guidance for generating OpenStack runbooks with dual task/symptom indexing following NASA procedure standards. Use when creating incident response procedures, operational runbooks, or troubleshooting guides that must be verified against running infrastructure.

62 Updated today
Tibsfox
AI & Automation Listed

mission-control-generate-runbook

Generate an operational runbook through Mission Control. Use when the user wants RUNBOOK.md or a chat-native runbook covering startup, tests, build, debugging, local reset, logs, and deployment notes.

1 Updated today
MN755
DevOps & Infrastructure Listed

devops-runbooks

Operational runbook and procedure documentation specialist. Use when creating incident response procedures, operational playbooks, or system maintenance guides.

335 Updated today
aiskillstore
AI & Automation Solid

runbook-creator

Create runbook creator operations. Auto-activating skill for Technical Documentation. Triggers on: runbook creator, runbook creator Part of the Technical Documentation skill category. Use when working with runbook creator functionality. Trigger with phrases like "runbook creator", "runbook creator", "runbook".

2,266 Updated today
jeremylongshore
Code & Development Solid

runbook

Create or update a runbook for an operational scenario — an incident an alert fires for, a recurring scheduled task, or a known failure mode on a live service — using a consistent template. Use when writing, drafting, authoring, or updating a runbook for an alert, incident, on-call procedure, scheduled maintenance, or operational SOP. Each invocation produces one runbook at a time. Applies a YAGNI preflight that requires the scenario to be real (an alert that has fired, a recurring task that exists, or a live failure mode on a service that receives traffic) before producing the runbook. Does not produce feature or system documentation — use project-documentation. Does not record architectural decisions — use architectural-decision-record. Does not create coding standards — use coding-standard.

66 Updated today
testdouble