runbook-generator
Runbook Generator
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/runbook-generatorWhat This Skill Does
The Runbook Generator is a powerful SRE and DevOps automation tool designed to transform raw codebases into professional, production-grade operational documentation. By programmatically scanning repository configurations—such as CI/CD workflows, database schemas, and hosting manifests—it auto-detects your specific infrastructure stack. It then synthesizes this data into structured, step-by-step runbooks. Each runbook includes critical components like copy-paste CLI commands, verification checks, rollback procedures, and multi-tier escalation paths. Furthermore, it manages the lifecycle of your documentation through staleness detection, which monitors source configuration file modification dates to flag when your operational procedures might be out of sync with your actual environment.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Ensure you have the necessary repository permissions to pull from the skill source. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/alirezarezvani/runbook-generator
Once installed, the agent will have the permissions required to traverse your repository file system and analyze your infrastructure-as-code files.
Use Cases
- Rapid Onboarding: Quickly generate a comprehensive "Getting Started" operational manual for new engineers, covering deployments, log access, and database maintenance.
- Disaster Recovery Preparedness: Generate and rehearse incident response runbooks to ensure that every team member knows how to execute a rollback or failover during an outage.
- Audit & Compliance: Use the generator to create standardized documentation for existing services that lack formal runbooks, helping meet industry compliance standards like SOC2 or ISO 27001.
Example Prompts
- "Generate a deployment runbook for this repo. Detect my hosting stack and include a clear rollback procedure in case the new version fails health checks."
- "Review the current database configuration in this repo and write an incident response runbook for handling a high-latency PostgreSQL spike."
- "Create an escalation path for our CI/CD pipeline, detailing the L1 through L3 criteria based on our current GitHub Actions workflow."
Tips & Limitations
To get the best results, ensure your configuration files (e.g., docker-compose.yml, terraform/, or vercel.json) are well-maintained. The skill relies heavily on these files to detect your stack correctly. If your environment uses non-standard file naming conventions, the auto-detection may require manual overrides or additional context provided by the user. Note that while the tool generates excellent foundations, it should not replace human verification of destructive commands like database truncations or infrastructure tear-downs; always treat generated commands as suggestions that require expert validation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alirezarezvani-runbook-generator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.