deployment-runbooklisted
Install: claude install-skill pfangueiro/claude-code-agents
# Deployment Runbook
## Overview
This skill provides deployment procedures, automated health checks, and rollback strategies to ensure safe, reliable deployments. Use it to standardize deployment workflows and reduce deployment-related incidents.
## When to Use This Skill
- Planning production deployments
- Executing staged rollouts (canary, blue-green)
- Performing post-deployment health checks
- Rolling back failed deployments
- Troubleshooting deployment issues
- Establishing deployment best practices
- Complementing the **devops-automation agent** for deployments
## Pre-Deployment Checklist
Before any production deployment:
- [ ] **Code Review**: All changes reviewed and approved
- [ ] **Tests Pass**: CI/CD pipeline green
- Unit tests: ✓
- Integration tests: ✓
- E2E tests: ✓
- [ ] **Database Migrations**: Tested in staging
- Backward compatible
- Rollback script prepared
- [ ] **Configuration**: Environment variables verified
- Secrets rotated if needed
- Feature flags configured
- [ ] **Monitoring**: Dashboards and alerts ready
- Error tracking enabled
- Performance monitoring active
- Log aggregation configured
- [ ] **Communication**: Stakeholders notified
- Deployment window announced
- On-call engineer assigned
- Rollback plan documented
- [ ] **Backups**: Recent backup verified
- Database backed up < 1 hour ago
- Backup restoration tested
- [ ] **Capacity**: Resources scaled appropriately
- Auto-scaling configured
- Rate limi