Claude PR ReviewA VS Code extension that lets code reviewers step into the exact Claude Code session from a PR branch — ask the author questions, read files, and make edits, all with full context. How it worksWhen a developer works with Claude Code on a feature branch, the session captures the full context: every question asked, every file read, every decision made. This extension packages that session and lets a reviewer resume it — so instead of reading a diff blind, you can ask why a decision was made and get an answer from the same AI that made it. SetupCoder (the person writing the code)Run this once per machine after installing the extension:
This installs a hook into Claude Code that automatically saves a Workflow:
Reviewer (the person reviewing the code)Workflow:
You now have a Claude Code session with complete knowledge of everything that happened during development. Ask it anything:
Manual loadIf the notification doesn't appear, or you want to load a snapshot file from anywhere:
Or right-click any Requirements
FAQDo I need to commit the snapshot file?
Yes — the reviewer gets it by checking out your branch. You can add Is the snapshot file large? Typically 50–500 KB depending on session length. It's plain JSON. Can the reviewer make real code edits? Yes. The resumed session has full Claude Code access — file reads, edits, bash commands, everything. What if I had multiple Claude sessions on the same branch?
The hook picks the session with the most activity on that branch. You can override with The snapshot notification didn't appear.
Try |