Automates the creation and management of sequential, stacked pull requests for multi-phase software implementations.
The Stacked PR skill streamlines the transition from local implementation to code review by leveraging git-town to manage complex branch dependencies. It enables Claude to automatically package each phase of a project into an atomic PR that builds upon the previous one, ensuring a clean review process while allowing development to continue seamlessly. By handling branch naming, commit formatting, and PR metadata automatically, it reduces the cognitive overhead of managing multi-part features and ensures that internal thought logs remain excluded from the repository history.
Key Features
01Standardized commit message and PR body generation for better readability
02Integrated stack synchronization to propagate changes across branch chains
030 GitHub stars
04Automated branch creation and naming using git-town integration
05Sequential PR stacking with automatic base branch detection for PRs
06Automatic exclusion of internal thoughts/ directories from commits
Use Cases
01Breaking down large feature implementations into smaller, reviewable segments
02Maintaining a linear development flow during complex refactoring tasks
03Managing multi-phase implementation plans without manual Git branch overhead