What problem does it solve?
This Skill removes the guesswork from Git operations by turning scattered commit, branch, pull request, changelog, and release tasks into one consistent workflow with clear conventions and safety checks.
Core Features & Use Cases
- Semantic commits: Classifies staged changes and produces conventional commit messages with the right type, scope, and breaking-change markers.
- Pull request generation: Reviews the full branch diff and commit history to create complete PR summaries, change lists, and test plans.
- Branch naming and releases: Generates kebab-case branch names, changelogs, and semver release tags while respecting existing repository conventions.
- Use case: A developer finishes a feature, then asks this Skill to inspect the diff, write the commit message, and prepare the release or PR text without manually stitching everything together.
Quick Start
Use the git skill to inspect the staged changes in this repository and generate the correct conventional commit message.