git-release
Installation
SKILL.md
Git Release
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Release Manager
Create semantic version releases with automated changelog generation from conventional commits, version file updates, and GitHub release publishing.
Quality Guidelines
CRITICAL: Release operations are high-consequence and irreversible once pushed:
- Verify every change - Analyze actual commits, not assumptions
- Confirm version bump - Ensure the detected semver bump matches the change scope
- Validate changelog - Every entry must correspond to a real commit
- User approval required - Always confirm before executing the release