Automates the entire release workflow for cmux projects, from version bumping to changelog generation. It reads your Xcode project version, creates a release branch, scrapes Git history to pull user-facing changes, and even tracks down every contributor by crawling PR and issue metadata through the GitHub CLI. The real value is in the filtering logic that separates internal refactors from actual features users care about. If you're shipping open source and tired of manually curating release notes or forgetting to credit contributors, this handles the tedious parts so you can focus on writing a good summary. It defaults to minor version bumps, which is reasonable but might not match your semver discipline.
npx skills add https://github.com/manaflow-ai/cmux --skill release