What problem does it solve?
This Skill prevents common issues in Git worktrees by automatically validating critical configurations like symlinks, Git excludes, and branch tracking, ensuring a stable and error-free development environment.
Core Features & Use Cases
- Symlink Integrity: Verifies that all necessary symlinks exist and point to the correct targets, preventing broken links.
- Git Excludes Configuration: Ensures that symlinked files are correctly excluded from Git tracking to avoid accidental commits.
- Branch Tracking Validation: Confirms that worktrees are properly linked to their upstream branches.
- Use Case: After creating a new Git worktree for a feature branch, run this Skill to confirm that all essential configuration files and symlinks are correctly set up before you start coding.
Quick Start
Run the worktree-review skill to validate the current directory's Git worktree setup.