What problem does it solve?
This Skill automates the creation of Git commits by enforcing the Conventional Commits specification, ensuring a clean, standardized, and informative commit history.
Core Features & Use Cases
- Automated Commit Message Generation: Guides users to create commit messages following the
<type>(<scope>): <description> format.
- Type and Scope Suggestions: Provides predefined commit types (feat, fix, docs, etc.) and helps determine the appropriate scope based on changed files.
- Use Case: After making changes to the codebase, you can invoke this skill to help you craft a commit message that clearly states what was changed, why, and in which part of the project, making it easy for others (and your future self) to understand the evolution of the code.
Quick Start
Use the commit skill to create a new commit message for your changes.