jeremylongshore

managing-deployment-rollbacks

@jeremylongshore/managing-deployment-rollbacks
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

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.

Installation

$skills install @jeremylongshore/managing-deployment-rollbacks
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skills-migration-20251108-070147/plugins/devops/deployment-rollback-manager/skills/deployment-rollback-manager/SKILL.md
Branchmain
Scoped Name@jeremylongshore/managing-deployment-rollbacks

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: managing-deployment-rollbacks description: | 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.

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 rollback by checking application health and performance.
  • Monitoring: Implement continuous monitoring to detect deployment issues early.
  • Documentation: Maintain clear documentation of deployment versions and rollback procedures.

Integration

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.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.