commit-message
Installation
SKILL.md
Commit Message
Use this skill when drafting commit messages or reviewing commit style.
Preferred Header
Use this default format:
<type>(<scope>): <short summary>
The value inside (<scope>) is the area of change, such as the component, subsystem, or surface affected by the work.
If no clear scope exists, omit it:
<type>: <short summary>