When AI coding agents generate pull requests faster than humans can review them, code review becomes the constraint on the whole pipeline. PRs pile up, the developer sits idle waiting for feedback, and the cycle time that automation was supposed to shorten gets worse, not better. The fix is not to skip review — it is to move the routine, mechanical part of review off the human's plate.
Fleet does this with reviewer agents that auto-start when a PR enters review, run a structured review skill, and publish their decision to an event bus called Fabric. A release-manager agent then consults a deterministic merge gate before merging. This guide covers the business case, the setup, and an honest accounting of what still requires a human.