use-graphite
Installation
SKILL.md
Use Graphite - Stacked PRs
Graphite enables stacked PRs - chains of dependent PRs that build on each other. Essential for large changes that would be overwhelming as single PRs.
Assess Current State First
Always run these commands to understand where you are:
bash skills/use-graphite/scripts/graphite-detect.sh # Is Graphite active?
gt log short # Current stack structure
git status # Uncommitted changes?
Interpret the output: