nw-deployment-strategies

Solid

Rollback procedures, risk assessment, pre/post-deployment validation, and contingency planning. Load when orchestrating deployment or preparing rollback plans. For deployment strategy details (canary, blue-green, rolling), see `cicd-and-deployment` skill.

DevOps & Infrastructure 526 stars 55 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 92/100

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

Skill Content

# Deployment Strategies — Rollback, Risk, and Validation For deployment strategy patterns (canary, blue-green, rolling, progressive delivery), see `cicd-and-deployment` skill. This skill focuses on operational concerns: validation, rollback, risk, and post-deployment. ## Pre-Deployment Validation Before any deployment, validate: - Deployment scripts tested in staging | Database migrations tested with rollback scripts - Configuration management consistent across environments | Health checks and service discovery configured - Monitoring and alerting systems prepared | Backup and disaster recovery procedures validated ## Rollback Procedures ### Design Rollback First Every deployment plan starts with the rollback section: 1. **Database rollback**: migration revert scripts tested and verified 2. **Application rollback**: previous version tagged and deployable 3. **Configuration rollback**: previous config snapshots available 4. **Traffic rollback**: load balancer / feature flag kill switch ready 5. **Data rollback**: data consistency plan for partial rollback scenarios ### Automated Rollback Triggers Configure automatic rollback when: - Error rate exceeds baseline by >2x | P95 latency exceeds SLA threshold - Health check failures exceed threshold (e.g., 3 consecutive) | Business metric anomaly detected (e.g., conversion drop >10%) ### Manual Rollback Decision Criteria Stakeholder-reported functional issues | Security vulnerability discovered post-deploy | Data integrity con...

Details

Author
nWave-ai
Repository
nWave-ai/nWave
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

managing-deployment-rollbacks

This skill manages and executes deployment rollbacks with safety checks. It helps ensure smooth recovery from failed deployments by automating the rollback process. Use this skill when a deployment has issues, such as errors, performance degradation, or unexpected behavior. The skill is triggered by requests to "rollback deployment", "revert to previous version", or similar phrases related to deployment recovery. It prioritizes safe rollback procedures and provides options for verification.

2,274 Updated today
jeremylongshore
DevOps & Infrastructure Solid

deployment-patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

199,470 Updated yesterday
affaan-m
DevOps & Infrastructure Solid

deployment-patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

148,923 Updated 1 months ago
affaan-m
DevOps & Infrastructure Listed

deployment-patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

24 Updated today
nikolanovoselec
DevOps & Infrastructure Solid

deployment-procedures

Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.

27,705 Updated today
davila7