Download for macOS
Skill

release

@yeachan-heo Updated 2026-08-01

Generic release assistant — analyzes repo release rules, caches them in .omc/RELEASE_RULE.md, then guides the release

agentic-codingai-agentsautomationclaudeclaude-codemulti-agent-systemsoh-my-opencodeopencode

Install

git clone https://github.com/Yeachan-Heo/oh-my-claudecode /tmp/oh-my-claudecode && ln -s /tmp/oh-my-claudecode/skills/release ~/.claude/skills/release

From README

Release Skill A thin, repo-aware release assistant. On first run it inspects the project and CI to derive release rules, stores them in .omc/RELEASERULE.md for future use, then walks you through a release using those rules. version is optional. If omitted the skill will ask. Accepts patch, minor, major, or an explicit semver like 2.4.0. Add --refresh to force re-analysis of the repo even when a cached rule file exists. Execution Flow Step 0 — Load or Build Release Rules Check whether .omc/RELEASERULE.md exists. If it does NOT exist (or --refresh was passed): Run the full repo analysis below and write the file. If it DOES exist: Read the file. Then do a quick delta check — scan .github/workflows/ (or equivalent CI dirs: .circleci/, .travis.yml, Jenkinsfile, bitbucket-pipelines.yml, gitlab-ci.yml) for any modifications newer than the last-analyzed timestamp in the rule file. If relevant workflow files changed, re-run the analysis for those sections and update the file.