GitHub、Copilot code reviewをagentic architectureへ移行しGAを拡大
Original: Copilot code review now runs on an agentic architecture View original →
GitHubは2026年3月5日、Copilot code reviewがagentic tool-calling architecture上で動作するようになり、Copilot Pro、Pro+、Business、Enterprise向けに広く一般提供されると発表した。今回の変更でreview agentはpull requestのdiffだけを見るのではなく、必要に応じて関連するcode、directory structure、referencesなどrepository全体の文脈を取り込みながらcommentを生成できる。
GitHubが強調しているのは、これは単なる機能追加ではなくreview qualityを上げるための構造変更だという点だ。changelogでは、correctnessとarchitectural integrityを優先し、noiseを減らし、よりactionableなguidanceを返せるようになるとしている。AI reviewではcomment数を増やすほど価値が上がるわけではなく、signalの低い指摘が増えると開発者の信頼を失いやすい。
- GAの対象はCopilot Pro、Copilot Pro+、Copilot Business、Copilot Enterprise。
- agentic Copilot code reviewはGitHub Actions上で実行される。
- GitHub-hosted runnersを使わない環境ではself-hosted runnersのone-time setupが必要になる。
同日に公開されたGitHub Blogのcompanion postでは、運用面の数字も示された。GitHubによれば、Copilot code reviewの利用量は昨年4月の初期公開以降で10X伸び、現在はGitHub上のcode reviewの5件に1件超を占める。またreviewの71%ではactionable feedbackを返し、残り29%ではlow-signalなcommentを避けるため何も言わない設計だという。これはcoverageよりsignalを優先するチューニング方針をよく表している。
実務上の意味は大きい。AI-assisted code generationでpull requestの量と速度が上がるほど、変更箇所単体ではなくrepository全体の整合性を読むreviewerが必要になる。GitHubはCopilot reviewを、inline lintの延長ではなくrepository-aware reviewerへ近づけようとしている。
残る論点は、この高contextモードがscaleでもfalse positiveを抑えられるかどうかだ。それでも、GitHubが「comment量」ではなく「merge confidence」を成功指標として前面に出しているのは妥当だ。より詳しい背景はGitHub Blogのcompanion postでも確認できる。
Related Articles
GitHubが2026年3月11日、JetBrains IDE向けCopilotの大規模なagentic機能更新を発表した。custom agents、sub-agents、plan agentをgeneral availabilityに移し、agent hooks preview、MCP auto-approve、reasoning UX改善をまとめて投入した。
GitHubは2026年3月5日、GPT-5.4がGitHub Copilotで一般提供となり、順次展開中だと発表した。初期テストでは成功率の向上に加え、複雑でツール依存の作業における論理推論と実行力の改善を確認したとしている。
ClaudeはClaude CodeにCode Reviewを追加し、各pull requestに複数agentを並列投入する仕組みを導入したと発表した。機能はTeamとEnterprise向けresearch previewとして提供される。
Comments (0)
No comments yet. Be the first to comment!