A Chrome extension that displays reviewers directly in the GitHub Pull Request list view.
Chrome Web Store / github-show-reviewer
- Display reviewer names
- Supports team reviewers
- Shows users who have already reviewed
- Displays "None" when no reviewers are assigned
- Click on a reviewer/team reviewer to filter PRs by that assignee
Chrome Web Store:
Chrome Web Store / github-show-reviewer
For Developers:
- Clone this repository
- Open Chrome and navigate to
chrome://extensions - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
For private repositories or to increase API rate limits, you need to configure your GitHub Personal Access Token.
- Open Chrome and navigate to
chrome://extensions - Find "GitHub Show Reviewer" and click "Details"
- Click "Extension options"
- The GitHub Show Reviewer Settings page will open as shown below
- Click "Create a token here" link
- GitHub's "New personal access token (classic)" page will open
- Check the
reposcope (required for private repositories) - Generate the token and copy it
- Paste the token in the input field and click "Save"


