Set up a local review environment for a colleague's branch with worktree
gh_username:branchName# Local Review You are tasked with setting up a local review environment for a colleague's branch. This involves creating a worktree, setting up dependencies, and launching a new Claude Code session. ## Process When invoked with a parameter like `gh_username:branchName`: 1. **Parse the input**: - Extract GitHub username and branch name from the format `username:branchname` - If no parameter provided, ask for it in the format: `gh_username:branchName` 2. **Extract ticket information**: - Look for ticket numbers in the branch name (e.g., `123`, `123`) - Use this to create a s...