Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Write clear, conventional git commit messages and stage related changes together. Use when the user asks to commit, wants help phrasing a commit message, or mentions conventional commits.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✗→✓ | ▲ Improved | 28% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -36% | 0% |
| case-16 | ✓→✓ | = Same ✓ | 30% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -19% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -15% | 0% |
Helps craft well-structured commits.
git status and git diff --staged to understand what is changing. <type>(<scope>): <summary>
<body explaining what and why>
Common types: feat, fix, docs, refactor, test, chore.
Other measured skills in the registry, with their headline benchmark lift.