From 17af03249184e2f3618eff61809d913123d769e3 Mon Sep 17 00:00:00 2001 From: shilpijc Date: Thu, 30 Jul 2026 21:37:05 +0530 Subject: [PATCH] Tighten landing copy around Claude Code and prerequisites. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Say Claude Code CLI explicitly, fix “four steps / one command,” list gh + Claude Code as requirements, and drop the overstated “no data leaves your machine” footer line. Co-authored-by: Cursor --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 89c1152..3c36a20 100644 --- a/docs/index.html +++ b/docs/index.html @@ -323,7 +323,7 @@

Point it at a merged PR.
Get a plain-English explanation.

HOW IT WORKS

-

Four steps, one command.

+

Init once. Then one command per PR.

01
@@ -335,11 +335,11 @@

HOW IT WORKS

03
-
It reads the diff + description via the GitHub CLI, combines it with your profile, and asks Claude to explain it.
+
It reads the diff + description via the GitHub CLI, combines it with your profile, and shells out to the Claude Code CLI to explain it.
04
-
Saved locally, added to a running index of every PR you've explained so far.
+
Saved under ~/.pr-explainer/explainers/, added to a running index of every PR you've explained so far.
@@ -389,7 +389,7 @@

Keep track of your own project

WHY NO API KEY

-

pr-explainer shells out to the Claude Code CLI already on your machine — if you already use it, this is free to try immediately. No separate API key, no signup, nothing new to pay for.

+

pr-explainer shells out to the Claude Code CLI already on your machine — if you already use it, this is free to try immediately. No separate Anthropic Console API key, no signup for this tool. You do need Claude Code installed and logged in, plus the GitHub CLI (gh).

@@ -409,7 +409,7 @@

INSTALL