git-worktrees

A meta-search and chat interface for exploring and combining REST APIs.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/gabrielkoerich/skills --skill git-worktrees-gabrielkoerich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-worktrees
Source: https://github.com/gabrielkoerich/skills/tree/main/git-worktrees
Command: npx skills add https://github.com/gabrielkoerich/skills --skill git-worktrees-gabrielkoerich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Facilitates isolated feature development by managing Git worktrees for feature branches, avoiding cross-branch interference.

Core Features & Use Cases

  • Create and manage per-feature worktrees linked to a feature branch.
  • Develop in isolation across multiple worktrees, then push and open PRs with a summary of changes.
  • Enforces standardized workflows and avoids conflicting worktrees for parallel feature development.

Quick Start

Create a new feature worktree and start development on a dedicated branch.

Frequently Asked Questions about git-worktrees

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I isolate feature development with Git worktrees?

Git worktrees enable isolated feature development by linking a dedicated worktree to a feature branch, preventing cross-branch interference during concurrent development.

Why use Git worktrees for parallel feature branches?

Git worktrees provide clean branch isolation for parallel feature development, ensuring reproducible setup and avoiding conflicting worktrees across multiple features.

Do I need the GitHub CLI to create PRs from worktrees?

Yes, creating PRs from feature worktrees requires Git with a configured origin and the GitHub CLI (gh) installed and authenticated to push and open pull requests.

How do I manage feature worktrees and open PRs?

You develop in isolated worktrees, push the dedicated feature branch, and open PRs with a summary of changes using an enforced standardized workflow via the GitHub CLI.

Does Git worktree branch management work for concurrent feature development?

Yes, Git worktree branch management is ideal for teams or individuals who need clean branch isolation and reproducible setup during concurrent feature development.