Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate a conventional commit message for staged changes
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -13% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 43% | 0% |
| case-05 | ✓→✓ | = Same ✓ | -14% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 0% | 0% |
Generate a conventional commit message for staged changes.
git diff --cached to see staged changes<type>(<scope>): <subject>
[optional body]
[optional footer]feat: New featurefix: Bug fixdocs: Documentation onlystyle: Formatting, missing semicolons, etc.refactor: Code change that neither fixes nor adds featureperf: Performance improvementtest: Adding missing testschore: Maintenance tasksfeat(auth): add password reset functionality
Implement password reset flow with email verification.
Users can now request a reset link and set new password.
Closes #123fix(api): prevent race condition in order processing
Add mutex lock to ensure orders are processed sequentially.
This fixes duplicate charge issues reported by users.
Fixes #456refactor(cart): extract pricing logic to separate module
No functional changes. Improves testability and
separates concerns for future discount feature.After analyzing staged changes, suggest a commit message. Ask for confirmation before executing git commit -m "...".
$ARGUMENTS
Other measured skills in the registry, with their headline benchmark lift.