What problem does it solve?
This Skill simplifies managing multiple git worktrees by automating fetch, merge, and synchronization processes, reducing manual effort and errors.
Core Features & Use Cases
- Repository Synchronization: Fetches updates from the remote origin and merges them into local branches.
- Worktree Management: Detects diverged worktrees, proposes merges, and updates each worktree to stay synchronized with master.
- Notification Dispatch: Sends signals to agents about repository updates, facilitating coordinated multi-agent workflows.
- Use Case: Developers working on multiple feature branches and worktrees can run this Skill to ensure all environments are up-to-date and consistent with the main branch.
Quick Start
Run the sync-all Skill to update your local repository and all associated worktrees, ensuring collaboration consistency across your development environment.