Back to Skills

Managing Deployment Rollbacks

jeremylongshore
Updated Yesterday
13 views
712
74
712
View on GitHub
Metaaiautomation

About

This skill automates deployment rollbacks when issues like errors or performance degradation occur after a deployment. It executes safe rollback procedures triggered by phrases like "rollback deployment" or "revert to previous version." The process includes safety checks and provides verification options to ensure a smooth recovery.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git CloneAlternative
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/Managing Deployment Rollbacks

Copy and paste this command in Claude Code to install this skill

Documentation

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.

GitHub Repository

jeremylongshore/claude-code-plugins-plus
Path: backups/plugin-enhancements/plugin-backups/deployment-rollback-manager_20251020_070125/skills/skill-adapter
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

llamaguard

Other

LlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.

View skill