Add review cycles and time to adoption phases in the usage API GitHub added two new code-review velocity metrics to the Copilot usage metrics API: median time to first review and median number of review cycles per merged pull request, broken down by AI adoption phase. The metrics help organizations quantify how Copilot adoption affects review speed and iteration efficiency. Add review cycles and time to adoption phases in the usage API The Copilot usage metrics API now reports two additional code-review velocity metrics for each AI adoption phase, extending the adoption phase cohorts fields available in the enterprise and organization reports. Alongside the existing per-phase merge time and merge counts, you can now compare how quickly pull requests are reviewed and how many review cycles they take across your adoption cohorts. What’s new whats-new Each phase entry in the totals by ai adoption phase breakdown now includes two new fields: : The median time, in minutes, from when a pull request is created to its first review. avg pull requests minutes to review : The median number of review submissions a pull request receives before it merges. avg pull requests review cycles Both metrics are scoped to merged pull requests and attributed to each pull request’s merge day, so every pull request is counted exactly once. Pull requests that are reviewed but never merged do not contribute to either metric. Why this matters why-this-matters Review latency and review-cycle counts are leading indicators of engineering throughput. By breaking them out by AI adoption phase, you can see whether teams with deeper Copilot adoption get their pull requests reviewed faster and iterate through fewer review cycles. This helps quantify the downstream impact of Copilot on your review process and helps you target enablement where it moves the needle most. Important notes important-notes - These metrics appear in both the enterprise and organization 1-day and 28-day reports. - Because they are scoped to merged pull requests, review latency and cycle counts reflect work that actually landed. - Phase definitions and cohort assignment are unchanged. For details, see the adoption phase cohorts announcement https://github.blog/changelog/2026-05-29-copilot-usage-metrics-api-adds-cohorts-for-ai-adoption/ . Visit the Copilot usage metrics API documentation https://docs.github.com/rest/copilot/copilot-usage-metrics to get started.