What problem does it solve? Coordinating a release across multiple interdependent packages (kimi-cli, kimi-code, kagent) involves many error-prone manual steps: checking changes since the last tag, syncing versions across pyproject.toml and Cargo.toml files, updating changelogs, and opening release PRs. This Skill turns that into a guided, repeatable workflow. ## Core Features & Use Cases - Change Detection: Checks each package under packages/, sdks/, and the repo root for changes since the last release tag. - Version Synchronization: Keeps packages/kimi-code version-synced with kimi-cli and syncs the rust/Cargo.toml workspace version with the root package. - Release PR Automation: Updates CHANGELOG.md and breaking-changes.md in both languages, runs uv sync, creates a bump branch, opens a PR with gh, and monitors it until merge. - Use Case: A maintainer wants to cut a new release of kimi-cli. The Skill walks them through confirming versions per the project versioning policy, updating all files, and handing off the final git tag command after the PR merges. ## Quick Start Run the release workflow to check for package changes since the last tag and prepare a version bump PR.