rebase-clean
Installation
SKILL.md
Clean Rebase Workflow
Use this workflow exactly for rebases in this repository.
Rules
- Do not create extra temporary branches unless the user explicitly asks.
- Do not make unrelated edits.
- Do not stop after analysis; finish rebase and validation.
- Keep output brief and operational.
- Never assume target branch names; detect current branch first.
Step 0: Detect Branch Context
Related skills