What problem does it solve?
This Skill streamlines the process of creating clear, logical, and descriptive Git commits, ensuring that your version control history accurately reflects the evolution of your codebase.
Core Features & Use Cases
- Logical Commit Grouping: Automatically identifies and groups related changes into distinct commits.
- Descriptive Message Generation: Crafts detailed commit messages that explain the 'what' and 'why' of each change.
- User Confirmation: Requires explicit user approval before executing any commits, preventing accidental or unwanted changes.
- Use Case: After a coding session, use this Skill to review all your modifications, have it suggest logical commits like "feat(auth): implement OAuth login" and "fix(ui): correct button alignment", and then confirm each one before they are added to your Git history.
Quick Start
Use the commit skill to review my changes and prepare the first logical commit.