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-workflowThis skill is limited to using the following tools:
Automate Graphite PR stack updates by resolving comments and syncing PRs.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
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"