runbook-templates

Runbook Templates

Content Preview
# Runbook Templates

## Deployment Runbook Template

- Pre-deployment checks
- Deploy steps with expected output
- Smoke tests
- Rollback plan with explicit triggers
- Escalation and communication notes

## Incident Response Template

- Triage phase (first 5 minutes)
- Diagnosis phase (logs, metrics, recent deploys)
- Mitigation phase (containment and restoration)
- Resolution and postmortem actions

## Database Maintenance Template

- Backup and restore verification
- Migration sequencing and l
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/runbook-templates.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/runbook-generator/references/runbook-templates.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/runbook-generator/references/runbook-templates.md

Related Skills