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.

henriquescastilho 8ab5405 588 B Updated

File contents

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

henriquescastilho/my-claude/tree/main/.claude/skills/deploy-check commit 8ab5405519

Frequently asked questions

npx skillmds@latest add henriquescastilho/deploy-check