commit-conventions
Installation
SKILL.md
Commit Message Conventions
Writing clear and consistent commit messages is essential for maintaining an understandable and traceable code history. Follow the Conventional Commits format.
Commit Message Structure
<type>[scope]: <short description>
[optional body]
[optional footer]
Components
<type> (required) - The type of change: