About
The Stacked PRs skill provides a structured framework for implementing large features through a 'stacked' approach, creating a chain of pull requests where each branch builds upon the previous one. This methodology allows developers to submit smaller, logical chunks for review without waiting for the entire feature to be completed, significantly speeding up the code review cycle. The skill includes detailed patterns for planning stacks, managing complex rebases when base branches change, and maintaining a clean git history through automated workflow scripts and standardized PR templates.