ワンクリックで
release
Create a new CalVer release with validation checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new CalVer release with validation checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Comprehensive health check for a single action
Scaffold a new GitHub Action with all required files
Deterministic adversarial code review focused on provable failures. Optimized for agent execution, minimal tokens, and high signal findings across web applications.
Generate a changelog for a specific action or the whole repo
Compare two actions for pattern consistency
Verify all action references are properly SHA-pinned
| name | release |
| description | Create a new CalVer release with validation checks |
| disable-model-invocation | true |
Follow these steps to create a new CalVer release:
Run the full validation pipeline:
make all
If any step fails, fix the issues before proceeding.
Verify all action references are properly pinned:
make check-version-refs
make check-local-refs
Run release preparation (updates version references):
make release-prep
Review the changes with git diff.
Ask the user to confirm:
vYYYY.MM.DD based on today's date)make release VERSION=vYYYY.MM.DD
Replace vYYYY.MM.DD with the confirmed version.
Show the user the created tag and any output from the release process.