rebase
Installation
SKILL.md
Rebase
Rebase the current branch onto the latest origin/main.
Usage
When asked to rebase:
-
Check current state:
git status git branch --show-current- If on
main, warn the user and stop — rebasing main onto itself is a no-op - If there are uncommitted changes, warn the user and stop — do NOT stash automatically
- If on