← Back to list

gtr-git-worktree-runner
by drevantonder
⭐ 1🍴 0📅 Jan 21, 2026
SKILL.md
name: gtr-git-worktree-runner description: Use git-worktree-runner (gtr) for isolated worktree workflows.
Git Worktree Runner (gtr)
Use gtr to create and manage git worktrees. Always use worktrees for ralph‑tui changes; optional for human/agentic work.
When to use
- Required: ralph‑tui changes
- Optional: human or agentic sessions that benefit from isolation
Basic commands
git gtr new <branch> # Create worktree for branch
git gtr go <branch> # Print path to worktree
git gtr list # List worktrees
git gtr rm <branch> # Remove worktree
Ralph‑tui workflow
Create a worktree for the branch, navigate, and run ralph‑tui:
git gtr new <branch>
cd "$(git gtr go <branch>)"
ralph-tui run --prd docs/changes/<slug>/prd.json
More details
- Run
git gtr --helporgit gtr new --helpfor full options and examples. - See git-worktree-runner docs for detailed workflows and advanced usage.
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon