What problem does it solve?
This Skill eliminates the friction of managing parallel Git development workflows, removing the risk of conflicting changes, messy stashing, and constant branch switching when working on multiple features, bug fixes, or code reviews at the same time.
Core Features & Use Cases
- Automated Worktree Operations: Create, list, switch between, and clean up Git worktrees with interactive confirmations to prevent accidental changes or data loss.
- Seamless Environment Consistency: Automatically copies .env and other environment files from the main repository to new worktrees, and ensures the .worktrees directory is added to .gitignore to avoid accidental commits.
- Use Case: If you need to review a teammate's pull request for a new feature while simultaneously working on an urgent bug fix, use this Skill to create two isolated worktrees so changes for each task remain completely separate.
Quick Start
Ask the AI to create a new isolated Git worktree for your feature branch named "payment-integration" to start working on it without impacting your main development environment.