What problem does it solve?
This skill eliminates error-prone, low-level Git and PR-tedious workflows by guiding you to push, rebase, branch, and submit changes as a coherent commit stack.
Core Features & Use Cases
- Graphite stack operations: Create new stack branches, navigate up/down, and jump to top/bottom while preserving parent/child relationships.
- Safe synchronization & restacking: Restack on updated parents and sync with trunk without using raw push/rebase/checkout commands.
- Stack-aware PR submission: Push an entire stack and create or update PRs, enabling “ship it” workflows and multi-PR splitting without manual gh/bare git steps.
Use case: You have a multi-step feature that should land as several small PRs; use the stack workflow to keep dependencies ordered and submit everything in the right sequence.
Quick Start
Tell the skill to create a new branch named my-feature, then help me commit and submit the stack as PR(s).