Understand what a PR actually does — beyond line-by-line diff noise.
IntentDiff reads a pull request and explains the semantic intent of every change: what business logic shifted, what invariants changed, what the author was actually trying to do.
/ the problem
A 400-line diff takes 30 minutes to review properly. Half of that is decoding what the change actually does. IntentDiff gives you the semantic summary in seconds — so you can spend review time on judgment, not decoding.
/ how it works
Reads the full PR diff including context lines and commit messages
Clusters related changes by the business logic or system behavior they affect
One plain-English sentence per cluster — what changed and why it matters
Claude highlights security-sensitive, performance-critical, or breaking changes
/ use cases
MIT licensed. One command install. Works in CI today.
/ stay in the loop
Get notified when new tools land, features ship, or a tool reaches 1k stars. No noise. Unsubscribe any time.