Covers Vercel's deployment workflow from preview to production, including the full command set (deploy, promote, rollback, inspect) and CI/CD integration patterns for GitHub Actions, GitLab, and Bitbucket. The standout bit is the prebuilt workflow guidance, which separates build from deploy so you can gate production on tests. Also clears up a common confusion: OIDC federation is for runtime service auth in your functions, not for authenticating the CLI in CI pipelines. You still need VERCEL_TOKEN for that. Useful if you're setting up a custom pipeline or need to understand when to promote versus redeploy.
npx skills add https://github.com/vercel-labs/vercel-plugin --skill deployments-cicd