CLI to view and resolve GitHub PR review comments.
npm install -g pr-resolverAdd a GitHub account:
pr-resolver auth add personal
# Enter your GitHub token when prompted (masked input)
# Optionally enter orgs (comma-separated)From any git repository with a GitHub remote:
# View PR comments interactively
pr-resolver 123
# List open PRs
pr-resolver
# List your open PRs only
pr-resolver me
# Include resolved comments
pr-resolver 123 --all
# Update to latest version
pr-resolver update| Key | Action |
|---|---|
| ↑/↓ | Navigate |
| Enter | Expand thread |
| r | Resolve selected |
| u | Unresolve selected |
| x | Resolve all |
| f | Refresh (re-fetch) |
| a | Toggle resolved |
| q | Quit |
Your GitHub token needs:
repo- for private repospublic_repo- for public repos only
MIT