Getting a pull request reviewed is often the slowest step in a development cycle. An autonomous reviewer agent can handle routine structural checks — test coverage, naming conventions, obvious logic errors, diff scope — in seconds, freeing human reviewers for architectural decisions and business logic judgment calls.
Fleet ships a /fleet-review-pr skill that reviewer agents run automatically when a PR enters the needs-review state. The reviewer checks out the branch, runs the review skill, publishes a pr_approved or pr_changes_requested fabric event, and optionally posts a GitHub comment. This guide shows how to wire that up.