One-click install
npx skills add https://github.com/motormetrics/motormetrics --skill deployment-rollback-motormetrics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-rollback
Source: https://github.com/motormetrics/motormetrics/tree/main/.claude/skills/deployment-rollback
Command: npx skills add https://github.com/motormetrics/motormetrics --skill deployment-rollback-motormetrics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables rapid recovery from failed deployments by rolling back to known-good versions, restoring service availability and protecting users from outages.

Core Features & Use Cases

  • Deterministic rollbacks of Vercel deployments via dashboard or CLI for production and staging environments.
  • Database and migration rollback support, including pre- and post-deploy backups and quick restoration.
  • Git-based rollback guidance to revert commits, create rollback branches, and trigger redeploys.
  • Cache invalidation and health checks to ensure system integrity after rollback.
  • Post-incident documentation and runbooks for traceability.

Quick Start

Identify a recent failed deployment and initiate the rollback by following the recommended steps in the Vercel dashboard or CLI to revert to the last good deployment.

Frequently Asked Questions about deployment-rollback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rollback a failed Vercel deployment to restore production?

To rollback a failed Vercel deployment, use deterministic dashboard-driven or CLI-based steps to revert production to the last known-good version. This process restores service availability and minimizes downtime after a failed deploy.

What is the best way to handle database rollback and cache invalidation after a failed deploy?

Database rollback requires restoring pre-deploy backups, while cache invalidation ensures system integrity after reverting. Applying both procedures during a production rollback guarantees data layer consistency and clears stale content for restored services.

Can I revert a Vercel deployment using a Git-based rollback branch?

Yes, you can perform a Git-based rollback by reverting commits and creating a rollback branch. This approach triggers a redeploy on Vercel, guiding the environment back to a stable state while maintaining version control traceability.

Does Vercel production rollback support health checks and postmortem documentation?

Vercel production rollback supports health-check guided verification to confirm system stability post-rollback. It also includes post-incident documentation and runbooks, providing traceability and structured postmortem guidance after restoring service availability.

When do I need a health-check guided rollback across staging and production environments?

You need a health-check guided rollback when deployment changes impact services across staging and production environments. This ensures verification checks pass before completing the production restore, preventing outages and protecting users from instability.