cd /news/ai-products/copilot-code-review-an-improved-revi… · home topics ai-products article
[ARTICLE · art-134163] src=github.blog ↗ pub= topic=ai-products verified=true sentiment=↑ positive

Copilot code review: An improved review experience

GitHub made its improved Copilot code review experience generally available, adding a refreshed overview comment that groups findings into Open, Resolved since last review, and Previously missed, plus titles on each review comment. Copilot now auto-resolves its own comments with a resolution reason of either Won't Fix or Incorrect, honors replies that leave an issue open, and generates a commit title and optional description when a user commits an eligible batch of suggestions. The changes aim to help developers focus on findings that still need attention and make resulting commits easier to understand.

by read2 min views1 publishedSep 18, 2026
Copilot code review: An improved review experience
Image: GitHub Changelog

Copilot code review now gives you a clearer view of how a review changes over time, more intelligently auto-resolves its own suggestions, and generates useful commit messages when you accept eligible suggestions in a batch. These updates help you focus on findings that still need attention and make the resulting commits easier to understand. These updates are now generally available.

🔍 Clearer review progress at a glance #

The refreshed overview comment shows Copilot’s current assessment of your pull request, the review effort level it used, and lists a summary of the findings it identified in its review. Findings are now grouped into:

  • Open: Issues that have not been addressed yet. These may have anew label, indicating that they were introduced by a new commit.
  • Resolved since last review: Copilot has validated that you’ve fixed those issues it found earlier. Each finding includes its severity and a link to the corresponding inline comment, so you can quickly move from the overview to the relevant code.
  • Previously missed: Issues not introduced by a new commit, but newly found in your existing changes by Copilot’s subsequent review. This section includes the exact details of those comments, as they are not commented anywhere else on your pull request.

As you push additional commits and request another review, the overview preserves your progress and logs Copilot’s findings. The prior pull request summary and per-file summaries also remain available.

Comment titles

Each Copilot code review comment now contains a title concisely describing what was found. These titles are used in the aforementioned overview comment’s issue list and as at-a-glance descriptors of Copilot findings. This way you can prioritize the findings you want to look into first.

Comments are now auto-resolved more intelligently

New auto-resolution capabilities allow GitHub Copilot to resolve its own comments based on whether they were addressed between reviews. These capabilities have now been improved:

  • When a Copilot code review comment gets a reply to leave the issue open, it honors that reply.
  • Copilot now resolves comments with a resolution reason, either Won't Fix orIncorrect , based on your subsequent commits.

✍️ Smart commit messages for batch suggestions #

When you commit an eligible, complete batch of Copilot code review suggestions, Copilot now generates a relevant commit title and an optional description based on the selected changes. Batches can also contain non-Copilot comments and will still receive smart commit messages.

── more in #ai-products 4 stories · sorted by recency
── more on @github 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/copilot-code-review-…] indexed:0 read:2min 2026-09-18 ·