GitHub improves Copilot code review with new tools
GitHub has introduced a set of generally available updates for Copilot code review. The changes are designed to make review progress easier to track, reduce repeated findings and clarify commits created from accepted suggestions.

A clearer record of review progress
GitHub says Copilot code review now provides a clearer view of how a pull request review changes over time. The updated experience is generally available and is centered on a refreshed overview comment that records Copilot’s current assessment of the pull request, the review effort level it used and a summary of the findings identified during its review.
The overview groups findings into three categories. “Open” covers issues that have not yet been addressed and may include a new label when the issue was introduced by a new commit. “Resolved since last review” identifies issues that Copilot has validated as fixed after an earlier review. Each of those findings includes its severity and a link to the related inline comment.
A third category, “Previously missed,” covers issues that were not introduced by a new commit but were discovered later in existing changes during a subsequent Copilot review. GitHub says this section includes the exact details of those comments because they are not posted elsewhere on the pull request.
The overview keeps earlier context
The new review overview is intended to preserve a record of progress as developers push additional commits and request further reviews. GitHub says Copilot’s findings are logged over time, allowing users to focus on issues that still require attention rather than reconstructing the history manually.
The prior pull request summary and per-file summaries remain available as part of the experience. This means the refreshed overview adds a current and historical view without removing the earlier summary information. The source material does not specify any changes to how users request a review or to the underlying pull request workflow.
Titles make findings easier to scan
Copilot code review comments now include a title that concisely describes what was found. GitHub says these titles serve as at-a-glance descriptions of Copilot’s findings and are also used in the issue list within the overview comment.
The change is intended to help developers prioritize which findings to investigate first. Instead of relying only on the full text of each inline comment, users can scan the titles in the overview and move from a listed issue to the relevant code through the linked comment when more detail is needed.
More deliberate automatic resolution
GitHub has also improved how Copilot automatically resolves its own review comments. The updated behavior considers whether a finding was addressed between reviews, allowing comments to reflect the state of the code after later commits.
The system now honors a reply asking Copilot to leave an issue open. According to GitHub, Copilot also resolves comments with a stated reason based on subsequent commits. The available reasons are “Won’t Fix” and “Incorrect,” giving the resolution more context than a status change alone.
These changes are aimed at reducing unnecessary review noise while preserving issues that developers have explicitly asked to keep open. The source does not describe additional resolution reasons or explain how the system distinguishes every possible code change from a fix.
Generated messages for accepted batches
When developers commit an eligible, complete batch of Copilot code review suggestions, Copilot can now generate a relevant commit title and an optional description based on the selected changes. GitHub describes this as a way to make resulting commits easier to understand.
The batches are not limited exclusively to Copilot comments. GitHub says a batch can also contain non-Copilot comments and still receive a generated commit message. The feature applies to eligible, complete batches, although the announcement does not define the eligibility criteria or identify a specific limit on the number of suggestions.
General availability
GitHub describes all of these updates as generally available. Together, the changes focus on review continuity, more informative findings and clearer follow-up actions: the overview shows what remains open, what has been resolved and what Copilot found later; comment titles make individual issues easier to scan; improved automatic resolution reflects subsequent review activity; and generated messages add context when accepted suggestions are committed.
The announcement presents the updates as improvements to the Copilot code review experience rather than as a change to the scope of code review itself. It does not provide pricing information, rollout dates beyond the general-availability statement or technical details about the models and systems behind the features.
Sources
- GitHub ChangelogCopilot code review: An improved review experience