What problem does it solve? Releasing a new version of a CLI, GitHub Action, or SDK often leaves changelogs, READMEs, website pages, and examples out of sync. This Skill provides a unified checklist-driven workflow that keeps every documentation surface aligned whenever any component version changes. ## Core Features & Use Cases - Component-aware release steps: Maps each component (CLI, GHA, .NET/Python/Node.js/Go/Java SDKs) to its version source file, changelog path, and web surfaces. - Structured six-step workflow: Covers version bumping, changelog entries, ROADMAP updates, website updates, cross-reference checks, and build validation. - Delegation to specialized skills: Routes changelog formatting to doc-maintenance, new SDK wiring to sdk-release-checklist, and drift detection to doc-sync. - Use Case: After bumping the Python SDK version in pyproject.toml, follow the workflow to add a changelog entry, verify the website badge updates, update the SDK README and examples, and run a doc-sync audit before tagging the release. ## Quick Start Prepare the release for the Node.js SDK version 1.4.0 and verify that all documentation surfaces are updated.