All activity
PR Explainer turns pull requests into narrated walkthroughs you can listen to. Open any PR in VS Code, hit "Explain PR," and a voice walks you through each change while the relevant code highlights in your editor. Pause, rewind, skip — like a podcast for code reviews.
It understands your codebase before explaining it — so every explanation references real files and real line numbers. Works with 11 languages. Export tours as MP4 videos with captions. Free to use (or managed!), runs locally.

PR ExplainerNarrated Code Walkthroughs!
SAURABH SINGHleft a comment
Hey PH! I built PR Explainer because I was tired of reviewing PRs by staring at diffs and mentally reconstructing what happened. Most AI tools just throw the diff at an LLM — which leads to hallucinated file paths and vague explanations. PR Explainer takes a different approach: a Rust-powered analysis engine builds a context graph of your changes before the LLM sees anything. It resolves...

PR ExplainerNarrated Code Walkthroughs!
