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