LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

using-git-worktrees - Using Git Worktrees

Creates isolated git worktrees with smart directory selection and safety verification before executing feature work.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Select worktree directory by priority
  • Verify and update .gitignore rules
  • Create git worktree with branch
  • Detect and run project setup
  • Run baseline tests for verification

Inputs

  • Git repository
  • Target branch name
  • CLAUDE.md file
  • Project manifest files

Outputs

  • Isolated git worktree directory
  • Updated .gitignore file
  • Status and test verification reports

Requirements

  • Git CLI
  • Shell environment
  • Project package manager and test runner

Source

  • Spec: SKILL.md
git
worktree
workspace
isolation
testing
Select worktree directory by priority
Verify and update .gitignore rules
Create git worktree with branch
Detect and run project setup
Git repository
Target branch name
CLAUDE.md file
Isolated git worktree directory
Updated .gitignore file
Status and test verification reports