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

# review

> Open a review request for the current branch

The `review` command opens a review request for the current branch, so teammates can review your changes before they are merged.

```bash theme={null}
dv review <title> [--into <base_ref>] [-d <description>]
```

`<title>` is the review title.

`[--into <base_ref>]` sets the target branch to merge the review into. Defaults to the repository's default branch.

`[-d <description>]` adds a review description.
