用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/agustinkassis/gorilator-rpg --skill release命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | release |
| description | Bump versions and prepare a release per the SemVer policy. Use for release/publish/bump version requests. |
Never hand-edit a version field. The tool keeps package + app versions in lock-step:
pnpm bump <cli|client|server|shared|app> <major|minor|patch> — bumps the package AND the root app version together. Package versions (including the CLI's) are independent of the app release version; CI publishes the CLI only when its version isn't already on npm.pnpm version:check — verifies the bump topology (CI's version-guard runs the same script; it FAILS the PR otherwise).targetBranch from codex-workflow.json (do not assume main).gorilator to npm via OIDC Trusted Publishing (no token; skips if that version already exists) — .github/workflows/publish-cli.yml.github/workflows/release-dist.ymlFull policy: docs/versioning.md · CLI pipeline: docs/publishing-cli.md.