What problem does it solve?
This Skill ensures your Git commit messages are consistent, informative, and follow the Conventional Commits standard, making your project history clear and changelogs easy to generate.
Core Features & Use Cases
- Conventional Commits Generation: Automatically formats commit messages with type, scope, subject, body, and footer.
- Scope Identification: Suggests appropriate scopes based on project structure (packages, modules, features).
- Breaking Change Handling: Correctly formats
BREAKING CHANGE: footers and uses the ! marker.
- Use Case: When you've just finished a new feature, use this Skill to help you write a commit message like
feat(auth): implement two-factor authentication with a detailed body explaining the implementation.
Quick Start
Use the write-commits skill to generate a commit message for your staged changes.