Trigger Release Build
SkillDev toolsSafely dispatch an immutable source-owned Release verification or publication from the current origin/main SHA. Use only when explicitly asked to verify, publish, or rebuild a game version.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Trigger Release Build skill
What this skill tells your AI
The instructions your AI receives, as published by hlnd2t/cs2_vibesignatures in .claude/skills/trigger-release-build/SKILL.md and read by ahel’s review.
Use the bundled script as the only remote-operation entry point. Do not construct an ad-hoc gh workflow run
command, accept a user-supplied SHA, move a tag, edit a Release, cancel work, or bypass source-artifact preflight.
Procedure
-
Extract the requested game version, or use
latestonly when the user explicitly asks for the latest version. -
Select
verify-onlyfor a non-publishing rebuild/verification. Selectpublishonly when the user explicitly asks to publish or retry publication. -
Run from any directory with the mode stated explicitly:
uv run python .claude/skills/trigger-release-build/scripts/trigger_release_build.py <GAMEVER-or-latest> --mode <verify-only-or-publish> -
Report the script's selected version, publication mode, full
SOURCE_SHA, commit subject, and Actions run URL. -
If the script refuses the operation, surface its exact safety reason and stop. Do not bypass repository, auth, version, source-artifact, duplicate-work, or
origin/mainchecks.
Published content is immutable. A retry dispatches the same source identity and relies on the protected publishers'
exact-byte idempotency; it never selects a republish/clobber mode. Any requested generator/config change must already be
merged into origin/main with its complete bin_artifacts/<GAMEVER> tree.
Signals
- GitHub stars
- 65
- Forks
- 10
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
trigger-release-build- Source
- github.com/hlnd2t/cs2_vibesignatures