---
title: "Request Copilot code review from GitHub CLI"
url: https://daily.dev/posts/request-copilot-code-review-from-github-cli-ftstxay4d
source_url: https://github.blog/changelog/2026-03-11-request-copilot-code-review-from-github-cli
type: article
source: "GitHub Changelog"
published: 2026-03-11T18:39:03.711Z
updated: 2026-03-11T18:39:22.826Z
tags: ["github", "code-review"]
reading_time: 2
upvotes: 14
comments: 2
language: en
---

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

# Request Copilot code review from GitHub CLI

**[GitHub Changelog](https://daily.dev/sources/github_updates)** · 2 min read · 14 upvotes · 2 comments

## Summary

GitHub CLI v2.88.0 now lets you request a GitHub Copilot code review directly from the terminal, without switching to the browser. You can add Copilot as a reviewer non-interactively with `gh pr edit --add-reviewer @copilot` or through interactive prompts when using `gh pr create` or `gh pr edit`. The release also improves reviewer and assignee selection with a search-as-you-type experience, replacing the previous approach of loading all collaborators upfront — boosting performance for large organizations and fixing accessibility issues with screen readers.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.blog/changelog/2026-03-11-request-copilot-code-review-from-github-cli>

## Community discussion

Top comments from developers on daily.dev.

**@fabianletsch** · 0 upvotes

> We have copilot running on every pr, no need to request it via CLI because its already there.
>
>
> ...well maybe for second reviews.

## Similar posts on daily.dev

- [GitHub Copilot CLI 101: How to use GitHub Copilot from the command line](https://daily.dev/posts/github-copilot-cli-101-how-to-use-github-copilot-from-the-command-line-frdjj35bh) · GitHub Blog · 3 upvotes · 0 comments
- [Copilot code review: Customization and configurability improvements](https://daily.dev/posts/copilot-code-review-customization-and-configurability-improvements-qggd4q79w) · GitHub Changelog · 0 upvotes · 0 comments
- [GitHub Copilot app is now available in technical preview](https://daily.dev/posts/github-copilot-app-is-now-available-in-technical-preview-il6nmtnxx) · GitHub Changelog · 7 upvotes · 3 comments

---

Tags: [#github](https://daily.dev/tags/github), [#code-review](https://daily.dev/tags/code-review)

[View this post on daily.dev](https://daily.dev/posts/request-copilot-code-review-from-github-cli-ftstxay4d)
