Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create a git commit for the current changes. Use when asked to commit changes, make a commit, generate a commit message, or commit the current worktree with optional user-provided context.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-21 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-04 | ✓→✗ | ▼ Worse | -60% | 0% |
| case-05 | ✓→✗ | ▼ Worse | -64% | 0% |
| case-06 | ✓→✗ | ▼ Worse | -60% | 0% |
| case-07 | ✓→✗ | ▼ Worse | -48% | 0% |
Create a focused git commit for the current changes.
git branch --show-current.git status --short.git diff --cached --stat.git diff --stat.git log -5 --oneline.git add.texttype(scope): brief description Optional longer explanation if the changes are complex.
Allowed types: feat, fix, refactor, test, docs, chore, perf, style, build, ci.
add feature, not added feature.git commit -m "message".--no-verify.If the commit fails because of hooks, fix mechanical formatting, lint, or import issues and retry. If the hook failure reveals a meaningful product or implementation issue, stop and ask the user how to proceed.
Other measured skills in the registry, with their headline benchmark lift.