feat(skills): add release-version workflow
Add the release-version skill with changelog guidance, agent metadata, and a helper script for collecting release context. Also tighten the git-commit skill so changed submodule pointers must be verified on submodule remotes before the parent repository is committed.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
interface:
|
||||
display_name: "Release Version"
|
||||
short_description: "Create semver tags and changelog drafts"
|
||||
default_prompt: "Use $release-version to create a new vx.y.z release, update changelogs, and push docs plus tags."
|
||||
Reference in New Issue
Block a user