What problem does it solve?
This Skill removes the uncertainty and time spent crafting commit messages and making commits that follow repository conventions, helping maintainers and collaborators understand the intent and scope of changes.
Core Features & Use Cases
- Convention detection: Infer commit message style from documented rules or recent commit history and default to conventional commits when no pattern exists.
- Context-aware commits: Use working tree diff, git status, current branch, and recent commits to decide staging, branch creation, and message content.
- Safe staging and confirmation: Group changes at the file level into logical commits, stage selected files, create feature branches when appropriate, and verify success by reporting commit hashes and git status.
Quick Start
Create a single, well-structured git commit from your current working tree changes following the repository's commit conventions.