Skip to content

Compare · CLI finish pass

Critique CLI
vs the field.

Other tools comment on pull requests or write the code. Critique checks the local change before it ships — independent evidence, finish.v1 handoff, no dashboard ritual. Pick a head-to-head below.

updated 2026-08-06local working treeagent-callable

01 — ThesisDifferent moment in the loop

PR bots review after the PR exists. Implementation agents write the change. Critique finishes — on the working tree, with exit codes your agent can trust.

What is Critique CLI?

Critique CLI is an independent finish pass for coding agents. It reviews the local working-tree change before commit or PR, returns finish.v1 JSON (outcome, evidence, limits, exit codes), and optionally attaches a repair package. It integrates with Codex, Claude Code, OpenCode, and Cursor via `critique integrate`.

Last updated 2026-08-06 · Competitor pricing verified against public vendor pages; confirm before buy.

Related surface

Cloud coding agent APIs

Hub · Critique vs Devin APIHTTP automation when you need it

Separate from the CLI finish pass: model freedom, OpenRouter routes, pay-as-you-go credits, and when Devin’s session-first product fits better.

Deep dives

Critique CLI vs …

FAQs

01What is the best CodeRabbit alternative in 2026?

If you want another PR comment bot, Greptile or GitHub Copilot review are common. If you want to check the change before a PR exists — with structured output coding agents can parse — Critique CLI is the stronger alternative. It is a finish pass, not a seat-priced comment bot.

02Is Critique a PR review bot?

No. Critique CLI reviews the local working tree and returns finish.v1 evidence for the calling agent. It is not a per-seat GitHub comment bot. Optional cloud runs exist; the default product is the agent-callable finish command.

03How do I use Critique with Claude Code or Codex?

Install with `npm install --global @critiquedotsh/cli`, run `critique login`, then `critique integrate --agent all`. Have the agent call `critique finish --intent "…" --json` before it claims the task is done.

04How much does Critique CLI cost?

Public pricing is team-shared: Solo $19/mo, Pro $49/mo, Team $149/mo, plus $5/mo student/OSS for verified students/OSS, and $8/mo BYOK harness (OpenRouter or CrofAI). You pay for finish/cloud usage, not a seat per engineer.

05What is finish.v1?

finish.v1 is Critique’s machine-readable handoff: outcome, evidence, stated limits, and exit codes. Coding agents consume it instead of scraping a dashboard or reading PR comment spam.

Get started

Install once.
Finish every change.

npm install --global @critiquedotsh/cli
Then critique login, critique integrate --agent all, and critique finish --intent "…" --json.