Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Reimplement the current branch on a new branch with a clean, narrative-quality git commit history. Use when asked to make a clean copy branch, clean up commit history by replaying work, or rebuild a branch as reviewable commits.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-03 | ✓→✗ | ▼ Worse | -69% | 0% |
| case-14 | ✓→✗ | ▼ Worse | -40% | 0% |
Reimplement the current branch on a new branch with a clean, narrative-quality commit history suitable for reviewer comprehension.
git branch --show-current.git status --short.git log main..HEAD --oneline.git diff main...HEAD --stat.main.<source-branch>-clean.main.main.git commit --no-verify for intermediate commits so hooks do not block temporarily incomplete states.--no-verify so normal checks run.pr skill.Other measured skills in the registry, with their headline benchmark lift.