ワンクリックで
rebase
Fetch origin/main and rebase the current worktree or branch onto the latest origin/main.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fetch origin/main and rebase the current worktree or branch onto the latest origin/main.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Move a sibling worktree's branch into the main checkout, then remove the worktree.
Fix or build the requested change in a git worktree, then open a PR.
Review code changes in the current branch for issues
Convert a plan into a beads epic with detailed issues and subissues
Investigate a GitHub issue or feature description, determine status, and plan implementation if needed
Refine a beads issue or epic for implementation quality
| name | rebase |
| description | Fetch origin/main and rebase the current worktree or branch onto the latest origin/main. |
Run git fetch origin main then git rebase origin/main in the current worktree/branch.
If the rebase has conflicts, stop and surface them — do not auto-resolve.
Do not rebase if the current branch is main or master.
After a successful rebase, force push to origin with git push --force-with-lease. Only do this when on a branch (not main/master, and not detached HEAD). Skip the push if the rebase failed or was stopped for conflicts.