Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Commit changes, push to remote, and create a pull request. Use for completing features or fixes ready for review.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-04 | ✓→✗ | ▼ Worse | -25% | 0% |
| case-06 | ✓→✗ | ▼ Worse | -59% | 0% |
| case-16 | ✓→✓ | = Same ✓ | -20% | 0% |
| case-08 | ✓→✓ | = Same ✓ | -35% | 0% |
Automate the git workflow for completing a feature or fix.
Before proceeding, gather this information:
!git branch --show-current!git status --short!git log --oneline -5!git diff --statgit status for all modified/added filesruff format . (if Python files changed)ruff check . (if Python files changed)pytest (if tests exist)git add <files>feat: for new featuresfix: for bug fixesdocs: for documentationrefactor: for refactoringtest: for testschore: for maintenancegit push -u origin HEADgh pr createPass a commit message or leave empty for auto-generated message based on changes.
Usage: /commit-push-pr [optional commit message]
Example: /commit-push-pr feat: add user authentication
Return the PR URL when complete.
Other measured skills in the registry, with their headline benchmark lift.