Loading...
Loading...
Found 5 Skills
Manage git repositories using the worktree pattern for efficient multi-branch development. Use when: (1) Cloning a repository for the first time, (2) Creating a new worktree for a feature branch, (3) Listing existing worktrees, (4) Removing worktrees after work is complete. The worktree pattern clones once and creates lightweight working directories for each branch, avoiding the overhead of multiple full clones.
Resolve all PR comments using parallel processing. Use when addressing PR review feedback, resolving review threads, or batch-fixing PR comments.
Provides git workflow assistance, branch management, and commit message optimization
Manage git repositories using the worktree pattern. This allows multiple branches to be checked out simultaneously in sibling directories.
Create a feature branch in a Git worktree, work independently, then merge back and clean up safely.