用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/neon-law-source-code/navigator --skill cut-release命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | cut-release |
| description | Prepare a named Navigator version bump for review and release through `main`. |
Read docs/gitops.md, docs/agent-workflows.md, and
docs/public-contributor-safety.md. A release is a version bump landed
through a PR; merging main drives publication.
cargo run -p cli --quiet -- ops release-default-tag in the checkout. It prints the bare YY.M.D tag for today's UTC
date on stdout when that date is releasable, and prints nothing to stdout — only a reason on stderr — when a version
at or past today's date is already published. An empty stdout means there is nothing to cut: say so and stop, without
touching the manifest, committing, or opening a PR. ops release-version itself is unaffected by this — it still
requires an explicit --tag and derives nothing; this command only supplies the name a human would otherwise have had
to work out by hand.-hotfix.N suffix is a
semver prerelease of that core, so it ranks below the matching ordinary release. After 26.8.22 is published, the
next hotfix is 26.8.23-hotfix.1, not 26.8.22-hotfix.1. See
docs/gitops.md.main.deploy.yml for the tag, images, archives, or tap.ENG-1234) — never a linear.app URL, issue title, or
project name. See Linking a PR to its Linear
issue.