debugging-vercel-builds
Installation
SKILL.md
Debugging Vercel Builds
Use this skill when a Vercel build or deployment fails. The goal is to identify the root cause before changing code or asking the user for secrets.
Step 1: Inspect the Build Error
Start with the Vercel build output:
vercel-list-deploymentsto find the failed deployment ID, target, branch, and timestampvercel-get-deployment-eventswith the deployment ID to read the build log- Look for the first error, not the last — cascading failures start from one root cause
If the project ID is unknown, use vercel-list-projects first.