ワンクリックで
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 職業分類に基づく
Create 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.
| 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 arise