# Code Review (/docs/verdent-cloud/coding-workflows/code-review)

> Ask Verdent Cloud to inspect changes, explain risks, and suggest fixes.



Use Code Review when you want Verdent to inspect a change before publishing or merging it. In Cloud, review work happens against the files and Git state available in the Cloud workspace.

<CardGroup cols="2">
  <Card title="Review generated changes">
    Ask Verdent to summarize what changed and point out risky areas.
  </Card>

  <Card title="Fix review findings">
    Follow up in the same task to apply fixes, re-run checks, or prepare a cleaner diff.
  </Card>
</CardGroup>

## Good review prompts [#good-review-prompts]

* “Review the latest changes before I publish.”
* “Look for broken states in this checkout flow.”
* “Find risky refactor issues and propose fixes.”
* “Summarize the diff and list tests I should run.”
