بنقرة واحدة
worktree-list
List all unipi worktrees. Shows branch, path, and status.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
List all unipi worktrees. Shows branch, path, and status.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Long-running iterative development loops. Run arbitrarily-long tasks without diluting model attention. Triggers: ralph, ralph loop, iterative loop, long-running task, development loop.
Full compactor reference — tool parameters, anti-patterns, sandbox languages, context budget, workflows.
Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues.
Context management — compact session, recall history, run code, search content.
Stats display — context savings, session metrics, compactions, sandbox and recall/search counters.
Helps you use the /unipi:btw side-conversation workflow effectively. Use when you want to think in parallel, ask side questions without interrupting ongoing work, or inject a side thread back into the main agent.
| name | worktree-list |
| description | List all unipi worktrees. Shows branch, path, and status. |
List all git worktrees created by unipi.
This skill MAY: read filesystem (ls, read), grep for git info. This skill MAY NOT: edit anything, create worktrees, merge branches, run bash.
/unipi:worktree-list
No arguments. Lists all unipi worktrees.
ls .unipi/worktrees/ — list worktree directories.unipi/worktrees/<branch>/.git file to get gitdir pathls .unipi/worktrees/<branch>/ and read key files.unipi/worktrees/ doesn't exist or is empty → no worktreesExit: List of worktrees discovered.
For each worktree directory:
HEAD file exists in gitdirDisplay in table format:
Worktrees:
┌──────────────────┬────────────────────────────────┬─────────┐
│ Branch │ Path │ Status │
├──────────────────┼────────────────────────────────┼─────────┤
│ feat/auth │ .unipi/worktrees/feat/auth │ clean │
│ fix/login-bug │ .unipi/worktrees/fix/login-bug │ dirty │
└──────────────────┴────────────────────────────────┴─────────┘
If no worktrees:
"No unipi worktrees. Create one with
/unipi:worktree-create"
Based on state:
/unipi:worktree-create, /unipi:worktree-merge.unipi/worktrees/clean = no uncommitted changes, dirty = has changes