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

# Review a branch

> Ask Veryfront Agent to review branch changes before merge or release.

Use this guide when you want Agent to find bugs, regressions, missing tests, or unclear docs.

## Name the review target

Tell Agent what to compare and what kind of risk matters.

```text theme={null}
Review the current branch against main.
Focus on bugs, regressions, security risks, and missing tests.
```

## Set the review standard

Ask for findings first, with file and line references.

```text theme={null}
List findings by severity.
Include file and line references.
Keep summaries after the findings.
```

## Ask for verification

Ask Agent to run or recommend checks that match the changed surface.

```text theme={null}
Run the relevant tests if they are available.
If a check is missing, explain the risk.
```

## Turn findings into fixes

After review, ask Agent to fix confirmed issues.

```text theme={null}
Fix the high-confidence findings only.
Do not refactor unrelated code.
Rerun the checks after the fixes.
```

## Next

| Goal                    | Page                                               |
| ----------------------- | -------------------------------------------------- |
| Debug a failure         | [Debug a project](/agent/guides/debug-a-project)   |
| Change project behavior | [Change a project](/agent/guides/change-a-project) |

## Related

| Page                                                | Use it to                              |
| --------------------------------------------------- | -------------------------------------- |
| [Project instructions](/agent/project-instructions) | Define branch, test, and review rules. |
| [Child forks](/agent/child-forks)                   | Understand isolated review runs.       |
