Overview
Repo Manager streamlines PR reviews by creating dedicated worktrees for each pull request. This allows you to review code, run tests, and make changes without disrupting your main development workflow.Prerequisites
Install GitHub CLI
Therepo wt pr command requires the GitHub CLI (gh):
Authenticate with GitHub
- Your browser (recommended)
- A personal access token
Basic PR Review Workflow
1. Create a Worktree for the PR
- Uses
ghCLI to fetch PR details - Determines the branch name for the PR
- Fetches the PR branch from the remote
- Creates a new worktree for that branch
- Navigates to the worktree (via hooks)