一键导入
work
Set up a git worktree for a repo in ~/Documents/Github, branch off origin/main, research context, then plan and implement together with the user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Set up a git worktree for a repo in ~/Documents/Github, branch off origin/main, research context, then plan and implement together with the user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | work |
| description | Set up a git worktree for a repo in ~/Documents/Github, branch off origin/main, research context, then plan and implement together with the user. |
| user_invocable | true |
| argument_description | <repo> <context description> |
This skill sets up an isolated worktree for a repository, researches the given context, and then collaborates with the user to plan and implement.
The first argument is the repo name (a directory under /Users/matt/Documents/Github/).
Everything after it is the context — a description of the work to be done.
Example: /work agents add retry logic to the MCP client
fix/docs/chore/feat/add-retry-logic-to-the-mcp-client<prefix><slug> (e.g. feat/add-retry-logic-to-the-mcp-client)/Users/matt/Documents/Github/<repo>-<slug> (e.g. agents-add-retry-logic-to-the-mcp-client)cd /Users/matt/Documents/Github/<repo>
git fetch origin
If origin doesn't exist, try upstream. Use whichever remote has a main branch (check for main first, then master).git worktree add -b <branch> /Users/matt/Documents/Github/<worktree-dir> <remote>/main
/Users/matt/.claude/projects/-Users-matt-Documents-Github/memory/MEMORY.md so future conversations know about it. Also create/update the relevant memory file if the project context warrants it.Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
Send the current plan to OpenCode CLI with GPT-5.3-Codex for iterative review. Claude and OpenCode go back-and-forth until the plan is approved.
Create a new Cloudflare Workers project with modern tooling. Use when the user wants to start a new Cloudflare Worker, create a Workers project, or scaffold a CF worker.
Fetch PR/MR review comments (GitHub or GitLab), plan fixes, get Codex review, then implement, verify, commit and push.