What problem does it solve?
Stacked PRs often require careful tracking across multiple dependent branches. This Skill provides a streamlined way to view and export the complete PR stack while preserving stack-info for traceability.
Core Features & Use Cases
- View stacked PRs with stack-pr view to verify the complete stack and the mapping between PR numbers and branches.
- Export the verified stack with stack-pr export, including the option to specify a base and head range for the export.
- Maintain stack-info in commits and documentation to ensure traceability across reviews and merges.
Quick Start
Use the stack-pr tool to view the current PR stack with stack-pr view. When ready to export, run stack-pr export -B <base> -H <head> to push the selected range, and keep the stack-info line in commit messages.