Skip to content
Goatfied

Guides

Reviewing AI PRs

Tips for reviewing diffs that an agent opened while you slept.

The principles

  • Treat AI PRs like a junior engineer's PR — read every line.
  • Run the tests locally; AI agents can hallucinate green CI.
  • Check for new dependencies and reject silent additions.
  • Look for over-engineering: extra abstractions, unnecessary helpers.

Goatfied review mode

Open any PR in Goatfied, hit ⌘⇧R for "Review with AI". You get a structured walkthrough — risks, missed cases, suggested tests — that you can edit and submit as your own review.

Goatfied — The AI code editor