graphite
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: graphite description: Work with Graphite (gt) for stacked PRs - creating, navigating, and managing PR stacks. allowed-tools: - "Bash(gt *)" - "Bash(git add *)" - "Bash(git reset *)" - "Bash(git diff *)" - "Bash(git status *)" - "Bash(git stash *)" - "Bash(git checkout *)" - "Bash(git rebase *)" - "Bash(git branch *)" - "Bash(gh pr *)" --- # Graphite Skill Work with Graphite (`gt`) for creating, navigating, and managing stacked pull requests.
Tool: SKILL.md [2/2] Description: |---------|----------| | "Cannot perform this operation on untracked branch" | Run `gt track -p main` first | | Stack parented on wrong branch | Use `gt track -p main` then `gt restack` | | Need to reorder PRs | Use `gt move` | | Conflicts during restack | Resolve conflicts, then `git rebase --continue` | | Want to split a PR | Reset commits (`git reset HEAD^`), re-stage selectively, create new branches | | Need to delete a branch (non-interactive) | `gt delete