MCP HubMCP Hub
返回技能列表

managing-deployment-rollbacks

jeremylongshore
更新于 Today
50 次查看
712
74
712
在 GitHub 上查看
aiautomation

关于

This skill automates deployment rollbacks when triggered by phrases like "rollback deployment" or "revert to previous version," typically used after a failed deployment. It executes the rollback process with built-in safety checks and provides options for verification. This ensures a reliable and controlled recovery to a previous stable state.

快速安装

Claude Code

推荐
插件命令推荐
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git 克隆备选方式
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/managing-deployment-rollbacks

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

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 仓库

jeremylongshore/claude-code-plugins-plus
路径: backups/skills-batch-20251204-000554/plugins/devops/deployment-rollback-manager/skills/deployment-rollback-manager
aiautomationclaude-codedevopsmarketplacemcp

相关推荐技能