Help us improve
Share bugs, ideas, or general feedback.
Updates Graphite PR stacks by addressing review comments, resolving feedback, and syncing PRs using gt CLI commands. Useful for Graphite stacks needing review fixes or sync after changes.
npx claudepluginhub uniswap/ai-toolkit --plugin development-pr-workflowHow this skill is triggered — by the user, by Claude, or both
Slash command
/development-pr-workflow:update-graphite-stackopusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automate Graphite PR stack updates by resolving comments and syncing PRs.
Creates or updates pull requests with conventional commits using GitHub CLI or Graphite. Analyzes diffs, generates titles and descriptions, supports issue linking and Graphite stacks.
Builds, publishes, synchronizes, validates, merges, and cleans up stacked pull requests without corrupting branch topology.
Share bugs, ideas, or general feedback.
Automate Graphite PR stack updates by resolving comments and syncing PRs.
Note: This skill requires Graphite CLI (
gt) as PR stacking is a Graphite-specific concept. For standard Git workflows, use thepr-issue-resolverskill to address PR comments on individual PRs.
npm install -g @withgraphite/graphite-cli@latestgt repo initWhy Graphite-only? This skill manages PR stacks, which is a Graphite-specific workflow. For standard Git workflows, use
pr-issue-resolverto address comments on individual PRs.
gt stackFor each PR with comments (bottom to top):
gt modify --no-verify to amendgt submit --stack --update-only to sync upstackgt stack # View current stack
gt modify # Amend current commit
gt submit --stack # Update all PRs in stack
Progress summary with:
After updates, can invoke refactorer-agent to verify changes maintain quality.
"Update my graphite stack"
"Address the review comments on my stack"
"Sync the stack starting from PR #123"