# Deployment Rollback

> Safe deployment rollback with health checks and database migration reversal

- Skill: `manastalukdar/deployment-rollback` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manastalukdar/deployment-rollback`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manastalukdar/deployment-rollback/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: manastalukdar (https://skillmd.com/u/manastalukdar)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/manastalukdar/deployment-rollback

---


# Safe Deployment Rollback

I'll help you safely rollback deployments with automated health checks, database migration reversal, and multi-environment support.

**Rollback Capabilities:**
- Application version rollback
- Database migration reversal
- Infrastructure state restoration
- Configuration rollback
- Health monitoring and validation

Arguments: `$ARGUMENTS` - environment (staging/production), version, or rollback target

---

## Token Optimization

**Expected range**: 800–2,500 tokens (initial), 200 tokens (safe state)

**Caching**: Caches platform detection in `.claude/cache/deployment-rollback/platform.json` for 7 days.

**Early exit**: Returns immediately if the deployment is already in a safe state.

**Patterns used**: Grep-before-Read, early exit, Bash for system queries, caching

