Manages complex git workflows by breaking large features into a sequence of smaller, dependent pull requests for faster reviews.
The Git Stacked PRs skill provides a comprehensive framework for implementing 'stacked diffs' within Claude Code. It enables developers to decompose massive features into a chain of logical, dependent pull requests that are easier to review, test, and merge. By providing automated scripts for rebasing entire stacks, updating PR targets after merges, and recovering from rebase errors via reflog, this skill streamlines the overhead typically associated with managing multiple interdependent branches.
Características Principales
010 GitHub stars
02Visual stack status tracking including GitHub PR integration.
03Standardized templates for documenting PR dependencies and stack positions.
04Automated sequential rebasing for entire PR stacks with safety backups.
05Batch update of PR base branches and targets after upstream merges.
06Safety-first workflows for recovering lost commits using git reflog.
Casos de Uso
01Breaking down a 2000+ line feature into manageable 400-line increments.
02Continuing development on feature layers while base components are still in review.
03Managing complex dependency chains across multiple branches in a team environment.