skills/rebase/SKILL.md
Rebase the current branch with smart conflict resolution.
npx skillsauth add raine/workmux rebaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Rebase the current branch.
Arguments: $ARGUMENTS
Behavior:
Steps:
git fetch <remote>git rebase <target>Handling conflicts:
git log -p -n 3 <target> -- <file> to see
recent changes to that file in the target branchgit rebase --continuetools
Launch one or more tasks in new git worktrees using workmux.
tools
Reference for the workmux CLI that manages git worktrees and tmux windows as isolated development environments. Use when the user mentions workmux, worktrees, or parallel agent workflows.
documentation
Write a PR description using conversation context and open PR creation in browser.
tools
Commit, rebase, and merge the current branch.