What problem does it solve? Coordinating version releases across canary and main branches involves strict PR title formats, CI trigger rules, and release-note conventions that are easy to get wrong. This Skill encodes the full release workflow so branches, PRs, tags, and GitHub Release notes follow the correct process every time. ## Core Features & Use Cases - Minor Release Workflow: Creates a release/v{x.y.z} branch from canary, computes the next minor version from package.json, and opens a PR whose title CI parses to tag and publish the release. - Patch Release Scenarios: Covers weekly releases, hotfixes, new model launches, and DB schema migrations, each with the correct source branch, branch naming, and PR title prefix. - Release Notes Standard: Provides a long-form GitHub Release changelog template with git-derived metrics, verified PR references, contributor credits, and short-form variants for hotfixes and migrations. - Use Case: When asked to ship the weekly release, the Skill creates release/weekly-{YYYYMMDD} from canary, computes the compare range from the latest semver tag on main, and writes a verified changelog as the PR body. ## Quick Start Ask the agent to prepare a minor or weekly patch release from the canary branch and generate the GitHub Release notes for it.