惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
U
Unit 42
M
MIT News - Artificial intelligence
小众软件
小众软件
P
Proofpoint News Feed
雷峰网
雷峰网
L
LangChain Blog
S
SegmentFault 最新的问题
腾讯CDC
F
Fortinet All Blogs
A
About on SuperTechFans
WordPress大学
WordPress大学
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
Recent Announcements
Recent Announcements
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog

Archive: 2026 - GitHub Changelog

MAI-Code-1-Flash for Copilot Business and Copilot Enterprise - GitHub Changelog GitHub Desktop 3.6: Worktrees and deeper Copilot integration - GitHub Changelog Copilot code review: Analysis depth and efficiency updates - GitHub Changelog Enterprise-managed settings now support strictKnownMarketplaces in VS Code and GitHub Copilot CLI - GitHub Changelog Saved views for repository issues - Public Preview and adjustable row heights in projects - GitHub Changelog More control over your GitHub-hosted runners - GitHub Changelog Actions steps can now be run in parallel - GitHub Changelog npm adds preventive account protection for high-impact accounts - GitHub Changelog Red Hat Enterprise Linux runner images are now in public preview - GitHub Changelog GitHub Copilot for Jira is now generally available - GitHub Changelog Cost centers now support enterprise teams - GitHub Changelog Self-service credential revocation for incident response - GitHub Changelog Changes to model selection for Free and Student plans - GitHub Changelog Secret scanning adds extended metadata for Replicate secrets - GitHub Changelog Fetch Code Quality findings via REST API - GitHub Changelog Automatic Dependabot access to GitHub-hosted registries - GitHub Changelog Copilot CLI: New terminal interface is generally available - GitHub Changelog Deprecation of Python 3.9 for Dependabot - GitHub Changelog GitHub Copilot app support for BYOK - GitHub Changelog New features and Claude as agent provider preview in JetBrains IDEs - GitHub Changelog AI credits consumed per user now in the Copilot usage metrics API - GitHub Changelog Upcoming deprecation of Opus 4.6 (fast) - GitHub Changelog MAI-Code-1-Flash available on more Copilot surfaces - GitHub Changelog Copilot code review: AGENTS.md support and UI improvements - GitHub Changelog Detecting Duplicate Issues - Public Preview and issue fields MCP support for GitHub Issues - GitHub Changelog Copilot-authored pull requests now included in author searches - GitHub Changelog Repository switcher generally available in global navigation - GitHub Changelog Actions: Build custom images from custom images - GitHub Changelog Safer pull_request_target defaults for GitHub Actions checkout - GitHub Changelog Control who and what triggers GitHub Actions workflows - GitHub Changelog
Shape Copilot code review around your team
Allison · 2026-06-03 · via Archive: 2026 - GitHub Changelog

Copilot code review adapts to your team’s tools and standards and scales its depth to the complexity of each change. Today we’re shipping two public previews:

  • Agent skills and MCP support that bring your organization’s context into every review
  • A new medium analysis tier that routes complex pull requests to a higher-reasoning model

Bring your tools and standards into every review with skills and MCP

A lot of what reviewers need to know lives in other tools, not in the diff itself. Agent skills and MCP bring that context into Copilot’s reviews, ensuring that reviews don’t stall on questions already answered elsewhere. This means senior engineers stop being the bottleneck for consistency across repositories.

  • Custom agent skills invoke your team’s internal tools and standards during a review, extending Copilot beyond its built-in analysis.
  • MCP server connections, once configured, pull context directly into the review from the third-party platforms and internal systems your team already uses, including issue tracking, documentation, service catalogs, and incident tooling.
  • Configurable Actions workflows give you control over the compute and environment Copilot uses for review.
  • Shared configuration across review and cloud agent means platform teams invest once and get consistent behavior across both agents.

Match review depth to complexity with the new medium analysis tier

Review depth should scale with the complexity of the change. The new Medium tier routes pull requests to a higher-reasoning model purpose-built for deeper analysis of complex logic, security-sensitive code, and cross-service changes. Low remains a fast, cost-efficient default for straightforward work like docs and small repositories. This enables you to invest compute where it matters most and conserve it everywhere else.

  • Admins set Low or Medium per repository to align review intensity with code complexity and business value.
  • Medium delivers more actionable comments with fewer false positives and catches subtle bugs lighter reviews miss.
  • Medium consumes more AI Credits than Low, with clear cost signals so admins can manage spend under usage-based billing.

Getting started

These features are available in public preview for existing Copilot Pro, Pro+, Business, and Enterprise users. Copilot code review can also be enabled for non-Copilot users via Direct Org Billing.

Setting up MCP servers for Copilot code review

  1. Add your desired JSON MCP configuration under repository settings → CopilotMCP servers.
  2. Store your token required for MCP authentication under repository settings → Secrets and variablesAgents.

Note: Any existing MCP configurations for Copilot cloud agent will now apply to Copilot code review automatically.

Read the docs to find examples of common MCP configurations you can get started with.

Setting up agent skills for Copilot code review

  1. If one does not exist within your repository, create a .github/skills directory.
  2. Under .github/skills, create a code-review or similarly named directory to ensure that Copilot code review will read and utilize the skill.
  3. Create a SKILL.md file containing the relevant context and instructions you want Copilot code review to utilize.

Note: Existing agent skills within the .github/skills directory will automatically be available to use by Copilot code review if relevant to the review.

For more information, read our docs on agent skills.

View and change your review tier

  1. Navigate to repository settings → CopilotCode reviewReview effort level.
  2. Select your desired review depth in the dropdown.

Product UI image in repo setting to show how admins set review depth options

For more details, read our docs on medium tier reviews.

Join the discussion within GitHub Community.