Rebase

Strategic rebase with mandatory pre-analysis. Use when asked to rebase a branch onto main (or any target). Runs a file-level diff of both sides before touching git, produces a per-file disposition plan (KEEP/MERGE/DROP/REWRITE), and only then executes the rebase. Prevents surprise conflicts and silent data loss from rebasing without knowing what changed on both sides. Triggers: 'rebase', 'rebase onto main', 'rebase this branch', 'rebase and merge', 'update branch from main'.

Jamie-BitFlight Updated

File contents

Jamie-BitFlight/claude_skills/tree/main/.claude/skills/rebase commit fadb0abe91

Frequently asked questions

npx skillmds@latest add jamie-bitflight/rebase