بنقرة واحدة
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.