> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comet.rpamis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Review mode

> Choose off, standard, or thorough review behavior for Comet full workflows and presets.

`review_mode` controls how much automatic review Comet performs during build and verify.

<p align="center">
  <img src="https://mintcdn.com/comet-bb5f5294/BZVRznxkRMyQif0t/assets/review-mode-illustrations/01-review-mode-gradient.png?fit=max&auto=format&n=BZVRznxkRMyQif0t&q=85&s=4e7d2c06b21355fcce81be9b7a271e31" alt="Xiaoyu arranges off, standard, and thorough review modes by review strength and cost" width="800" data-path="assets/review-mode-illustrations/01-review-mode-gradient.png" />
</p>

## Mode selection

| Mode       | Behavior                                | Use when                               |
| ---------- | --------------------------------------- | -------------------------------------- |
| `off`      | No automatic review dispatch.           | Hotfixes or very small local work.     |
| `standard` | Default review depth for full workflow. | Normal feature work.                   |
| `thorough` | More exhaustive review.                 | High-risk changes or public contracts. |

Project defaults live in `.comet/config.yaml`; each change snapshots the value into `.comet.yaml`.

## Presets

Hotfix and tweak default to `off` to keep lightweight paths lightweight. You can raise the mode before verify when risk warrants it.

## Next steps

* [Workflow concepts](/en/concepts/workflow)
* [Verify phase](/en/phases/verify)
