What problem does it solve? Managing Vercel deployments, environment variables, domains, logs, and integrations from the terminal involves many commands with subtle pitfalls like wrong project linking, missing CI flags, and deployment protection issues. This Skill provides expert guidance on the Vercel CLI so you can execute the right command correctly the first time. ## Core Features & Use Cases - Deployment Workflows: Preview and production deploys, prebuilt builds, blue/green promotion, rolling releases, and rollback. - Project & Environment Management: Project linking (single project vs monorepo with --repo), environment variable scoping, and team switching. - Monitoring & Debugging: Query logs and metrics, inspect deployments, access protected preview deploys with vercel curl, and bisect regressions. - Use Case: Your CI pipeline fails to deploy a Turborepo monorepo. The Skill identifies that vercel link --repo is required instead of vercel link, and provides the correct vercel pull, vercel build --prod --standalone, and vercel deploy --prebuilt --prod sequence with --yes and VERCEL_TOKEN for non-interactive runs. ## Quick Start Ask the assistant to check the status of your latest Vercel deployment and show any error logs.