What problem does it solve?
It helps you quickly restore a broken Vercel deployment by pinpointing the first build error, applying the smallest viable fix, and redeploying safely.
Core Features & Use Cases
- Deployment status triage: Checks whether the latest Vercel deployment is Ready, otherwise proceeds to debugging for ERROR/CANCELED states.
- Full build log analysis: Fetches complete Vercel build logs and categorizes common failure causes (TypeScript, import issues, OOM, Svelte compile errors, missing env vars, dependency problems, adapter issues).
- Root-cause-driven remediation: Extracts the first error to avoid cascading failures, identifies the introducing commit, reviews the broken file, then applies a minimal change and verifies via a deploy-docs check before redeploying.
- Use Case: When a recent commit breaks the frontend build on Vercel (e.g., a TypeScript type error or an invalid import), this skill guides you to fix the originating issue and confirm the new deployment becomes healthy.
Quick Start
Ask the assistant to run the fix-vercel troubleshooting workflow to diagnose the latest failing Vercel deployment, apply the minimal fix for the first build error, redeploy, and verify the result.