Git worktree isolation for Path C development with branch strategy
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill worktrees --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Worktrees?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-worktrees-rlues)More formats (shields.io, HTML) on the badges page.
---
name: worktrees
description: "Git worktree isolation for Path C development with branch strategy"
---
# Git Worktrees
## 工具
| 工具 | 类型 | 用法 | 调用方式 |
|:---|:---|:---|:---|
| git CLI | Shell | worktree 操作 | `git worktree add/remove/list` |
## 激活条件
| Path | 方式 |
|:---|:---|
| A/B | 不激活 (普通分支或直接 commit) |
| C | E 阶段开始前自动创建 worktree |
| --worktree | 任意 Path 强制激活 |
## 流程
```
1. git status → 确认 main 干净
2. git worktree add ../project-feature feature/vibe-{id}-{desc}
3. cd worktree → RIPER-7 E 阶段开发
4. git commit -m "feat: 描述" (手动 Conventional Commits)
5. V 阶段完成 → merge 或 PR → git worktree remove
```
## 降级
git worktree 不支持 → `git checkout -b` 普通分支。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!