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.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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: