Dev tools

GitHub Copilot can now fix up to 25 code-quality findings in one pull request, in a single click

September 9, 2026 at 9:30 AM PT

The Copilot agentic autofix panel in the GitHub Code Quality view

Image: GitHub

Why it mattersThe Code Quality backlog stops being a per-finding queue and becomes a batched pull request, which changes who runs it: a reviewer who used to skip past small findings now clears them in one action.

GitHub announced on 9 September 2026 that agentic autofix for its Code Quality tool is now available in general release. The change lets a reviewer select up to 25 standard findings on a Code Quality page and assign the entire batch to Copilot in one action, rather than working through them one finding at a time.

What Copilot does with the batch

GitHub says Copilot takes the selected findings, opens a branch, "starts fixing them agentically", validates its own changes and opens a pull request. A reviewer then approves the PR the same way they would review any other change. The "Assign to Copilot" button replaces the older "Generate fix" flow for a single finding, so the same action drives one finding or twenty-five.

The change does not affect who can use Code Quality. GitHub says agentic autofix follows the enterprise policy already in place for Code Quality, with no new setting to configure. If an enterprise permits Code Quality on a repository, bulk remediation is on for that repository too.

Where it runs

Bulk agentic autofix ships for repositories with GitHub Code Quality enabled, on GitHub Team and GitHub Enterprise Cloud, and GitHub says this includes Enterprise Cloud with data residency. It is not listed for GitHub Enterprise Server, which had its 3.22 release the day before with a different set of Copilot changes.

Each run consumes Copilot AI credits, the same billing unit as other Copilot actions. GitHub does not put a number on the cost per finding, so a team turning this on for a large backlog will only see the price after the first few batches.

The change in the workflow

The interesting number in this release is 25. On a busy repository the Code Quality view often carries dozens or hundreds of findings, and the previous ceiling of one fix per assignment meant the queue survived any single reviewer sitting down to clear it. Twenty-five per batch turns clearing the backlog into a real afternoon of work rather than a project.

The tradeoff is trust. Copilot's own validation is not a substitute for the reviewer's judgement, and the announcement makes the reviewer's role explicit: Copilot opens the PR, and the PR is still merged by a person. On a code-quality backlog that is often full of small, well-scoped fixes ("unused variable", "missing null check", "duplicated string literal"), that split of labour reads reasonable. On a larger finding it may not.

Two lines to watch after turning this on: how often the resulting PRs get merged without further edits, and how the AI-credit bill moves. Both are measurable from day one, and both decide whether this becomes a routine or a curiosity.

Source

Source: GitHub

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

GitHub Copilot code review can now approve pull requests, off by default across three admin levels

GitHub Copilot code review can now submit approvals that count toward a repository's merge requirements, and admins decide whether to turn that on at three levels.

Source: Vendor blogDev tools

BoardUI releases 62 MIT React components built for agent interfaces

BoardUI published 62 React components under MIT covering the parts an agent product needs, including streaming chat, thinking indicators and a streaming task log.

Source: GitHubDev tools

A harness plugin measures the tool-call tax and puts one file read at 4.44 ms

ToolRush publishes before-and-after latency for four tool-call paths in the Hermes Agent harness, putting a native file read at 4.44 ms against 255.23 ms on the stock shell path.

Source: GitHubDev tools