Git Worktree Manager provides a safe, scripted interface for creating and managing Git worktrees for parallel development and isolated code review. It automates environment file copying, .gitignore updates, consistent directory layout under .worktrees/, and interactive confirmations to prevent destructive git operations.
Use this skill when you need isolated environments for reviewing PRs, working on multiple features in parallel, or when you want to avoid switching branches in the main working tree. It is especially useful in agent-driven workflows (/workflows:review and /workflows:work) where offering a worktree avoids contaminating the developer's current branch. Use it for cleanup after feature completion to safely remove inactive worktrees.
Designed for Claude Code and other workflow-capable agent platforms that integrate repo-level scripts and shell execution. The skill is usable from bash and within automated agent workflows that can invoke repository scripts.
This skill has not been reviewed by our automated audit pipeline yet.