Back to Browse

How to use Code Review graph

127 views
May 13, 2026
26:53

In this episode, I’m taking `code-review-graph` into a real open-source iOS codebase: NetNewsWire, a production RSS reader for iPhone, iPad, and Mac. Instead of reviewing code by only reading the diff, I’ll show how to use a structural code graph to understand impact: what depends on a change, what tests are nearby, which files are high-risk, and where a small Swift change might affect shared app behavior, widgets, background refresh, or sync. We’ll walk through a realistic iOS review scenario, use `code-review-graph` to map the blast radius, generate better review questions, and turn that context into stronger code review comments. You’ll see how graph-aware review can help you move from “what changed?” to “what could break?” ------------ 0:00 Test App Intro 2:42 Installing Code Review Graph on computer 4:52 Installing Code Review Graph on the repo 5:20 Tool's Website 7:28 Code Review Graph Building 9:49 Using CRG in Copilot 25:03 Closing Comments -----------

Download

0 formats

No download links available.

How to use Code Review graph | NatokHD