What problem does it solve?
Investigating Vercel deployment failures and build issues normally requires manually navigating the Vercel dashboard and digging through build logs. This Skill lets you query projects, deployments, and build events directly from your AI assistant to diagnose failures and regressions faster.
Core Features & Use Cases
- Project & Deployment Queries: List Vercel projects, filter deployments by state (ERROR, READY, BUILDING) or target (production, preview), and inspect deployment details including git metadata.
- Build Log Retrieval: Fetch deployment events and build logs to pinpoint where a build failed or stalled.
- Deployment Creation: Trigger new preview or production deployments from a GitHub repo and branch.
- Use Case: A production deploy just failed. Run list_deployments.py with --state ERROR, pull the build log with get_deployment_events.py, and correlate the failure with the commit SHA from the deployment metadata.
Quick Start
Ask the assistant to list recent failed deployments for your Vercel project and show the build logs for the most recent failure.