Copilot 代码评审:Agent skills 和 MCP 现已正式发布
面向所有 Copilot Pro、Pro+、Business 和 Enterprise 用户,Copilot 代码评审对 Agent skills 和 MCP 服务器的支持现已正式发布。此前这些能力已在公开预览中宣布……
Copilot code review: Agent skills and MCP now generally available
详细说明
Back to changelog
-
What's included
-
What's new
-
Getting started
Copilot code review support for agent skills and MCP servers is now generally available for all Copilot Pro, Pro+, Business, and Enterprise users. Previously announced in public preview , these capabilities let you bring your team’s tools, standards, and external context directly into every code review.
What’s included
All MCP tool calls performed by Copilot code review will be limited to read-only.
- Agent skills let Copilot code review invoke your team’s internal tools and coding standards during a review. Add a SKILL.md file under a skill subdirectory in .github/skills to extend Copilot’s analysis with context and instructions specific to your repository or organization.
- MCP server connections pull context from third-party platforms your team already uses (e.g., issue trackers, documentation systems, service catalogs) directly into the review.
- Any MCP configurations you’ve already set up for Copilot cloud agent automatically apply to Copilot code review. Note that the GitHub and Playwright MCP will be turned on by default.
What’s new
- Attribution on skills and MCP comments : Copilot code review now indicates when a comment was generated using agent skills or MCP context, so you can see your skills and MCP servers in action.
Getting started
If you configured agent skills or MCP servers during the public preview, no changes are needed. Your existing setup continues to work now that these features are generally available.
For new users:
-
What's included
-
What's new
-
Getting started
Share
Copied
Shared
Back to changelog
- MCP servers : Add your MCP configuration under repository settings → Copilot → MCP servers . Store authentication tokens under repository settings → Secrets and variables → Agents . See example MCP configurations to get started.
- Agent skills : Under .github/skills , create a skill-specific directory, then add a SKILL.md file to that directory with the context and instructions you want Copilot code review to use. For more details, see the agent skills documentation .