rollback-deploy

Rollback deployment to previous version

Content Preview
# Rollback Deploy Command

Rollback deployment to previous version

## Instructions

Follow this systematic rollback procedure: **$ARGUMENTS**

1. **Incident Assessment and Decision**
   - Assess the severity and impact of the current deployment issues
   - Determine if rollback is necessary or if forward fix is better
   - Identify affected systems, users, and business functions
   - Consider data integrity and consistency implications
   - Document the decision rationale and timeline

2. **Eme
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/rollback-deploy.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/deploy/rollback-deploy.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/deploy/rollback-deploy.md

Related Skills