PR Lens by Coldtea.ai - See code through a new lens

by
PR Lens is a new way to look at code. It draws animated architecture and data flow diagrams of any codebase and every pull request, so you see the change before you read a single line of code. It runs as a GitHub Action, on the CLI, or as a skill for your coding agent. Open source under MIT.

Add a comment

Replies

Best

This solves a real pain we hit building automation workflows: agents generate diffs faster than any human can read them, and the actual review bottleneck isn't diff size, it's building a mental model of what moved. Curious how the diagram holds up on changes that touch config/infra files versus pure logic changes, those tend to have very different "shapes" and I'd guess harder to render meaningfully. Starred the repo.

 It actually does a good job here cos its not about single entities. So you may have a diagrammed [INFRA] engine connected to the rest of the system. Give it a try, best way to see it at work :)

congrats on the launch! 🙌

the mental model part really hits. i run a few claude code agents in parallel worktrees, and after a day of merges i genuinely lose track of what moved where. scrolling the diff doesn't fix that. "watch the request travel through the system" is exactly what i keep wishing for.

adding the skill and pointing it at my last messy PR, THANKS for shipping this 👍