deploy-check

Check production deployment readiness for Vercel-hosted projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/brunoreinstein-cloud/chat-assitjur --skill deploy-check-brunoreinstein-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-check
Source: https://github.com/brunoreinstein-cloud/chat-assitjur/tree/main/.claude/skills/deploy-check
Command: npx skills add https://github.com/brunoreinstein-cloud/chat-assitjur --skill deploy-check-brunoreinstein-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The deploy-check skill helps teams ensure production deployments to Vercel are safe by verifying repository state, environment configuration, and build readiness to minimize failed deployments.

Core Features & Use Cases

  • Pre-deploy repository checks (clean state, correct branch)
  • Environment variable validation (presence of required keys in .env.local)
  • Linting and TypeScript validation to catch errors early
  • Build and migration checks to ensure production compatibility
  • Vercel configuration review and deployment verification for both production and preview environments

Quick Start

Run the deploy-check to validate production readiness before deploying on Vercel.

Frequently Asked Questions about deploy-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate environment variables before deploying to Vercel?

Pre-deploy checks for Vercel production readiness involve verifying repository state, environment variables, linting, and build validation. You need a clean Git branch, configured environment variables, and passing TypeScript checks to ensure safe deployments.

What's the best way to run a pre-deploy checklist for a Vercel project?

Run a comprehensive pre-deploy checklist that covers repository state, environment variables, linting, TypeScript validation, and build checks. Enforcing guardrails like pnpm checks and confirming production variables ensures Vercel production readiness before deployment.

Does this deployment readiness check work with pnpm?

Yes, the deployment readiness check works with pnpm by enforcing pnpm-specific checks during the validation process. It runs pnpm linting and type checks to catch errors early and ensure production compatibility before deploying to Vercel.

How do I verify Vercel configuration and build readiness before production deployment?

Verify Vercel configuration and build readiness by reviewing Vercel settings, running build validation, and checking migration compatibility. This process confirms that both production and preview environments are correctly configured for deployment.

Why does my Vercel deploy fail due to linting or TypeScript errors?

Vercel deploys fail when linting and TypeScript validation catch unresolved errors during the build process. Running pre-deploy checks ensures type safety and code quality standards are met before attempting a production deployment.

Can I check both preview and production environments before a Vercel deploy?

Yes, you can check both preview and production environments before a Vercel deploy. The deployment verification process reviews Vercel configuration and confirms environment-specific variables and settings across both production and preview environments.