What problem does it solve? Releasing a plugin manually involves many error-prone steps: running typechecks and tests, bumping the version, rebuilding artifacts, and crafting a proper commit. 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 halts the release if any gate fails. - Guided Version Bumping: Reads the version from .plugin/plugin.json and applies semver rules (patch/minor/major) based on the type of change. - Artifact Rebuild & Commit: Rebuilds compiled hooks and the skill manifest, then stages, commits with the conventional message format, and pushes to main. - Use Case: After merging a new feature, ask the assistant to cut a minor release; it validates everything, bumps the version, rebuilds, and pushes a properly formatted commit. ## Quick Start Ask the assistant to release the plugin with a patch version bump and push it to main.