This command fetches all open pull requests using GitHub CLI, then creates a git worktree for each PR's branch in the `./tree/<BRANCH_NAME>` directory.
/plugin marketplace add lifangda/claude-plugins/plugin install accessibility-suite@claude-pluginsgit-workflow/# Git Worktree Commands ## Create Worktrees for All Open PRs This command fetches all open pull requests using GitHub CLI, then creates a git worktree for each PR's branch in the `./tree/<BRANCH_NAME>` directory. ### Example Output ### Cleanup Stale Worktrees (Optional) You can add this to remove stale worktrees for branches that no longer exist: ## Create New Branch and Worktree This interactive command creates a new git branch and sets up a worktree for it: ### Example Usage ### Creating a New Branch from a Different Base If you want to start your branch from a differe...