← All features

Feature

Share Reviews.

Generate a public link with one click. Anyone with the link can view the document and add their own comments. Unpublish anytime to revoke access.

How it works

1

Click the Share button in Crit and a unique URL is generated instantly. Or share directly from the CLI with crit share plan.md — no browser needed.

2

Anyone who opens the link sees the full document with all comments. They can add their own feedback without installing anything - it works in any browser.

3

Each reviewer's comments are color-coded by a unique hue, making it easy to track who said what in a multi-person review.

4

Use crit share --qr to print a QR code in the terminal for quick mobile access. Unpublish anytime with crit unpublish. Shared reviews auto-expire after 30 days of inactivity.

Why this matters

Before your agent writes a single line of code, you want to make sure the plan is right. But plans are often reviewed solo — you read the markdown, leave comments, and iterate. At some point you want a teammate, a tech lead, or a stakeholder to weigh in on the approach before the agent starts building.

A share link lets you send the plan with all your inline comments intact. The person you send it to sees the same document with the same annotations, and they can add their own. That's useful for getting sign-off on an architecture decision, collecting feedback from someone who isn't in your terminal, or asking a colleague "does this plan look right to you" before the agent executes.

Unpublishing is straightforward — use the Unpublish button in the UI or run crit unpublish from the terminal. Shared reviews also auto-expire after 30 days of inactivity, so nothing lingers indefinitely.

How Crit compares

Google Docs and Notion let you share documents with comments, but they're not designed for reviewing structured plans with line-level precision. GitHub PR reviews support inline comments but require a repo and a push — your plan hasn't been committed yet. Crit share links are open — anyone with the URL can view and comment, no account needed.

Try it out

Install Crit and start reviewing agent output in seconds.

$ brew install tomasz-tomczyk/tap/crit
then run
$ crit or crit plan.md

Or download a pre-built binary from GitHub Releases.

More features