一键导入
vercel-deploy
Deployment to Vercel including configuration, environment variables, and production best practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deployment to Vercel including configuration, environment variables, and production best practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | vercel-deploy |
| description | Deployment to Vercel including configuration, environment variables, and production best practices. |
Refer to the official documentation for comprehensive guidance:
vercel deploy for preview deployments and vercel deploy --prod for production; prefer CI-triggered deploys via GitHub Actions over manual CLI deploysvercel env add; never commit secrets to the repositoryvercel.json or next.config.ts for custom headers, redirects, and rewrites; avoid duplicating routing logic between both filesmaxDuration for serverless functions based on plan limitsvercel logs and the deployment detail page; use vercel rollback to revert to a previous known-good deployment if issues ariseCreate and apply Drizzle ORM migrations against the single Neon-primary PostgreSQL database
Run the 15-check pre-launch preflight and interpret results with context-aware fix suggestions
Next.js App Router best practices for routing, data fetching, rendering, and optimization.
Next.js Cache Components, 'use cache' directive, PPR, cacheLife, cacheTag, and migration from unstable_cache.
Turborepo monorepo task orchestration, caching, and pipeline configuration guidance.
React composition patterns for building maintainable, reusable component architectures.