# Deployment Readiness Reviewer

> Use this when reviewing whether an app, service, worker, CLI, or serverless system is ready for its target environment with respect to config, secrets, migrations, dependencies, observability, rollback, and runtime constraints.

- Skill: `saranskumar/deployment-readiness-reviewer` (Agent Skill)
- Install (CLI): `npx skillmds add saranskumar/deployment-readiness-reviewer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/saranskumar/deployment-readiness-reviewer/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: saranskumar (https://skillmd.com/u/saranskumar)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/saranskumar/deployment-readiness-reviewer

---


# Goal
Assess whether software is actually ready to deploy to the intended environment.

# When to Use
- Release or deployment is approaching.
- A new environment is being introduced.
- The team needs a pre-deploy hardening check.

# Instructions
1. Review runtime assumptions and environment config.
2. Review secrets, dependencies, migrations, and external services.
3. Review observability, rollback, and operator visibility.
4. Return blockers and recommended fixes.

# Constraints
- Do not confuse passing tests with deployment readiness.
- Make environment-specific blockers explicit.
- Treat missing rollback or visibility as deployment risk.

# Output Format
- readiness verdict
- blockers
- should-fix items
- deployment notes

# Examples
- "Review this API for staging deployment readiness."
- "What is missing before we ship this worker service?"

