release
仓库创建 2026年6月27日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
能自动化版本更新与检查,适合仓库维护者
▸ 风险提示
会在仓库中执行版本变更和发布操作,需写权限与谨慎授权。
这个 Skill 做什么
为 oh-my-claudecode 仓库自动执行版本发布与检查列表的自动化流程。
自动跑完 oh-my-claudecode 的发版流程:把版本号在 package.json 等处同步、生成变更记录并执行发版检查。发布新版本(如 patch/minor)或准备正式发布时使用。特点是把繁琐的版本检查和文件同步按清单自动完成,避免手动遗漏。
▸ 展开 SKILL.md 英文原文
Automated release workflow for oh-my-claudecode
0
Stars
0
Forks
7
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AdiPP/skills/main/skills/release/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AdiPP/skills/main/skills/release/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Release Skill Automate the release process for oh-my-claudecode. ## Usage ``` /oh-my-claudecode:release <version> ``` Example: `/oh-my-claudecode:release 2.4.0` or `/oh-my-claudecode:release patch` or `/oh-my-claudecode:release minor` ## Release Checklist Execute these steps in order: ### 1. Version Bump Update version in all locations: - `package.json` - `src/installer/index.ts` (VERSION constant) - `src/__tests__/installer.test.ts` (expected version) - `.claude-plugin/plugin.json` - `.claude-plugin/marketplace.json` (both `plugins[0].version` and root `version`) - `docs/CLAUDE.md` (`<!-- OMC:VERSION:X.Y.Z -->` marker) - `README.md` (version badge and title) ### 2. Run Tests ```ba
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有