github GitHub Changelog ·

GitHub Copilot Introduces Agentic Autofix for Code Quality Findings

aigaengineer
feature

GitHub Copilot now offers an 'agentic autofix' capability to help engineers efficiently remediate Code Quality findings within their repositories. This feature allows users to select up to 25 standard findings and assign them to Copilot, which then autonomously fixes them on a branch, validates changes, and opens a pull request. The 'Assign to Copilot' action replaces the individual 'Generate fix' option, streamlining the workflow for single or bulk remediations. This functionality is available for GitHub Team and Enterprise Cloud repositories with Code Quality enabled, consuming AI credits and adhering to existing enterprise policies.

Features (1)
  • Agentic Autofix for Code Quality Findings

    GitHub Copilot can now automatically fix up to 25 Code Quality findings at once through its new agentic autofix capability. It generates fixes on a new branch, validates its own changes, and then creates a pull request for review. This feature integrates with existing enterprise policies and replaces the 'Generate fix' option for individual findings.

Read the original announcement →

https://github.blog/changelog/2026-09-09-remediate-code-quality-findings-with-agentic-autofix

Related releases