Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create a git commit with a summary of changes
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 104% | 0% |
| case-23 | ✓→✗ | ▼ Worse | 25% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 189% | 0% |
| case-07 | ✓→✓ | = Same ✓ | 353% | 0% |
| case-08 | ✓→✓ | = Same ✓ | 61% | 0% |
git diff --staged and git status to see what's changedgit commit -m "<message>"If no files are staged, tell the user to stage files first. Arguments passed to this skill are used as additional context for the commit message.
Other measured skills in the registry, with their headline benchmark lift.