Improvement

February 24, 20261 Minute Read

GitHub Code Quality: Organization-level dashboard in public preview

GitHub Code Quality now includes an organization-level dashboard in public preview. It gives organization owners, administrators, and developers a view of code health across repositories where code quality is enabled.

Screenshot of a GitHub organization’s "Security" section with "Code quality" selected in the left sidebar. The main panel shows the Code quality dashboard with a "Score distribution across repositories" bubble chart plotting maintainability (y-axis) versus reliability (x-axis).

To view the dashboard, go to the “Code quality” section under the organization-level Security tab. You can quickly assess code health across your organization, compare metrics across repositories, and identify which repositories need attention. You can also sort and filter repositories by reliability, maintainability, and other quality attributes.

The dashboard respects repository permissions:

  • Organization owners and administrators can view information for all repositories.
  • Developers can view information for repositories where they have write access.

This dashboard is available to organizations participating in the GitHub Code Quality public preview on github.com, as well as on GitHub Enterprise Cloud with data residency. Learn more in the GitHub Code Quality documentation.

Join the discussion and share feedback in the GitHub Code Quality announcement.

Subscribe to our developer newsletter

Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.

By submitting, I agree to let GitHub and its affiliates use my information for personalized communications, targeted advertising, and campaign effectiveness. See the GitHub Privacy Statement for more details.

GitHub Code Quality: Organization-level dashboard in public preview - GitHub Changelog