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

# GitHub Copilot CLI

> Install Merv into Copilot CLI from the Claude-compatible marketplace and authenticate in-client.

## Install and sign in

```bash theme={"theme":{"light":"github-light","dark":"dark-plus"}}
copilot plugin marketplace add rapidreview-io/Merv
copilot plugin install merv@rapidreview
```

Start Copilot and run `/mcp auth merv`. Update with `copilot plugin update merv@rapidreview`.

<Check>
  Ask the agent to call `project(action="list")`, then `workflow.status_and_next(project_id)`. Follow along in the web UI at [rapidreview.io/merv](https://rapidreview.io/merv).
</Check>

`/mcp auth merv` is an in-client command, not a shell command.

## Skills and reviewers

Copilot CLI reuses the Claude-compatible marketplace: skills and reviewer agents are auto-discovered. See [Reviewer handoff](/docs/merv/clients/reviewer-handoff).

## Long runs

No client-specific wake recipe is documented for this client yet; the generic one applies — a background shell running `merv-runs-wait --url <wait_url>`, whose exit wakes the agent. See [Long runs](/docs/merv/clients/long-runs).

<Warning>
  GitHub's **cloud** coding agent is a different surface: it does not do OAuth for remote MCP and needs a configured secret. The OAuth path above is the interactive Copilot CLI only.
</Warning>
