一键导入
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.