# Deploy Check

> Pre-deploy validation checklist. Use automatically before any deploy, push to production, or when the user says "deploy", "publica", "manda pra prod". Run to catch issues before they reach production.

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

---


Run the full deploy readiness check for this project.

1. Detect the deploy target (Railway/Vercel/GCP) from config files
2. Check git status for uncommitted files
3. Run type-check, lint, build, and tests
4. Check for security vulnerabilities in dependencies
5. Verify environment variables
6. Output a GO/NO-GO verdict with any blockers listed

