Dashboard¶
Web interface showing all PRs across your repositories.
Installation¶
Install GitHub App¶
Free for Public Repositories
Access to public repositories is completely free. Start with 1-2 public repos to evaluate, then expand later if needed.
-
Click Install
-
Choose your installation scope:
- Select Only select repositories
- Pick 1-2 public repositories for testing
- Click Install
Why public repos? They're lower risk for evaluation and let you verify the functionality before expanding to private repositories.
- Select All repositories (or choose specific repos)
- Click Install
Verify Installation¶
Visit your dashboard, login with GitHub, and confirm PRs appear within seconds.
Access¶
For personal accounts / individual users: Navigate to reviewgoose.dev
For GitHub organizations:
Navigate to <your-org>.reviewgoose.dev (replace <your-org> with your GitHub organization name)
Example: If your org is kubernetes, visit kubernetes.reviewgoose.dev
Click Login with GitHub, authorize when prompted.
Sessions expire after 24 hours.
Security & Privacy¶
OAuth scopes requested:
user:read- Your username and profilerepo:status- PR status and CI checksread:org- Organization membership
Data cached up to 28 days. No code access. Details: Security
Interface¶
Incoming: PRs where you're assigned reviewer
Outgoing: PRs you created waiting for review or changes
Drafts: Your draft PRs not ready for review
Status Tags¶
Each PR shows tags indicating what's blocking it:
- Needs changes: Fix CI failures, address review feedback, or resolve merge conflicts
- Awaiting review: Waiting for reviewers to approve
- Ready to merge: All approvals received, ready to ship
- Draft: Not ready for review yet
- CI running: Automated checks in progress
Priority: Focus on PRs where you're blocking progress (incoming PRs needing your review, or outgoing PRs needing your fixes).
Search & Filter¶
Search box: Filter by PR title, repo name, author, or reviewer
Repository dropdown: Show PRs from specific repos only
Sort by: Updated, Created, Title, Repository
Troubleshooting¶
Can't log in: Clear cookies for *.reviewgoose.dev, try incognito mode. Check GitHub Settings → Applications → Authorized OAuth Apps.
No PRs shown: Verify GitHub App installed on repos. Check GitHub Settings → Installed GitHub Apps. Free plans don't include private repos.
Wrong status: Hard refresh (Ctrl+Shift+R or Cmd+Shift+R). Status cached up to 5 minutes.
Slow: Use repository filtering. Clear browser cache.