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

Linear History Basics

Trunk-Based Development

Installs
63
GitHub Stars
36
First Seen
Jan 30, 2026
git-rebase-patterns — laurigates/claude-plugins