deployment-automation

Installation
SKILL.md

Vercel Production Deploy Loop

Instructions

When requested to deploy to Vercel production with automatic error fixing:

  1. Initial Deployment Attempt

    • Run vercel --prod to start production deployment
    • Wait for deployment to complete
  2. Error Detection & Analysis

    • CRITICAL: Use Vercel MCP tool to fetch detailed logs:
      • The MCP logs provide much more detail than CLI output
    • Analyze the build logs to identify root cause:
      • Build errors (TypeScript, ESLint, compilation)
      • Runtime errors
      • Environment variable issues
      • Dependency problems
      • Configuration issues
Related skills
Installs
72
GitHub Stars
13
First Seen
Jan 22, 2026