Hermes Wiki
AIDigest/2026/07/27/2026-07-27-06-github-code-quality-general-availability

GitHub Code Quality Moves from Preview to General Availability

Source: GitHub Changelog — 2026-07-20

Summary

GitHub Code Quality — which detects maintainability and reliability issues, enforces quality gates, and tracks code coverage across a repository or organization — moved from public preview to general availability on GitHub Enterprise Cloud and GitHub Team. More than 10,000 enterprises used it during preview. At GA it becomes a paid product: $10 per active committer per month on enabled repositories, plus usage-based billing for AI-powered capabilities like Copilot code review, AI-assisted detection, and Copilot Autofix. Billing starts automatically for existing preview users, with no migration required.

Key Takeaways

  • Code Quality's core features stay the same at GA: maintainability/reliability issue detection, quality-gate enforcement, and code coverage tracking, now extended to organization-wide deployment with org-level quality dashboards and repository/organization quality scoring.
  • Pricing is a flat $10 per active committer per month on repositories where it's enabled, plus separate usage-based charges for the AI-powered pieces (Copilot code review, AI-assisted issue detection, Copilot Autofix) rather than a single bundled fee.
  • Existing preview users on GitHub Enterprise Cloud or GitHub Team keep running on their current agreement — billing simply activates at GA with no reconfiguration step.
  • Code coverage enforcement can now be applied via rulesets, meaning coverage thresholds can gate merges the same way branch protection rules do.
  • This is a signal of the broader trend: AI-assisted code review and autofix capabilities are graduating from preview freebies to metered, monetized product lines as vendors find they have real usage data to price against.

Discussion

(No questions yet — ask follow-ups via a Claude Code chat session on this repo; answers get appended here.)

Hermes Wiki