Skip to main content
Before your coworker calls a job done, have it check its own work properly.

What it does

Turn on Thorough review with /review and your coworker adds a real checking pass before it finishes: re-reading what it produced, testing its conclusions against the source, and looking for the thing it got wrong rather than confirming what it already believes. It’s off by default because it costs more and takes longer. On work that matters, it’s the cheapest insurance available.

When it earns its keep

  • Anything going to a customer or an executive
  • Figures someone will make a decision on
  • A document that will be published or filed
  • Work you won’t have time to check yourself
  • A long job where an early mistake would carry through everything after it
  • The first time a coworker does an unfamiliar kind of task

When to skip it

Exploratory work, drafts you’ll read closely anyway, and quick lookups. Reviewing a first draft you’re about to rewrite is paying for care you don’t need.

Good to know

Pair it with /plan. Plan mode checks the approach before, review checks the result after. On genuinely important work, both.
Review checks the work against what you asked for. It can’t tell you that you asked for the wrong thing — that’s what Plan mode is for.
For a repeated job where quality always matters, put the checks in a skill instead. “Before finishing, verify every figure against the source” becomes part of the procedure rather than something you remember to switch on.

Common questions

Yes — most often arithmetic that drifted, a claim that isn’t quite what the source said, and requirements from your original message that got dropped along the way.
Noticeably, because it’s doing real additional work. On a task worth reviewing, that’s the trade you want.
You can, and you’ll pay for care you often don’t need. Better to switch it on for the tasks that warrant it.
Fixes it and tells you what it fixed. You see the correction rather than a silently different answer.
Similar in spirit. A helper is a named specialist you write with your own standards; this is a general checking pass with nothing to set up.

Next steps

Plan mode and Build mode

Checking before, not after.

Custom helpers

A reviewer with your standards.

Effort and model

The other quality dial.

Seeing what changed

Check it yourself.