GitHub Copilot Code Review Gets a Clearer Progress Overview
GitHub Copilot code review now organizes its pull request overview comment into three clear categories: Open, Resolved since last review, and Previously missed, making it easier to see at a glance which findings still need attention. Each review comment also gets a concise title describing what was found, so developers can prioritize which issues to look into first. The update, generally available as of September 18, 2026, builds on Copilot code review's existing auto-resolution and commit-message features by giving the overview comment a persistent, evolving summary across multiple review rounds.
Key Takeaways
- GitHub Copilot's review overview comment now groups every finding into Open, Resolved since last review, or Previously missed, replacing a flat list with a status-driven summary.
- Previously missed findings get full inline detail in the overview itself, since they are not posted anywhere else on the pull request.
- Every Copilot code review comment now carries a short, descriptive title, making large reviews easier to triage without opening each thread.
- The overview comment now persists and accumulates across review rounds, so progress from earlier commits is not lost when a new review runs.
- Auto-resolution now honors developer replies that ask to keep a comment open, instead of always closing it once a related commit lands.
- Resolved comments now carry an explicit "Won't Fix" or "Incorrect" resolution reason, and applying a batch of suggestions in one action now generates a smart commit message for the whole batch.
Clearer Review Progress at a Glance
GitHub Copilot code review's overview comment has been refreshed to show Copilot's current assessment of a pull request, the review effort level it used, and a summary of the findings it identified. Findings are now grouped into three categories. Open findings are issues that have not been addressed yet, and may carry a "new" label when they were introduced by a new commit. Resolved since last review findings are issues Copilot has validated as fixed, each including its severity and a link to the corresponding inline comment. Previously missed findings are issues that were not introduced by a new commit but were newly found in existing changes during a later review; because they are not commented anywhere else on the pull request, this section includes their full details.
As a developer pushes additional commits and requests another review, the overview comment preserves that progress and keeps a log of Copilot's findings across rounds. The pull request summary and per-file summaries that Copilot already generated continue to remain available alongside the new grouped overview.
Comment Titles
Every Copilot code review comment now includes a title that concisely describes what was found. These titles appear both in the overview comment's issue list and as at-a-glance descriptors on the comments themselves, letting developers scan a large review and decide which findings to investigate first without opening each comment individually.
Auto-Resolution and Batch Commit Messages Get Sharper
Alongside the overview redesign, GitHub Copilot refined two review-experience features it shipped earlier in September. Auto-resolution, which already closes a Copilot comment once a follow-up commit addresses it, now also honors a developer's reply asking to keep an issue open, and it resolves comments with an explicit reason, either "Won't Fix" or "Incorrect," based on what the following commits do. Separately, when a developer commits an eligible, complete batch of Copilot's suggestions in one action, Copilot now generates a relevant commit title and an optional description for that batch, rather than only for single suggestions applied one at a time. Batches that mix Copilot suggestions with other, non-Copilot comments still receive these smart commit messages.