devops-runbooks
npx machina-cli add skill aiskillstore/marketplace/devops-runbooks --openclawFiles (1)
SKILL.md
1.4 KB
DevOps Runbooks Skill
Creates actionable runbooks for operational procedures, incident response, and system maintenance.
What This Skill Does
- Creates operational runbooks
- Documents incident procedures
- Defines escalation paths
- Provides troubleshooting guides
- Documents rollback procedures
- Captures operational knowledge
When to Use
- Incident response planning
- On-call documentation
- System maintenance procedures
- Disaster recovery planning
- Knowledge transfer
Reference Files
references/RUNBOOK.template.md- Comprehensive operational runbook format
Runbook Structure
- Overview - Purpose and when to use
- Prerequisites - Access and tools needed
- Quick Reference - Key commands and URLs
- Procedure - Step-by-step with verification
- Rollback - How to revert changes
- Troubleshooting - Common issues
- Escalation - When and how to escalate
Best Practices
- Commands must be copy-pasteable
- Include expected output for each step
- Document decision points clearly
- Define rollback at each step
- Keep procedures current (test regularly)
- Include escalation contacts
Source
git clone https://github.com/aiskillstore/marketplace/blob/main/skills/89jobrien/devops-runbooks/SKILL.mdView on GitHub Overview
DevOps Runbooks crafts actionable runbooks for operational procedures, incident response, and system maintenance. It documents escalation paths, troubleshooting guides, rollback procedures, and captures essential operational knowledge to improve recovery time and consistency.
How This Skill Works
It generates a structured runbook document following a standard template (Overview, Prerequisites, Quick Reference, Procedure, Rollback, Troubleshooting, Escalation). It emphasizes copy-pasteable commands with expected outputs and clear decision points to ensure repeatable execution.
When to Use It
- Incident response planning
- On-call documentation
- System maintenance procedures
- Disaster recovery planning
- Knowledge transfer
Quick Start
- Step 1: Reference references/RUNBOOK.template.md to ensure standard structure
- Step 2: Fill sections (Overview, Prerequisites, Quick Reference, Procedure, Rollback, Troubleshooting, Escalation) with copy-pasteable commands and expected outputs
- Step 3: Validate by running the procedure in a staging environment and updating outputs and rollback steps accordingly
Best Practices
- Commands must be copy-pasteable
- Include expected output for each step
- Document decision points clearly
- Define rollback at each step
- Include escalation contacts
Example Use Cases
- Incident response runbook for service outage
- On-call escalation flow for database failover
- Maintenance runbook for patching and reboot
- Disaster recovery runbook for regional outage
- Knowledge transfer guide for new SREs
Frequently Asked Questions
Add this skill to your agents