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.

Inspect before changing

Installs
3
Repository
kjanat/skills
First Seen
Aug 5, 2026
gh-stack — kjanat/skills