graphite-stacks
✓当用户要求“创建堆栈”、“提交堆栈 PR”、“gt 提交”、“gt 创建”、“重新组织分支”、“修复堆栈损坏”或提及 Graphite、堆栈 PR、gt 命令或基于主干的开发工作流程时,应使用此技能。
SKILL.md
Use gt commands exclusively. Mixing git and gt causes sync issues and divergent stacks. The only exception: git add for staging (or use -a flags).
| Create branch | gt create 'name' -am "msg" | git checkout -b name | | Commit changes | gt modify -acm "msg" | git commit -m "msg" | | Push to remote | gt submit | git push | | Rebase stack | gt restack | git rebase | | View stack | gt status or gt ls | git log --graph | | Switch branches | gt checkout | git checkout |
| Amend commit | gt modify -a | git commit --amend | | Multi-PR feedback | gt top && gt absorb -a | Cherry-pick commits manually |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/outfitter-dev/agents --skill graphite-stacks- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-18
- 更新时间
- 2026-02-18
快速解答
什么是 graphite-stacks?
当用户要求“创建堆栈”、“提交堆栈 PR”、“gt 提交”、“gt 创建”、“重新组织分支”、“修复堆栈损坏”或提及 Graphite、堆栈 PR、gt 命令或基于主干的开发工作流程时,应使用此技能。 来源:outfitter-dev/agents。
如何安装 graphite-stacks?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/outfitter-dev/agents --skill graphite-stacks 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/outfitter-dev/agents