关于
Streamline your development process by managing Git worktrees for isolated, parallel tasks. This skill provides a simple, interactive command-line interface to create, list, switch, and clean up worktrees, eliminating the complexity of manual commands. It automatically handles critical setup like copying environment files (`.env`) and updating `.gitignore`, ensuring each worktree is a fully functional, isolated environment. Ideal for conducting code reviews or developing multiple features simultaneously without disrupting your current work.