From autopilot
Repair an existing Claude Code worktree — re-create missing symlinks and reinstall dependencies. Use when a worktree is missing .env files or node_modules.
npx claudepluginhub strzhao/autopilot --plugin autopilotThis skill is limited to using the following tools:
修复当前 worktree 的配置:补全缺失的符号链接和依赖安装。
Automates Git worktree creation for isolated feature branches, listing, removal, and status checks. Copies env files like .env/.nvmrc and runs npm/yarn/pnpm/bun install.
Creates isolated git worktrees for parallel development without disrupting the main workspace. Includes safety verification, .gitignore checks, and directory selection. Use for feature work or PR reviews.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
修复当前 worktree 的配置:补全缺失的符号链接和依赖安装。
.git 是文件而非目录)node "${CLAUDE_SKILL_DIR}/../../scripts/worktree.mjs" repair "$(pwd)"
.env.local 等配置文件缺失node_modules 不存在或已损坏git worktree add 手动创建的 worktree 需要初始化