Rebases current branch onto target with conflict resolution. Use when user wants to rebase, update branch base, or linearize history.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add sasamuku/dotfiles --skill rebase --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rebase?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sasamuku-rebase)More formats (shields.io, HTML) on the badges page.
---
name: rebase
description: Rebases current branch onto target with conflict resolution. Use when user wants to rebase, update branch base, or linearize history.
disable-model-invocation: true
---
# Rebase
$ARGUMENTS で指定したブランチを fetch し、現在のブランチをリベースする (既定値: origin/main)。
## タスク
現在のブランチを指定ブランチへリベースする。コンフリクトが発生したら解決する。
```bash
git fetch origin
git rebase $ARGUMENTS
# or default:
git rebase origin/main
```
コンフリクトが発生した場合は解消してからリベースを継続する。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!