This is a repo-aware release assistant that figures out your project's release workflow once, caches it in `.omc/RELEASE_RULE.md`, then walks you through every release using those rules. It inspects your CI config, finds all your version files, detects whether you publish to npm or PyPI or Docker registries, and builds a checklist tailored to your setup. The first-time analysis is thorough, scanning for conventional commits, changelog formats, test gates, and gaps like missing workflows or untagged repos. After that it's fast, just checking if your CI changed since last time. If you release more than twice a year and hate remembering which files need version bumps or whether your changelog uses Keep a Changelog or something custom, this saves you from maintaining your own release docs.
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill release