gh-stack
Installation
SKILL.md
gh-stack
A stack is a trunk-rooted branch chain. Each branch has a PR based on the branch below it, so its
diff shows only that layer. gh stack prints trunk first:
(main) <- auth <- api <- frontend
Left is the bottom and merges first; right is the top and merges last. up moves away from
trunk; down moves toward it.