关于
The Git Worktree Isolation skill provides a rigorous safety framework for Claude Code, ensuring that no modifications are ever made directly on the main branch. By automating the creation, setup, and cleanup of isolated git worktrees for every issue or feature, it facilitates a clean development environment where dependencies are correctly scoped and repository state is verified before work begins. This skill streamlines the context-switching process and minimizes the risk of accidental commits to protected branches, making it essential for teams adhering to strict git-flow or trunk-based development practices.