github.com/jeremylongshore/claude-code-plugins-plus-skills
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.
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
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.
This skill activates when you need to:
User request: "Rollback deployment to the previous stable version due to errors."
The skill will:
rollback-deploy command.User request: "Revert to the last known good deployment. Performance has degraded significantly since the last update."
The skill will:
rollback-deploy command.This skill can be used in conjunction with other monitoring and alerting tools to automatically trigger rollbacks when issues are detected. It also integrates with deployment pipelines for automated rollback execution.