Gnosis

Code Review, Narrated

Understand the pull request before you read the diff.

Gnosis is an ancient Greek word for knowledge — not the surface kind, but the deep, direct understanding of a thing. The Gnostics used it for insight that comes from within, from truly comprehending something rather than just observing it from the outside. That's what's missing from most code reviews: you see the diff, but you don't get the understanding. Gnosis tries to close that gap.

Code never leaves your machine. Reviews run against the Claude Code CLI you already have installed. No servers. MIT licensed.

Gnosis review overview — slide-numbered chapters, risk badges, and a serif title in a paper-coloured monograph layout.

The premise

We've gotten fast at writing code. Reviewing it hasn't kept up. Pull requests are still reviewed the same way they always have been — scrolling through file diffs in whatever order GitHub decides to show them, with no grouping, no context, and no sense of which changes depend on which. It works, but it's slow, and it's easy to miss things.

You paste a PR URL; Gnosis reads the diff, groups related changes, and presents them as an ordered slideshow. Foundation changes first, then the features built on top, then tests and config. Each slide has a short explanation of why the change exists, the relevant diff, and optionally a diagram. The goal is to walk you through the change the way the author understands it, not the way the filesystem happens to order it.

You read context before consequences.
01

Read it like a paper.

Reviews open as a guided slideshow — narrated, ordered, and grounded in the diff. Each slide explains why something changed before it shows you what changed.

02

Targeted things to check.

Every slide ends with two to four "What to check" prompts grounded in the actual code. Each one is a specific question — not a generic checklist item — anchored to a file and line.

03

Aware of your project.

Gnosis reads more than the diff. It picks up the conventions the team has already written down — and lets you pull in extra context when the diff alone isn't enough.

04

Workflow that fits the day.

You shouldn’t have to babysit a review. Gnosis runs in the background, wakes you when reviews are ready, and remembers everything you’ve already worked through.

05

Local-first by design.

Your code stays on your machine. Reviews run against the Claude CLI you already have installed. There is no Gnosis server in the loop.

06

Pass it along.

Reviews shouldn’t live in one head. Browse what you’ve already done, hand a finished review to a teammate, or pick up where you left off.

Get it

Or via Homebrew: brew tap oddur/gnosis && brew install --cask gnosis

Getting started

From clean install to first review in about five minutes.

  1. 01 Install the Claude CLI. Gnosis uses Claude Code — install it once, then run claude auth.
  2. 02 Install Gnosis. Download from the releases page above, or brew tap oddur/gnosis && brew install --cask gnosis
  3. 03 Sign in and paste a PR URL. First launch opens a GitHub OAuth flow — or paste a PAT if your org blocks it. Drop in a PR URL and your first review starts in seconds.

Reviews take 2–4 minutes the first time. After that, turn on Proactive mode and your team's PRs will be waiting when you open the app.