← All integrations

Crit + Claude Code.

Claude Code is the only agent with the plan-mode hook: every plan it writes goes through Crit for inline review before any file edits happen.

Install the plugin (recommended):

$ claude plugin marketplace add tomasz-tomczyk/crit$ claude plugin install crit@crit

Installs a global Claude Code plugin with the /crit slash command, the crit-cli skill, and the plan-mode hook below. Works across every project.

Per-project alternative:

$ crit install claude-code

Run from the project root to add the /crit and crit-cli skills to the repo. The whole team gets them once pushed.

/crit slash command

Starts the review loop. The agent launches Crit, waits for your inline comments, then revises until you approve.

In your agent's chat:

/crit

crit-cli skill

Auto-activates when the agent works with review files, shares a review, or syncs to a PR. No manual invocation. Talk to the agent normally and it picks the right crit subcommand.

Spawn a team of agents to review the work

Your main agent runs /crit and dispatches reviewer subagents. Each one leaves inline comments via crit. You scan the comments and decide which ones to act on.

In your agent's chat:

Run /crit and spawn a team of agents to use crit to review the work. I'll decide which comments to proceed with.

Review from your phone

The share URL renders on mobile, so you can leave inline comments from the couch while the agent keeps grinding.

In your agent's chat:

Share the current review with crit and send me the link.

Plan-mode review hook

Intercepts Claude Code's ExitPlanMode and sends the plan to Crit for inline review. You comment line-by-line, the agent revises, and plan mode doesn't exit until you approve. Ships only with the marketplace plugin.

Disable per-shell or globally:

export CRIT_PLAN_REVIEW=off
View Claude Code integration files on GitHub →