managing-deployment-rollbacks

Solid

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.

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

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

Skill Content

## Overview This skill enables Claude to manage and execute deployment rollbacks, ensuring a stable and reliable system. It automates the process of reverting to a previous, known-good deployment state, minimizing downtime and potential disruptions. ## How It Works 1. **Identifying the Issue**: Claude analyzes the user's request to confirm the need for a rollback due to a failed deployment. 2. **Executing Rollback**: Claude executes the rollback command, reverting the deployment to the previously known stable version. 3. **Verification**: Claude verifies the success of the rollback by checking the application's status, health checks, and logs. ## When to Use This Skill This skill activates when you need to: - Recover from a failed deployment. - Revert to a previous version of an application. - Address issues caused by a recent deployment. ## Examples ### Example 1: Rolling back a faulty deployment User request: "Rollback deployment to the previous stable version due to errors." The skill will: 1. Execute the `rollback-deploy` command. 2. Confirm the successful rollback to the previous version. ### Example 2: Reverting after performance degradation User request: "Revert to the last known good deployment. Performance has degraded significantly since the last update." The skill will: 1. Execute the `rollback-deploy` command. 2. Verify the application's performance returns to normal levels. ## Best Practices - **Verification**: Always verify the success of the rollb...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

rollback-automation-skill

Automate rollback procedures with state snapshots, rollback scripts, and verification automation

1,160 Updated today
a5c-ai
DevOps & Infrastructure Solid

nw-deployment-strategies

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.

526 Updated 1 weeks ago
nWave-ai
AI & Automation Solid

managing-database-recovery

This skill manages database recovery operations using the database-recovery-manager plugin. It enables disaster recovery, point-in-time recovery (PITR), and automated failover strategies for production database systems. Use this skill when the user requests help with "database recovery", "disaster recovery", "point-in-time recovery", "PITR", "backup validation", "recovery testing", or "multi-region failover" for databases. It automates backup verification and recovery testing.

2,274 Updated today
jeremylongshore
DevOps & Infrastructure Solid

orchestrating-deployment-pipelines

This skill orchestrates complex, multi-stage deployment pipelines. It generates production-ready configurations and setup code based on user-specified requirements and infrastructure. Use this skill when the user asks to create a deployment pipeline, generate CI/CD configurations, or needs help with automating software deployments. Trigger terms include "deployment pipeline", "CI/CD", "automate deployment", "pipeline configuration", and "deployment orchestration".

2,274 Updated today
jeremylongshore
AI & Automation Solid

planning-disaster-recovery

This skill enables Claude to plan and implement disaster recovery (DR) procedures. It generates configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests assistance with disaster recovery planning, business continuity, or related DevOps tasks. Trigger this skill when the user mentions "disaster recovery", "DR plan", "business continuity", or requests help with setting up a recovery strategy. It provides production-ready configurations, implements best practices, and supports multi-platform environments.

2,274 Updated today
jeremylongshore