What problem does it solve?
This Skill streamlines the process of creating Git commits by enforcing the Conventional Commits specification, ensuring clear, consistent, and machine-readable commit messages.
Core Features & Use Cases
- Enforces Conventional Commits: Guides users to create commits with types (fix, feat, etc.), scopes, and bodies that adhere to the specification.
- Automates Git Workflow: Integrates
git status, git diff, and git log to help users understand changes before drafting messages, and automates staging and committing.
- Use Case: A developer needs to commit a bug fix. This Skill will prompt them to describe the fix using the
fix: type, ensuring the commit message is clear and can be used for automated changelog generation or semantic versioning.
Quick Start
Use the commit skill to create a commit with the type 'fix' and the description 'resolve login issue'.