What problem does it solve?
This skill solves the complexity of managing multiple git worktrees by providing a standardized, safe workflow for rebasing, syncing, and verifying branch states without corrupting the main repository.
Core Features & Use Cases
- Worktree Synchronization: Automates the rebase and fast-forward merge process to keep worktrees aligned with the master branch.
- Identity Verification: Ensures operations are performed on valid worktrees by checking git directory structures and current branch status.
- Use Case: When working on a feature in a separate worktree, use this skill to pull the latest changes from master, rebase your work, and verify the integrity of the sync before committing.
Quick Start
Use the git skill to synchronize your current worktree with the master branch and verify the update.