gh-stack
Installation
SKILL.md
Manage GitHub PR stacks
Use gh stack for a linear chain in which each branch builds on the branch
below it and each PR targets that lower branch.
(trunk) <- models <- api <- ui
bottom top
up moves toward the top; down moves toward trunk. A stack is linear, so
parallel children require separate stacks.