What problem does it solve?
Release governance for software projects is often manual, error-prone, and hard to scale as teams grow. This Skill analyzes repository release rules, derives a consistent release strategy, and caches results in .omc/RELEASE_RULE.md to speed up future releases.
Core Features & Use Cases
- Automated rule derivation: Inspects project metadata, CI configurations, and version files to infer release criteria.
- Local caching: Stores derived rules in .omc/RELEASE_RULE.md to accelerate future releases.
- Guided release workflow: Provides step-by-step guidance for version bumps, changelog considerations, and tagging/publishing across ecosystems.
- Use Case: When preparing a release across multiple packages, run the skill to generate a unified plan and cache it for subsequent releases.
Quick Start
Run the release skill to analyze your repository and create or refresh the .omc/RELEASE_RULE.md cache.