What problem does it solve?
It eliminates the guesswork and inconsistency in performing releases by analyzing a repository’s version sources, CI publishing rules, and changelog conventions, then guiding you through a validated release process.
Core Features & Use Cases
- Release rule discovery and caching: Inspects the repo to infer release triggers, version bump locations, test gates, and publishing targets, then stores the results in .omk/RELEASE_RULE.md for later use.
- CI-aware delta refresh: Re-analyzes only when relevant workflow/CI files change since the last analysis, helping keep release rules up to date without doing a full re-scan every time.
- End-to-end release execution guidance: Chooses the next version (major/minor/patch or explicit semver), produces a pre-release checklist, helps draft release notes, and walks through bumping, tagging, committing, pushing, and validating outcomes.
Quick Start
Run the release skill for your project by asking: /oh-my-kimi:release minor