A GitHub CLI extension for viewing PR review comments in the terminal.
gh extension install abresas/gh-cr# View comments on PR #423 in current repo
gh cr 423
# View comments on PR #423 in a specific repo
gh cr 423 --repo owner/repo- Displays review comments grouped by file
- Shows code context with syntax-highlighted diffs
- Formats suggestion blocks
- Groups threaded replies together
- Shows general discussion comments
- Relative timestamps (e.g., "2 hours ago", "yesterday")
- GitHub CLI (
gh) installed and authenticated - Python 3.9+
MIT