PR Walkthrough Skill

Reference-only Warp skill candidate for generating a local D3 PR-orientation site. It helps reviewers understand a change; it is not a code-review skill.

What It Does

The skill generates a self-contained local site at .warp/pr-walkthrough/index.html. The site uses a pinned D3 runtime and four separate interactive views: system overview, data flow, code dependency graph, and user action graph. The output is meant to orient a reviewer to the affected code and PR context, with tour controls, search, node details, graph switching, zoom/pan, and validation. Source: Warp blog and pr-walkthrough/SKILL.md, 2026-07-04

The useful idea for Kevin's stack is review orientation as an artifact. A PR walkthrough should not replace a review, approval gate, or no-sus-code-doctor; it should give humans and agents a shared map of what changed, which subsystem owns the behavior, where data flows, and what user path is affected.

Adoption Decision

Keep this as a candidate/reference, not an installed skill. It overlaps Kevin's existing review and docs flows, depends on Warp-specific Brandalf styling and .warp/ output conventions, and Brin returned a caution/medium score pending a deep scan. The reusable pattern is still worth tracking: PRs that are too large for a textual summary may benefit from a generated visual orientation map, especially when reviewers need to inspect architecture, data flow, and user actions separately. Source: Brin skill scan, 2026-07-04

If adopted later, adapt it through Kevin's skill tree rather than installing it verbatim: preserve the four-view model, local static HTML output, pinned D3 runtime, and browser validation, but replace Warp-specific branding and review-comment assumptions with Kevin's agent-docs and code-review conventions.

Version Snapshot

Checked 2026-07-04:

Source Snapshot
warpdotdev/common-skills MIT, default branch main, HEAD 037b823f617621684651357b257286427da4761d, 116 stars, 2 forks, pushed 2026-07-02, no public tags.
pr-walkthrough/SKILL.md Source skill lives at .agents/skills/pr-walkthrough/SKILL.md; it names D3 7.9.0 as the pinned default CDN runtime and requires scripts/validate_d3_canvas.py validation.
warpdotdev-demos/pr-walkthrough-ci CI example repo at HEAD e9f0a9c8ceedd32bbb4d8ba2b64eb073a9db7cc6, 14 stars, 0 forks, no detected public license, pushed 2026-06-18.
Brin score: 59, verdict: caution, confidence: medium, pending_deep_scan: true.

Timeline