> ## Documentation Index
> Fetch the complete documentation index at: https://ade-ac1c6011-ade-mobile-chat-stability-54bd7ef0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Pull requests

> Create, review, and merge GitHub PRs that are tied to ADE lanes.

The PRs tab connects ADE lanes to GitHub review. It shows open PRs, CI, reviews, comments, changed files, stack relationships, and merge readiness.

## What PRs gives you

<CardGroup cols={3}>
  <Card title="Lane links" icon="link">
    Know which lane produced which PR.
  </Card>

  <Card title="Review state" icon="circle-check">
    See approvals, requested changes, comments, and CI failures.
  </Card>

  <Card title="Stack support" icon="layer-group">
    Keep stacked PRs targeted at the right base branches.
  </Card>
</CardGroup>

## Create a PR from a lane

<Steps>
  <Step title="Finish the lane change">
    Review the diff, run the right tests, and commit the work.
  </Step>

  <Step title="Open PR action">
    Use the lane inspector, PRs tab, or chat prompt to create a PR.
  </Step>

  <Step title="Review the generated draft">
    ADE can prefill the title and body from commits, diff, linked issues, and proof.
  </Step>

  <Step title="Create in GitHub">
    Submit as draft or ready for review.
  </Step>
</Steps>

## Handle review feedback

Open the PR, read comments and failing checks, then ask an agent in the PR's lane to address a specific issue. Keep the loop narrow:

```text theme={null}
Fix the failing lint check on PR #142. Read the check output first and only change what is needed.
```

## Stacked PRs

When lanes are stacked, ADE keeps each PR targeted at the correct parent branch. After a parent lands, use the PR and Lanes views to rebase or retarget the remaining work.

<Note>
  ADE uses your GitHub authentication. If PR data is missing, check GitHub access in Settings.
</Note>
