rebase
Installation
SKILL.md
Rebase the current branch.
Arguments: $ARGUMENTS
Behavior:
- No arguments: rebase on local main
- "origin": fetch origin, rebase on origin/main
- "origin/branch": fetch origin, rebase on origin/branch
- "branch": rebase on local branch
Steps:
Related skills
More from raine/workmux
worktree
Launch one or more tasks in new git worktrees using workmux.
20merge
Commit, rebase, and merge the current branch.
18open-pr
Write a PR description using conversation context and open PR creation in browser.
5coordinator
Orchestrate multiple worktree agents. Spawn, monitor, communicate, and merge.
5workmux
Reference for the workmux CLI that manages git worktrees and
4