What problem does it solve?
This Skill simplifies creating standardized, semantic Git commits by analyzing diffs, auto-detecting type and scope, and composing conventional messages for teams. It reduces manual drafting and ensures consistent history across repositories.
Core Features & Use Cases
- Auto-detects type and scope from changes and suggests a conventional commit format.
- Generates commit messages from diffs with optional overrides for type, scope, and description.
- Interactive staging and commit workflow to group related changes into logical commits.
- Works with standard Git workflows to maintain clean, readable history across branches and PRs.
- Use Case: A feature branch contains multiple unrelated changes; this Skill helps produce focused commits with meaningful messages.
Quick Start
Ask the AI to create a conventional commit for your staged changes and provide the exact git commit command to run, e.g., "feat(core): add authentication hook" and then execute the suggested command.