在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用release
星标0
分支0
更新时间2026年7月19日 04:21
Use when cutting an agtlog release from a vX.Y.Z tag.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use when cutting an agtlog release from a vX.Y.Z tag.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | release |
| description | Use when cutting an agtlog release from a vX.Y.Z tag. |
A vX.Y.Z tag runs .github/workflows/release.yaml, which uses GoReleaser to
publish Linux and macOS archives for amd64 and arm64. The tag is the version;
there is no source version file to edit.
main is clean, pushed, and green in CI.just pre-commit, just test-race, and just nix-build..goreleaser.yaml with goreleaser check.vX.Y.Z tag and run goreleaser release --snapshot --skip=publish --clean; delete the local tag after the dry run.main, then create and push the lightweight release tag only after the
user explicitly authorizes publishing.checksums.txt.Never move a published tag. Cut the next patch release instead.