What problem does it solve?
Addressing review feedback on a Graphite (gt) stack of dependent PRs is tedious and error-prone: comments must be triaged per branch, fixes committed in dependency order, and the stack kept restacked without corrupting branches or posting replies to the wrong PR.
Core Features & Use Cases
- Stack-wide orchestration: Walks every branch in a gt stack bottom-up, verifying branch-to-PR mapping before touching anything, and triaging each unresolved review thread as FIX, REPLY, or SKIP.
- TDD-enforced fixes: Every approved fix runs red-green test-first, with per-comment user approval gates and per-branch approval before
gt modify -a amends and restacks.
- Safe publishing boundaries: Never runs
gt submit, never manually resolves threads, and handles restack conflicts through a gated recovery flow.
- Use Case: A reviewer leaves CodeRabbit and human comments across five stacked PRs; this skill checks out each branch in order, triages every thread with your approval, commits fixes via
gt modify, and reports what remains pending until you publish.
Quick Start
Ask the assistant to go through this entire gt stack and resolve all unresolved PR review comments bottom-up, approving each fix and branch commit as it goes.