What problem does it solve? Releasing a plugin involves many error-prone manual steps: running type checks, tests, validation, bumping versions, rebuilding artifacts, and pushing commits. This Skill orchestrates the entire release workflow so nothing is skipped or done out of order. ## Core Features & Use Cases - Pre-flight Gates: Runs typecheck, tests, and manifest validation in parallel and stops the release if any gate fails. - Semver Version Bumping: Guides patch/minor/major decisions and updates .plugin/plugin.json as the single version source of truth. - Artifact Rebuild & Publish: Recompiles hooks and regenerates the skill manifest, then stages, commits with conventional messages, and pushes to main. - Use Case: You finished adding a new hook to vercel-plugin and want to ship it. Invoke the release workflow to verify all gates pass, bump the minor version, rebuild, and push in one guided flow. ## Quick Start Ask the assistant to release vercel-plugin with a minor version bump and push the result to main.