This is a full release automation workflow for a Vercel plugin project. It runs your gates (typecheck, tests, validation), prompts for a semver bump, updates the version in `.plugin/plugin.json`, rebuilds your hooks and manifest, then commits and pushes everything in one go. The workflow is opinionated about commit message format and treats the plugin.json as the single source of truth for versioning. Useful when you want to ship a change without remembering all seven steps or wondering if you forgot to rebuild the manifest. The gates stop you if anything is broken, which saves you from pushing bad releases at 2am.
npx skills add https://github.com/vercel-labs/vercel-plugin --skill release