stacked-prs
Installation
SKILL.md
Stacked PRs Workflow
Workflows for managing stacked (dependent) pull requests with proper visualization, merge-based updates, and iterative CodeRabbit review cycles.
Core Principles
- No Force Pushes - Always use merge commits, never rebase/force-push
- Draft First - PRs start as drafts until CI passes and CodeRabbit approves
- Bottom-Up Processing - Address feedback from lowest PR in stack first
- Comprehensive Reviews - Address all CodeRabbit comments including nitpicks
- Visual Stack - Use PR titles and descriptions to show stack relationships
Skill Contents
Sections
Related skills