Skip to content
Guided Review
Documentation

Introduction

Guided Review turns a diff into an ordered walkthrough — schema first, then logic, call-sites, and tests — so you can review with intent instead of scrolling a raw change list. Same engine for GitHub pull requests and local git work. For the motivation behind that, see Why.

What is Guided Review?

Guided Review is two surfaces on one review engine:

SurfaceWhat you reviewHow you start
Chrome extensionPull requests on github.comStart Guided Review on the PR page
CLILocal branch, commit, or working treenpx @guided-review/cli → browser UI on localhost

On either path:

  1. The real unified diff is parsed into files, hunks, and lines
  2. With your AI provider configured (Anthropic, OpenAI, or Grok), the model returns review units — logical groups of hunks with short commentary
  3. You step through those units in a keyboard-first overlay; the code you see always comes from the real parsed diff

Without a key you still get a file-by-file walk. The model plans structure and commentary only — it never invents the code lines. For what leaves your machine, see Privacy & data.

The extension can optionally submit reviews to GitHub. The CLI keeps line notes local and can Generate Prompt for a coding agent instead.

What you'll find here

Getting Started

  • Whywhy reading code matters more when AI writes it
  • InstallCLI or Chrome extension — same engine, pick a host

Apps

  • Chrome ExtensionInstall from the Web Store, then Start Guided Review on a PR
  • CLInpx @guided-review/cli for local branch, commit, or working-tree diffs

Setup

Product

Help

  • Troubleshootingcommon failures and fixes for extension and CLI
  • FAQfree, cost, tracking, extension vs CLI, what the AI does

Trust

  • Privacy & datawhat leaves your machine, what stays, and how to clear it

Quick start

Start at Install for both hosts, then:

GitHub pull requests

  1. Install the Chrome extension (or follow Install).
  2. Configure a provider (optional for a file-by-file walk).
  3. Open any GitHub pull request and click Start Guided Review.
  4. Follow the walkthrough — see Your first review.
  5. Optionally draft line comments and submit (needs GitHub connected).

Local changes

  1. Install / run the CLI with Node.js 22+: npx @guided-review/cli.
  2. Pick a diff scope (branch vs base, uncommitted, or a commit).
  3. Optionally hit Structure With AI, then walk the units.
  4. Full local workflow: CLI.
Note

Open source. Guided Review is Apache-2.0. Source and issues live on GitHub. Stuck? Start with the FAQ or Troubleshooting.