An extension for GitHub CLI that allows you to list and checkout pull requests.
gh extension install mloberg/gh-prs
To use this, you will need fzf. To intall with Homebrew:
brew install fzf
gh prs
Selecting a PR will check out the PR.
You can also list PRs without an interactive prompt with the --static
flag.
gh prs --static