Generate interactive PR Walkthroughs with a single Skill

While we’re waiting for someone to re-invent Github I put together a useful skill that can help folks better understand agent (or human) generated PRs.
It’s called /pr-walkthrough and it’s available here.
npx skills add warpdotdev/common-skills --skill pr-walkthroughWhat it does:
- Takes a PR link as input (e.g. https://github.com/warpdotdev/warp/pull/12518, which I’m currently noodling on for Warp in my free time)
- Creates an interactive website with plain HTML/CSS/JS and D3 for visualization. This UI walks through the key components of the change from four angles:
A system overview – what are the major components?

The data flow – what are the inputs and outputs?

Code dependency graph – useful for seeing how the components relate

The user experience – a step by step walkthrough of the user changes

It’s built using D3 and is interactive so you can explore the PR using a custom per-PR GUI.
It’s pretty easy and cheap to put this into CI and have a cloud agent like Oz run it for you.
If you want to generate visualizers for every PR, here’s a guide on how to set it up in CI using GitHub Actions + GitHub Pages to host the mini-site: https://github.com/warpdotdev-demos/pr-walkthrough-ci
Would love feedback. Contributions to the skill are welcome!
Start your software factory
Book a demo and we’ll walk you through the workflows that map to your stack.
Related articles
Sep 15, 2026Engineering
12 min
Adopting the software factory model: crawl, walk, run
12 min
Aug 27, 2026Engineering
12 min
Closing the loop with self-improving cloud software factories
12 min
Aug 26, 2026Engineering
8 min
The missing feedback loop for software factories
8 min
Jul 23, 2026Engineering
5 min
The Cloud Software Factory Build Guide
5 min
Jul 22, 2026Engineering
6 min
The problem with hypergrowth AI startups
6 min