Documentation
Install the extension
Guided Review runs as a Chrome Manifest V3 extension. Install it once, then use it on any github.com pull request. For the “why” and product map, see the Introduction.
Chrome Web Store
- Open the Guided Review listing on the Chrome Web Store.
- Click Add to Chrome and confirm.
- Pin the extension from the puzzle-piece menu if you want one-click access to options.
Note
Site shortcut. On guidedreview.dev, ⌘/Ctrl + I opens the Chrome Web Store listing — see Keyboard shortcuts.
Load unpacked (development)
For local builds and contributors:
- Clone the repository.
- From the monorepo root, install and build the extension:
npm install
npm run build:extension
- Open
chrome://extensions, enable Developer mode, and click Load unpacked. - Select
apps/extension/dist— never a root-leveldist/if one exists from an older layout. - After code changes, run
npm run build:extensionagain, then hit Reload on the extension card and refresh the GitHub PR tab.
Note
Dev HMR. npm run dev / npm run dev:extension serves Vite HMR on port 5173, but Chrome still loads the built files under apps/extension/dist. Rebuild (or rely on the dev pipeline that writes there) and reload the extension when behavior looks stale. More on stale builds: Troubleshooting.
After install
- Open the extension Options page (right-click the extension icon → Options, or open it from
chrome://extensions). - Configure an AI provider and save your API key.
- Optionally connect GitHub if you want to submit reviews from the overlay.
- Open a PR and follow Your first review.
Keys and tokens stay on your machine — details in Privacy & data. If the Start Guided Review button never appears, see Troubleshooting.