← All integrations

Crit + Hermes.

Hermes auto-discovers skills from ~/.hermes/skills/. Run `crit install hermes` from your home directory for the recommended global setup, or install per-project and add `.hermes/skills` to `external_dirs` under the `skills` section of ~/.hermes/config.yaml.

Install globally (recommended):

$ cd ~ && crit install hermes

Available across all projects. To commit the integration into a single repo instead, run crit install hermes from the project root.

/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.
View Hermes integration files on GitHub →