Pre-deploy checklist runner for Vercel deployment. Validates that all
quality gates pass, env vars are configured, and the app is ready for
production deployment.
Pre-deploy checklist runner for Vercel deployment. Validates that all
quality gates pass, env vars are configured, and the app is ready for
production deployment.
author
sekpriAI team
version
1.0.0
user-invocable
true
Vercel Release Skill
When to use
Invoke this skill before deploying to Vercel to run the full pre-deploy
checklist.
Pre-deploy checklist
1. Quality gates
npm run lint passes
npm run typecheck passes
npm run test passes (unit + integration)
npm run build succeeds
npm run test:e2e passes
2. Environment variables
Verify all required env vars are set in Vercel project settings: