What problem does it solve?
This Skill automates the creation of Git commit messages, ensuring they adhere to the Conventional Commits specification, which helps in automating changelog generation and semantic versioning.
Core Features & Use Cases
- Automated Commit Message Generation: Analyzes staged Git changes and suggests commit messages.
- Conventional Commits Compliance: Ensures messages follow the
type(scope): description format.
- User Interaction: Presents multiple commit message suggestions for user selection or customization.
- Use Case: After making several code changes, you can invoke this skill to generate a well-formatted commit message that summarizes your work, making your Git history clean and informative.
Quick Start
Use the commit skill to generate a git commit message for your staged changes.