Fetching from the wire…
Public story · 2026-07-31 · high
GitHub says PRs under 200 lines are reviewed 3x faster with 40% fewer production defects.
Why now: GitHub opened stacked PRs to public preview on July 30, so no workflow built around it exists yet.
GitHub moved stacked pull requests into public preview on July 30, letting one PR target another PR's branch instead of main.
That lets a schema change, an API change, and a UI change ship as three separately reviewed layers instead of one sprawling diff. The chain runs A to main, B to A, C to B, with each layer merging in one click once its own review clears. GitHub says research across 1.5 million pull requests found PRs under 200 lines get reviewed three times faster, with 40% fewer defects reaching production.
The bigger draw is agent-generated code, the natural output size that's too big to review in one pass. Teams have been reaching for outside tools to slice that output into reviewable diffs. GitHub built the slicing into the platform itself.
The changelog doesn't say whether coding agents will start generating output pre-split into stacks. It also doesn't say whether engineers will keep slicing by hand after the fact instead. That gap decides whether stacking becomes a default workflow or stays a power-user trick.
Each link below shares sources, entities, or timing with this story.
Announced July 30, stacked PRs split a large change into ordered dependent PRs each targeting the layer below, reviewed in parallel, merged individually or as a whole stack in one click, with automatic rebasing as layers land. Install via gh extension install github/gh-stack;...
GitHub's blog has Nicholas Tindle's setup for a 180,000-star repo with ~150 open PRs and ~800 contributors, many now AI-authored. Discovery-based instruction files (CLAUDE.md, directory-scoped AGENTS.md, task-triggered skills) paired with hard enforcement: PR template complian...
Agent PRs look different from human PRs. GitHub's engineering blog published a hands-on guide addressing what to look for and where issues hide, and it's the most practical thing I've read on the topic. Three patterns GitHub calls out that I've seen in my own agent-generated c...
GitHub officially named the AI-generated code flood an "Eternal September" for open source and shipped a repository setting to disable pull requests entirely on Feb 13. The numbers are damning: Daniel Stenberg shut down cURL's bug bounty after 20% of submissions were AI-genera...
A free-alpha macOS app plus GitHub extension and MCP server that answers "why" questions from a repo's own pull requests and issues, shows the evidence, and says nobody wrote this down when nobody did (Icarus). The insight underneath: merged PRs leave commits but refused ones...
Microsoft's update ships a new Agent (Preview) in Copilot Chat built on the SDK powering Copilot CLI, explicitly so behavior stays consistent across CLI, the GitHub app, VS Code and Visual Studio (Visual Studio Blog). It ships curated .NET and Azure skills you enable selective...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.