A comprehensive release automation tool that handles version bumping, changelog generation, and git commits across Node.js, Python, Rust, and Claude Plugin projects. The standout feature is multi-language changelog support with automatic detection from filenames like CHANGELOG.zh.md or CHANGELOG.ja.md, generating native content in each language rather than translations. It parses conventional commits to categorize changes, detects breaking changes, suggests version bumps, and commits each affected skill or module separately with proper scoping. Works out of the box by auto-detecting your project type, or you can override with flags like --major or --dry-run. Honestly feels overengineered for solo projects but would be solid for maintaining repos with international contributors and multiple discrete components.
npx skills add https://github.com/freestylefly/canghe-skills --skill release-skills