wesammustafa/git-release
Draft release notes from merged PRs, propose a semver bump, and emit a copy-pasteable `gh release create` command. Use when preparing a tagged GitHub release.
npx skills add https://github.com/wesammustafa/opencode-primer --skill git-release
feat: commits)fix:)refactor:, perf:, docs:, chore:, …)BREAKING CHANGE: footers or !: markers)gh release create v<version> --title "<title>" --notes-file release-notes.md
When the user is preparing a tagged release. Triggers include:
Ask the user to confirm the proposed version bump before running anything destructive (tag creation, release publish).
gh CLI must be authenticated.v0.1.0.Take wesammustafa/git-release from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.