What problem does it solve? Release processes often drift: versions get bumped without notes, changelogs live only in GitHub Releases, and agents cannot tell what shipped. This Skill establishes a release legibility contract and routes each repository to the correct ecosystem-native tooling instead of forcing one tool everywhere. ## Core Features & Use Cases - Release Legibility Contract: Enforces structured release notes in git, mechanical publish paths, CI gates, and agent-readable CHANGELOG output. - Ecosystem Router: Maps repo signals (pnpm workspaces, Melos, Cargo, single packages) to the right generator such as Changesets, release-please, release-plz, or git-cliff. - Binary Release Contract: Defines GitHub Release tarballs, checksums, and install.sh patterns for shipping CLI and MCP executables without git clone. - Use Case: A Dart monorepo maintainer wants Changesets because the JS community uses it; the Skill routes them to Melos versioning instead and documents the choice in an ADR with DX_FAQ commands. ## Quick Start Ask the agent to audit this repository's release process and recommend the appropriate changelog and versioning tooling for its ecosystem.