worktree

Creates isolated Git worktrees linked to issues for auditable task tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MariusWilsch/claude-code-conversation-store --skill worktree-mariuswilsch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree
Source: https://github.com/MariusWilsch/claude-code-conversation-store/tree/main/plugins/claude-code-team-plugin/skills/worktree
Command: npx skills add https://github.com/MariusWilsch/claude-code-conversation-store --skill worktree-mariuswilsch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create isolated git worktrees for ALL coding tasks with automatic issue linking to ensure audit trails.

Core Features & Use Cases

  • Isolated development environments per task using git worktree
  • Automatic linking to the associated issue for traceability
  • Works for feature development, bug fixes, and refactoring with audit trails

Quick Start

Create a new worktree for an issue and begin development in an isolated environment linked to that issue.

Frequently Asked Questions about worktree

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

FAQPage Schema
How do I create isolated git worktrees for feature development and bug fixes?

To create isolated git worktrees for feature development and bug fixes, this Skill automatically sets up a dedicated worktree per coding task and links it to its associated issue, ensuring a traceable audit trail throughout the development workflow.

What is the best way to maintain an audit trail when working on multiple git tasks?

The best way to maintain an audit trail for multiple git tasks is using isolated worktrees with automatic issue linking, which ensures every code change during feature development or refactoring is traceable to its respective issue.

How do I link a git pull request to an issue automatically?

To link a git pull request to an issue automatically, the Skill follows a step-by-step workflow that establishes traceability from the initial worktree creation through PR drafting, ensuring the pull request references the respective issue.

Can I use git worktrees to isolate refactoring tasks without switching branches?

Yes, you can use git worktrees to isolate refactoring tasks without switching branches, as the Skill creates a separate working directory for each task that links directly to its issue for full development environment isolation.

Does this git worktree workflow support Docker handling for isolated development environments?

Yes, the git worktree workflow supports optional Docker handling, allowing you to manage isolated development environments and maintain issue traceability while working on feature development, bug fixes, and refactoring tasks.