What problem does it solve?
This Skill standardizes and improves the quality of Git commit messages, ensuring clarity, consistency, and adherence to best practices for better code history and collaboration.
Core Features & Use Cases
- Structured Commit Format: Enforces a clear
[scope] subject, body, and trailers structure.
- Factual & Imperative Subjects: Guides users to write concise, action-oriented subject lines.
- Contextual Body: Prompts for essential explanations of why changes were made and how to verify them.
- Breaking Change Declaration: Ensures backward-incompatible changes are clearly marked.
- Trailer Standardization: Facilitates the use of metadata like
Task:, Fixes:, Refs:, etc.
- Use Case: Before committing a bug fix, use this Skill to ensure your commit message clearly states the problem, the cause, the fix, and links to the relevant issue tracker.
Quick Start
Use the commit-message skill to help write a commit message for a change that fixes a bug in the user authentication module.