What problem does it solve?
This Skill removes inconsistency from git workflows by standardizing how teams name branches, write commit messages, cut releases, and maintain changelogs.
Core Features & Use Cases
- Conventional Commits: Format commits so change intent is clear and semantic versioning can be inferred reliably.
- Branch and Tag Conventions: Enforce predictable branch names and release tags for cleaner collaboration and CI validation.
- Release Documentation: Maintain Keep a Changelog structure so version history is organized and easy to audit.
- Use Case: A developer preparing a release can use this Skill to choose the correct version bump, write compliant commit messages, tag from main, and update the changelog in one consistent flow.
Quick Start
Use the git skill to validate my branch name, draft a Conventional Commit message, and determine the correct SemVer release update for the current change.