git-rebase-patterns
Installation
SKILL.md
Git Rebase Patterns
Advanced rebase techniques for maintaining linear history, managing stacked PRs, and cleaning up commit history.
When to Use This Skill
| Use this skill when... | Use something else when... |
|---|---|
| Rebasing feature branches onto updated main | Creating branches → git-branch-naming |
| Cleaning up commit history before PR | Creating PRs → git-branch-pr-workflow |
| Managing stacked PRs (PR chains) | Simple commits → git-commit-workflow |
| Converting merge-heavy branches to linear | Basic git operations → git-cli-agentic |