What problem does it solve?
Centralizes Vercel deployment operations, environment scoping, and build/runtime troubleshooting so teams can reduce deployment failures, surface root causes quickly, and manage domain and cron configuration without hunting through dashboards and scattered logs.
Core Features & Use Cases
- Trigger and monitor deployments: Start Git-based deployments and check deployment status for preview and production branches.
- Build and runtime debugging: Retrieve and read build output and runtime logs to diagnose failed builds or runtime errors.
- Environment and domain management: Verify env var scoping across production/preview/development, check domain availability, and configure DNS/redirects.
- Use Case: When a production build fails after a merge to main, use this Skill to fetch build logs, identify missing environment variables, and redeploy a validated commit or rollback as needed.
Quick Start
Use the vercel-deployment skill to trigger a deployment for the current branch and fetch its build logs for troubleshooting.