Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Stage, commit, and push changes for the sewage project. Creates a branch, commits with a descriptive message, pushes, and optionally creates a PR. This skill should be used when asked to "commit", "save changes", "push", or "create a PR".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-19 | ✓→✗ | ▼ Worse | 93% | 0% |
| case-06 | ✓→✗ | ▼ Worse | -17% | 0% |
| case-17 | ✓→✗ | ▼ Worse | -40% | 0% |
Perform the full commit-PR-merge cycle.
bash git status git diff --stat git log --oneline -5
git checkout -b [descriptive-branch-name]git add -A)settings.local.json, .env, credentials, large data files$ARGUMENTS as commit message if providedbash git push -u origin [branch-name] gh pr create --title "[message]" --body "[summary of changes]"
bash gh pr merge --merge --delete-branch git checkout main git pull
git add -A or git add .Other measured skills in the registry, with their headline benchmark lift.