Week 6 of 10

Agentic Code Review

Core ≈ 3 h 30 min1 videos4 criteria

Focuswhat AI review catches well and what it misses; review architectures and custom rules; fitting AI review into a team's pull-request workflow.

You buildA severity-ordered review rubric wired to pull requests, measured on five PRs

Core material≈ 3 h 30 min

  1. 1
    Canonical guide
    Engineering Practices: Code Review
    Google

    And the Reviewer Guide (60 min).

  2. 2
    Free book chapter45 min
    Chapter 9: Code Review
    Software Engineering at Google

    .

  3. 3
  4. 4
    Review architecture16 min
    How to Kill the Code Review
    Ankit Jain

    A five-layer trust model combining specifications, reusable guardrails, deterministic checks, executable test plans, previews, and human alignment.

  5. 5
    What automation cannot replace20 min
    Understanding Is the New Bottleneck
    Geoffrey Litt

    Review as architectural understanding, mentorship, and coordination rather than only correctness checking.

  6. 6
    Integrations15 min
    About GitHub Copilot code review
    GitHub

    And Anthropic, Claude Code GitHub Actions (15 min) — the two most common ways to put a reviewer agent on a pull request.

From Cognition

Deeper material

Build

Create a review rubric ordered by severity: correctness, security, data loss, concurrency, compatibility, tests, maintainability, then style. Require the reviewer agent to cite exact lines, explain the failure scenario, and propose the smallest fix. Use a model/session that did not write the change. Wire it to your pull requests with one of the integrations above.

Evaluate the reviewer on at least five pull requests, including one deliberately seeded with subtle bugs. Label every comment true positive, false positive, duplicate, or low-value. Track acceptance rate and escaped defects. A human still owns merge approval.

Done when

0/4