github-release
Installation
SKILL.md
GitHub release workflow
Use this skill to create GitHub releases from existing tags and repository history.
The goal is to publish release notes that match the style of recent releases while staying grounded in verified changes.
Required checks
Start by verifying the release target:
git status --short --branch
gh repo view --json nameWithOwner -q .nameWithOwner
git fetch --tags origin
git tag --list '<target-tag>'
git ls-remote --tags origin '<target-tag>'
gh release list --limit 20