# Deploy Checklist

> Run through the pre-deploy checklist covering tests, migrations, feature flags, and rollback plans. Use before any production deployment.

- Skill: `rtwsvj/deploy-checklist` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rtwsvj/deploy-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rtwsvj/deploy-checklist/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: rtwsvj (https://skillmd.com/u/rtwsvj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rtwsvj/deploy-checklist

---


# Deploy Checklist

Before deploying:

1. All tests green in CI.
2. Database migrations are reversible.
3. Feature flags default to off.
4. Rollback command documented in the runbook.

