Safely release and publish skill updates to ClawHub with version bump discipline. Use when preparing patch/minor releases, running lint/build checks, writing...
Safely release and publish skill updates to ClawHub with version bump discipline. Use when preparing patch/minor releases, running lint/build checks, writing...
okikesolutions
未分类clawhubv0.1.01 版本100000Key: 无需
★ 0
Stars
📥 313
下载
💾 0
安装
1
版本
#latest
概述
ClawHub Release Manager
Workflow
Preflight
Confirm clawhub whoami authenticated.
Ensure working directory points to target skill.
Versioning
Determine bump type (patch by default for fixes).
Update version in all required places (runtime + package manifest).
Validation
Run project checks (Bun preferred):
bun run lint
bun run build
Stop on failure and return fix-first plan.
Publish
Run clawhub publish ... --version ... --changelog ...
Capture and return release id.
Post-publish
Provide install/update command to test.
Suggest scanner rerun if security-related.
Output format
Use references/output-template.md.
Guardrails
Do not publish without a version bump.
Keep changelog factual and tied to code/docs changes.
Include routing disclosure in release notes when behavior or data flow changed.