بنقرة واحدة
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.