Use when the user asks to prepare, cut, validate, tag, or publish a ClawBox desktop release. Covers the UTC date-based version flow (npm run release:version), release validation commands, release commit/tag creation, and pushing the matching v tag for the current package version that triggers GitHub Releases. Do not use for changing packaging or versioning logic itself; use the packaging skill for that.
$npx -y skills add commonstackai/clawbox --skill clawbox-release-publishInstalls into the current project.
Run `npx skills use "https://github.com/commonstackai/clawbox" --skill "commonstackai/clawbox/clawbox-release-publish"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/commonstackai/clawbox" that are relevant to the current task. Run `npx skills add "https://github.com/commonstackai/clawbox"` and select the relevant skills, then follow their instructions.