一键导入
worktree
Create, list, switch, or delete git worktrees for parallel branch work. Use when the user wants to work on multiple branches simultaneously.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create, list, switch, or delete git worktrees for parallel branch work. Use when the user wants to work on multiple branches simultaneously.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
nix-darwin の flake update + switch を実行。キャッシュミスで重いソースビルドが発生するパッケージは自動で pin し、過去の pin はキャッシュが追いつけば自動解除する。
プロジェクトの用語一貫性チェック。diff・PR・実装計画に登場する用語(識別子・コメント・テストタイトル)を、リポジトリ別の用語集(glossary)と既存コードの語彙(inventory)に照らしてチェックし、新出概念の命名を確定して glossary を育てる。用語チェック・命名の相談・表記揺れの確認で発動。
Control herdr from inside it. Manage workspaces and tabs, split panes, spawn agents, read output, and wait for state changes — all via CLI commands that talk to the running herdr instance over a local unix socket. Use when running inside herdr (HERDR_ENV=1).
GitHub に画像をアップロードし Markdown 画像リンクを返す。PR 作成や Issue 作成時に画像を添付したい場合に使用。
Commit changes by splitting into logical units. Defaults to Conventional Commits but adapts to the repo's existing format if consistently different. Auto-detects commit message language from git history.
Create a pull request. Follows PR templates if present. Validates checklist items via sub-agents before submitting.
基于 SOC 职业分类
| name | worktree |
| description | Create, list, switch, or delete git worktrees for parallel branch work. Use when the user wants to work on multiple branches simultaneously. |
| argument-hint | [<branch>] [-d <branch>] [-D <branch>] |
Use git wt (git-wt) for all worktree operations. git worktree is blocked by hook.
User directive: $ARGUMENTS
| Operation | Command |
|---|---|
| Create / switch | git wt <branch> <base-branch> |
| List | git wt |
| Delete (safe) | git wt -d <branch> |
| Delete (force) | git wt -D <branch> |
git wt feat-login main). Never omit the base branch — ask the user if unclear./ — use - instead (e.g., feat-login not feat/login). This avoids nested directory structures in the worktree base directory.git -C <path> status