con un clic
release
Create a new CalVer release with validation checks
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create a new CalVer release with validation checks
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.