Stacked PR Management
Installation
SKILL.md
Stacked PR Management
Manage dependent PR workflows (stacked PRs) for large features requiring multiple review iterations.
Purpose
Stacked PR Management enables creating chains of dependent PRs where each PR builds on the previous one. Useful for large features that need incremental review or when working on multiple related changes simultaneously.
When to Use
- Breaking large features into reviewable chunks
- Working on dependent changes in parallel
- Iterating on features while earlier PRs are in review
- Maintaining clean commit history across multiple PRs