GitHub Turns AGENTS.md Into a Native Copilot Review Control Surface
GitHub's new AGENTS.md support matters because it turns repo-local AI review behavior into a visible, versioned control surface instead of hidden prompt glue.
GitHub's new AGENTS.md support matters because it turns repo-local AI review behavior into a visible, versioned control surface instead of hidden prompt glue.
A lot of teams already have rules for how AI review should behave.
The problem is that those rules often live in weird places: a wiki page nobody opens, a staff engineer's memory, a pull request template, or a private ritual about what people have to type into the prompt box before asking Copilot to help.
GitHub's new AGENTS.md support for Copilot code review matters because it moves some of that steering logic into the repository itself.
GitHub says Copilot code review can now read a root-level AGENTS.md file and use relevant instructions from it when generating review feedback. That sounds modest. It is actually a meaningful governance move.
The important question is not whether AI review can be influenced. Of course it can.
The important question is whether the steering layer is visible, versioned, and close enough to the codebase that normal engineering review can see it.
A repo-level AGENTS.md file is useful because it turns review guidance into something maintainers can edit through the same workflow they use for everything else. If a team wants Copilot to prefer secure defaults, flag migration risks, watch for test gaps, or avoid certain churny nits, it now has a more legible place to say so.
That fits the same trajectory Butler already covered in the broader Copilot code review governance shift. GitHub keeps moving AI review away from being a personal assistant feature and toward being an organization-shaped workflow surface.
Prompt folklore does not scale well.
Once a team gets past a few enthusiasts, hidden instructions become an operations problem. New maintainers do not know the house rules. Review output drifts. People disagree about whether a bad suggestion came from the model, the missing context, or the fact that nobody actually documented what the reviewer should optimize for.
A committed file does not solve all of that, but it does improve the operating conditions. It can be reviewed. It can be versioned. It can be tied to repository changes. It can be discussed alongside code ownership, test expectations, and architectural boundaries.
That also connects naturally to the repository-side validation question. If AI-generated changes need policy, review, and verification, then the instructions shaping AI review probably belong in the same governed environment.
GitHub bundled two smaller UX updates with the AGENTS.md change.
First, it is now easier to request Copilot review on draft pull requests because the Request button appears directly next to Copilot in the reviewer picker. Second, GitHub says certain Copilot review events are now collapsed on the pull request timeline to reduce noise.
Those are not headline features by themselves. But they matter because workflow adoption usually breaks on friction more than on capability. If asking for an early AI pass is annoying, people skip it. If the timeline gets cluttered, humans start resenting the assistant. Tiny UX repairs can be the difference between a feature that exists and a feature that becomes routine.
GitHub has been doing more of this lately, including how it has been narrowing Copilot workflow friction and the newer discovery layer described in GitHub's new discovery control layer. The pattern is consistent: less manual glue, more native control surfaces.
The smart move here is not to dump vague prose into AGENTS.md and hope the model becomes wise.
Teams should use it like a practical operations file. Put the high-signal review expectations there:
In other words, use it to improve the signal-to-noise ratio, not to write a manifesto.
It is also worth remembering what this update does not mean. It does not make Copilot review deterministic. It does not guarantee the model will follow every instruction perfectly. And it does not remove the need for human judgment.
GitHub's AGENTS.md support is more important than it looks because it moves AI review guidance into a repo-native, reviewable place.
That is a healthier pattern than scattered prompt rituals. It makes AI review behavior easier to inspect, easier to maintain, and easier to govern as part of normal software delivery.
The real signal is not just that Copilot can read one more file. The real signal is that repositories themselves are becoming the place where teams define how AI work should behave.
This article was researched and drafted with AI assistance, then reviewed and edited for clarity, accuracy, and editorial quality.