觉
AI觉醒星球
Awakening is here
Knowledge File / AI小生意项目库
2026-07-30 2 浏览 免费阅读

Copilot 代码审查:Agent 技能和 MCP 现已全面可用

GitHub 宣布 Copilot 代码审查现已全面支持 Agent 技能和 MCP 服务器,所有 Pro、Pro+、Business 和 Enterprise 用户均可使用,可将团队内部工具、标准和外部上下文引入每次代码审查,并默认启用 GitHub 和 Playwright MCP。

SOURCE / AI小生意项目库 MIN / 9 ACCESS / 免费阅读 POST / 2026-07-30 05:26:19

原贴

查看原文
作者:Allison 来源站点:github.blog 原贴时间:

原文

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. 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. All MCP tool calls performed by Copilot code review will be limited to read-only. 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. All MCP tool calls performed by Copilot code review will be limited to read-only. 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. 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. 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. 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 .

中文翻译

Copilot 代码审查对 Agent 技能和 MCP 服务器的支持现已全面可用,适用于所有 Copilot Pro、Pro+、Business 和 Enterprise 用户。此前在公开预览中宣布,这些功能让您可以将团队的工具、标准和外部上下文直接带入每次代码审查。

Agent 技能让 Copilot 代码审查在审查期间调用团队内部工具和编码标准。在 .github/skills 下的技能子目录中添加 SKILL.md 文件,即可通过特定于您的仓库或组织的上下文和说明扩展 Copilot 的分析。

MCP 服务器连接将团队已使用的第三方平台(例如问题跟踪器、文档系统、服务目录)的上下文直接拉入审查。Copilot 代码审查执行的所有 MCP 工具调用将仅限于只读。您已经为 Copilot 云代理设置的任何 MCP 配置将自动应用于 Copilot 代码审查。请注意,GitHub 和 Playwright MCP 将默认启用。Copilot 代码审查执行的所有 MCP 工具调用将仅限于只读。您已经为 Copilot 云代理设置的任何 MCP 配置将自动应用于 Copilot 代码审查。请注意,GitHub 和 Playwright MCP 将默认启用。

关于技能和 MCP 评论的归属:Copilot 代码审查现在会指示评论是使用 Agent 技能还是 MCP 上下文生成的,因此您可以看到技能和 MCP 服务器的实际运行情况。如果您在公开预览期间配置了 Agent 技能或 MCP 服务器,则无需更改。现有的配置现在可以继续使用,因为这些功能已全面可用。

MCP 服务器:在仓库设置 → Copilot → MCP 服务器下添加您的 MCP 配置。在仓库设置 → 机密和变量 → Agents 下存储身份验证令牌。查看示例 MCP 配置以开始使用。

Agent 技能:在 .github/skills 下,创建一个特定于技能的目录,然后向该目录添加 SKILL.md 文件,其中包含您希望 Copilot 代码审查使用的上下文和说明。有关更多详细信息,请参阅 Agent 技能文档。

核心信息

GitHub 宣布 Copilot 代码审查现已全面支持 Agent 技能和 MCP 服务器,所有 Pro、Pro+、Business 和 Enterprise 用户均可使用,可将团队内部工具、标准和外部上下文引入每次代码审查,并默认启用 GitHub 和 Playwright MCP。

  • GitHub 宣布 Copilot 代码审查现已全面支持 Agent 技能和 MCP 服务器,所有 Pro、Pro+、Business 和 Enterprise 用户均可使用,可将团队内部工具、标准和外部上下文引入每次代码审查,并默认启用 GitHub 和 Playwright MCP。
  • 原贴提到:Copilot code review support for agent skills and MCP servers is now gene
  • 来源:github.blog

详细解读

这是什么信号?

GitHub 将 Copilot Code Review 的 Agent Skills 和 MCP 支持从预览转为正式发布,标志着 AI 辅助代码审查从“通用规则检查”升级为“企业级上下文感知审查”。这不仅是功能迭代,更是 AI 编程工具向深度集成团队工作流迈出的关键一步。

为什么重要?

传统代码审查依赖静态规则和人工经验,而 Agent Skills 允许 Copilot 调用团队内部工具和标准,MCP 则从第三方平台拉取上下文(如问题跟踪、文档、服务目录),使审查不再是“代码孤立分析”,而是“业务上下文中的审查”。默认启用 GitHub 和 Playwright MCP,进一步降低了上手门槛。这意味着团队可以在不离开代码审查界面的情况下,获得基于实时项目状态的智能反馈。

对谁有价值?

  • 开发团队:提高代码审查的一致性和效率,减少人工上下文切换。
  • 技术管理者:将团队标准和质量策略自动化嵌入审查流程,确保每行代码都符合组织规范。
  • 平台工程团队:可复用已有的 MCP 配置,快速扩展审查能力,无需重复建设。

可以怎么行动?

  • 在仓库中添加 .github/skills/<skill-name>/SKILL.md,定义团队专属的审查规则和上下文。
  • 在仓库设置中配置 MCP 服务器,并将认证令牌安全存储在 Secrets and Variables → Agents 中。
  • 利用现有 Copilot 云代理的 MCP 配置,自动应用于代码审查,无需额外配置。
  • 关注评论归属标识,验证技能和 MCP 的实际贡献,持续优化配置。

风险或限制

  • 所有 MCP 工具调用限于只读,这限制了交互能力,但保证了安全性。
  • 依赖 MCP 服务器的可用性和响应时间,外部服务故障可能影响审查体验。
  • Agent Skills 的 SKILL.md 需要团队维护,若文档滞后可能导致审查建议过时。
  • 配置不当可能导致敏感信息意外暴露,需严格管理认证令牌和 MCP 服务器权限。

信息差价值

这条内容的真正价值,不只是“有人发布了一个新功能”,而是它揭示了 github.blog 背后的产品方向、工作流变化或竞争信号。对 OPC 来说,这种信息可以转化成持续追踪的栏目选题。

如果把《Copilot 代码审查:Agent 技能和 MCP 现已全面可用》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

AI SUMMARY

这篇文章回答了什么

Copilot 代码审查:Agent 技能和 MCP 现已全面可用主要讲什么?

GitHub 宣布 Copilot 代码审查现已全面支持 Agent 技能和 MCP 服务器,所有 Pro、Pro+、Business 和 Enterprise 用户均可使用,可将团队内部工具、标准和外部上下文引入每次代码审查,并默认启用 GitHub 和 Playwright MCP。

这篇文章最值得关注的要点是什么?

GitHub 宣布 Copilot 代码审查现已全面支持 Agent 技能和 MCP 服务器,所有 Pro、Pro+、Business 和 Enterprise 用户均可使用,可将团队内部工具、标准和外部上下文引入每次代码审查,并默认启用…;原贴提到:Copilot code review support for agent skills and MCP servers is now gene;来源:github.blog

这篇文章和哪些AI专题相关?

它适合放在Agent工作流、AI副业、AI工具专题里阅读。 关联原因:这篇内容命中「Agent、AI编程」等主题信号。;这篇内容命中「项目、小生意、变现」等主题信号。;这篇内容命中「工具、自动化」等主题信号。

阅读这篇文章建议先理解哪些关键词?

建议先理解AI工具、工具、自动化、模型、Cursor这些关键词,再结合正文判断工具、机会或风险是否值得进入自己的工作流。

上一篇 我们在Codex中使用GPT-5.6 Sol优化其自身基础设施和性能 下一篇 Replit Design 发布:AI 赋能设计愿景