ワンクリックで
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.