Covers the full deployment lifecycle for Vercel projects: preview and production deploys, promoting validated previews to prod without rebuilding, rolling back when things break, and inspecting deployment metadata. The CI/CD patterns are the real value here, with complete workflows for GitHub Actions, GitLab, and Bitbucket that use the --prebuilt flag to separate building from deploying. There's a helpful clarification that OIDC federation is for runtime backend auth in your functions, not for authenticating the CLI in CI pipelines, which still needs VERCEL_TOKEN. The promote-after-tests pattern is worth bookmarking if you're gating production releases on E2E results.
npx skills add https://github.com/vercel/vercel-plugin --skill deployments-cicd