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

# Review and merge a pull request

> Review agent diffs from the phone and merge when GitHub is connected.

When the pipeline opens a PR, the task moves to **In review**.

## Review in the app

1. Open the task.
2. Open the diff / file changes view.
3. Check merge status. Conflict and file lists come from **local git** on the daemon. GitHub may add mergeability hints when connected.

## Leave feedback

Add review comments in the app or on GitHub. Trigger a **rerun** or continuation so the agent addresses them on the same durable session / branch.

## Merge

With GitHub connected:

1. Confirm the PR looks right.
2. Merge from the app or on GitHub.
3. On merge, the task becomes **Done** (`completed`).

Without GitHub, you still have the local branch and worktree on the machine. Push/open the PR yourself with your normal git remote workflow.

## Merge-check without guessing

Core merge-check runs on the daemon. It does not require OAuth. Treat GitHub’s `mergeable` fields as hints layered on top of git results.
