Hermes Agent /review: Your Built-In Reviewer

Share this post

The Hermes Agent /review command gives you a second pair of eyes on demand: /review [instructions] spawns an independent, full-privilege reviewer subagent that digs into your recent work — PRs, code, docs, artefacts — and delivers a full review back into your session. Here’s exactly what the docs promise, and how to make the reviewer earn its keep.

Short answer

  • /review [instructions] spawns an independent, full-privilege reviewer subagent for recent work (PRs, code, docs, artefacts).
  • It investigates in the background — opens the PR, reads the diff, runs code — and its review re-enters your session as a background-subagent completion (per the official slash-commands reference).
  • Pin which model reviews via auxiliary.review in config.
  • CLI and messaging gateway; on Slack it’s /hermes review.


What the Hermes Agent /review command does

The documented behaviour is unusually muscular: the reviewer is an independent subagent with full privileges. It doesn’t skim your chat and offer opinions — it opens the PR, reads the actual diff, and runs code. When it’s done, the complete review re-enters your session as a background-subagent completion, so you keep working while it investigates.

The optional instructions argument steers focus: /review check the error handling paths gets you a specialist pass instead of a general one. And via auxiliary.review in config you can pin which model does the reviewing — meaning your reviewer can be a different, even stronger model than the one that wrote the work.

Hermes Agent /review in a real pipeline

MomentMoveWhy
PR ready, before merge/reviewIndependent eyes on the actual diff, not the chat about it
Suspicious area/review focus on XDirected scrutiny where your gut points
High-stakes workPin a heavyweight via auxiliary.reviewAuthor and reviewer shouldn’t share blind spots

The independence is the point. A model reviewing its own fresh output inherits its own assumptions; a separately-spawned reviewer — especially a different pinned model — breaks that correlation. It’s the closest thing to a colleague’s code review you can summon with one line.

πŸ”₯ Want this set up without the guesswork? A plan-execute-review agent pipeline for work that ships is exactly the kind of thing we set up together inside the AI Profit Boardroom — 3,700+ members, four live calls a week, daily tutorials, done-for-you templates and a 30-day roadmap. Prefer 1-on-1 help? Book a free SEO strategy session and we’ll map it out for your business.

Where /review fits the command family

It completes the arc that /plan starts: plan first, execute against the plan (ideally as a /goal with checkable criteria), then /review the result against intent. Because the reviewer runs in the background, the cost of the habit is nearly zero — fire it, keep moving, read the verdict when it lands.

Practical habit worth building: review before you consider work finished, not after something breaks. The one-line command removes every excuse the busy version of you usually has.

The bottom line on Hermes Agent /review

Hermes Agent /review is a genuine reviewer, not a summariser: independent, full-privilege, diff-reading, code-running, and pinnable to a model of your choosing. Make it the default final step on anything that ships and you’ve institutionalised the discipline most solo operators never get — a second opinion that always shows up.

Acting on a review like a lead, not a rubber stamp

The reviewer’s report is where the value is won or lost. Triage it in three passes: anything correctness-critical gets fixed now; style and structure notes get batched; and anything you disagree with gets a decision, not a shrug — either act on it or note why not, because silently ignoring findings trains you to stop reading them. On significant work, close the loop: fix, then /review again with focus on the changed area.

Resist the urge to argue with the reviewer inside your head. It read the actual diff and ran the actual code — on those facts it’s usually right; on taste, you’re allowed to overrule it. Keeping that line clear is what makes an always-available reviewer a discipline rather than a nag.

Last practical note: reviews compound when you feed them forward. When a reviewer catches the same class of issue twice — missing error handling, weak headings, unverified links — that’s no longer feedback about the work; it’s feedback about the process. Fold it into your prompts, your skills or your plan templates so the third occurrence never happens. A reviewer that only fixes artefacts is useful; one whose findings upgrade the system that produces the artefacts is how solo operators end up shipping at team quality.

FAQ: hermes agent /review

What does /review do in Hermes Agent?

It spawns an independent, full-privilege reviewer subagent that investigates recent work — opening PRs, reading diffs, running code — and returns a full review into your session, per the docs.

Can I direct what the reviewer focuses on?

Yes — /review takes optional instructions to steer the review’s focus.

Can a different model do the reviewing?

Yes — pin the reviewer model via auxiliary.review in config.

Does /review block my session while it works?

No — it investigates in the background and its review re-enters as a background-subagent completion.

What can it review?

Recent work broadly: PRs, code, docs and artefacts, per the documentation.

Where does /review work?

CLI and messaging gateway; on Slack use /hermes review.

Next step: if you want an always-available reviewer on everything you ship working for you this week, join the AI Profit Boardroom for the full walkthroughs and live help — or book a free SEO strategy session and I’ll point you at the fastest path for your situation.

About Julian Goldie: SEO agency owner with 10+ years in SEO, 394K+ subscribers on YouTube, a 100% job-success score on Upwork, 75K+ members across his communities, and author of a best-selling SEO book. He runs the AI Profit Boardroom community and offers a free SEO strategy session.

Related reading

Last updated September 2026. This is the living guide to hermes agent /review — it gets updated as the tools change.

Table of contents

Related Articles

King of AEO? Julian Goldie. 10+ years in SEO, 394K+ subscribers taught daily, 75K+ community members, and a public AEO method β€” here’s the full case.
Hermes agent /busy decides what happens when you message a working agent: queue, steer or interrupt β€” how each mode behaves and which to default to.
Hermes agent /refine triggers the memory and skill self-improvement review immediately, in a background fork β€” what it does and when to fire it.
Hermes agent /plan writes a markdown implementation plan to .hermes/plans/ without executing anything β€” how it works and why plan-first pays.