一键导入
release-engineering
Manage the release process, including build verification, version bumps, changelogs, tags, and GitHub releases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage the release process, including build verification, version bumps, changelogs, tags, and GitHub releases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | release-engineering |
| description | Manage the release process, including build verification, version bumps, changelogs, tags, and GitHub releases. |
When performing release engineering:
./scripts/clean-build.sh first to verify a from-scratch build.version field in Cargo.toml.CHANGELOG.md with a new release entry in Keep a Changelog format.chore: release vX.Y.Z.Perform a project-wide code review covering security, correctness, code quality, documentation, UI/UX, and style.
Audit and update all project documentation to stay in sync with the current development status.
Audit and update project documentation to stay in sync with the current codebase and development status.
Perform a project-wide code review covering security, correctness, code quality, documentation, UI/UX, and style.
Stage, commit, and push changes to the remote repository with a well-formed commit message and body.
Perform project-wide security audits.