What problem does it solve? Investigating Vercel deployment failures, runtime errors, and slow builds normally requires manual dashboard navigation and log digging; this Skill provides scripted access to projects, deployments, and build events for faster incident diagnosis. ## Core Features & Use Cases - Deployment Inspection: List and filter deployments by project, state (ERROR, BUILDING, READY), and target (production or preview), then retrieve full deployment details including git metadata and error codes. - 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, with production deploys gated behind explicit user confirmation. - Use Case: When a production release breaks, list recent production deployments, compare git SHAs between the current and previous deploy, and read the build log to identify the failing commit. ## Quick Start Ask the agent to list the failed deployments for your Vercel project and show the build log of the most recent failure.