Simplifies Git worktree management by automating the creation, tracking, and removal of parallel development environments with isolated configurations.
The Worktree Manager skill streamlines parallel development by allowing developers to maintain multiple isolated environments simultaneously without manual Git overhead. It automates complex tasks such as branch creation, port offset management, and environment file configuration, enabling seamless context switching between features, bug fixes, and code reviews while preventing configuration conflicts between workspaces.
主な機能
01Built-in validation to ensure unique environment configurations
02Automated worktree creation with branch-specific isolation
030 GitHub stars
04Safe and automated cleanup of worktree directories and references
05Intelligent port offset management for parallel running services
06Comprehensive listing and status tracking of active worktrees
ユースケース
01Testing a bug fix in an isolated environment without disturbing the main workspace
02Running multiple project versions simultaneously with unique ports and databases
03Rapidly switching contexts between feature development and urgent hotfixes