
from Zenobi Dotfiles68
Manage isolated git worktrees for issue-based development with automatic env/config symlinking and guarded rebasing.
This skill provides a robust wrapper for Git worktrees, allowing agents to create and manage isolated working copies of a repository based on Issue IDs. It ensures that build outputs and file watchers don't collide by placing worktrees outside the main repo root. It also handles the complex process of keeping worktrees up-to-date with the default branch through guarded rebases and pinned-lease pushes.
Use this skill when you need to work on multiple features or bug fixes simultaneously without switching branches in a single directory, or when an agent needs to 'claim' a new piece of work associated with a specific issue ID.
worktree CLI script for creation, listing, removal, and cleanup.Specifically designed for Codex-integrated environments and other AI agents capable of executing shell scripts and managing file-system symlinks.
This skill has not been reviewed by our automated audit pipeline yet.