release
Installation
SKILL.md
Release Skill
Unified entry point for all release operations. Delegates to the right subcommand template based on the first argument.
Subcommands
| Command | What it does |
|---|---|
/release plan |
Scope version, analyze milestones/issues/tags, create GitHub milestone |
/release verify [commits|tags|history] |
Integrity checks: commit↔CHANGELOG, tag↔releases↔artifacts, history audit |
/release changelog |
Generate CHANGELOG entries + version bump propagation across manifest files |
/release full |
Full orchestrator: plan → health → fix blockers → docs → tag+ship |
/release |
Auto-detect what's needed (see below) |