What problem does it solve?
This skill solves the challenge of developing and reviewing code that depends on multiple in-flight pull requests, ensuring the implementation is tested against the actual code of its dependencies rather than a clean base.
Core Features & Use Cases
- Dependency Stacking: Automatically merges multiple PR heads into a single working branch to create a unified review surface.
- Audit Trail Maintenance: Records dependency SHAs in the registry to ensure build reproducibility and clear history.
- Use Case: When building a new feature that relies on two separate, unmerged utility PRs, this skill creates a single PR that includes all three sets of changes, allowing reviewers to see the full context and impact of the entire stack.
Quick Start
Invoke the stacked-pr-build skill to construct a new implementation branch by merging the specified dependency PRs onto the current base branch.