pr-walkthrough

Generate a self-contained HTML walkthrough report from a pull request.

16|2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/figuretu/my-skills --skill pr-walkthrough-figuretu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-walkthrough
Source: https://github.com/figuretu/my-skills/tree/main/pr-walkthrough
Command: npx skills add https://github.com/figuretu/my-skills --skill pr-walkthrough-figuretu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps teams understand code changes in PRs by producing self-contained HTML walkthrough reports that map diffs to code paths and decisions.

Core Features & Use Cases

  • Provide structured, end-to-end visibility into what changed, why, and where it affects the codebase.
  • Generate self-contained HTML walkthroughs that include file-level impact, code snippets, and checkpoints for traceability.
  • Use cases include onboarding new contributors, guiding codeowners through large refactors, and documenting decisions for audits.

Quick Start

Provide the target PR to generate a self-contained HTML walkthrough report.

Frequently Asked Questions about pr-walkthrough

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an HTML walkthrough report from a pull request diff?

Generate an HTML walkthrough report from a pull request by providing the target PR. The Skill accesses the PR diff, reads attached documentation, and outputs a self-contained HTML report mapping changes to files, functions, and checkpoints.

What is the best way to help my team understand large refactors in a pull request?

The best way to help teams understand large refactors is generating a self-contained walkthrough report. It maps diffs to code paths and design decisions, providing structured end-to-end visibility into what changed and why.

How do I trace design decisions and code paths when reviewing a PR with design documents?

Trace design decisions and code paths by applying this Skill to PRs that include design or run documents. It reads the attached documentation and produces an HTML report mapping changes to file-level impact and checkpoints for traceability.

Does the generated code review walkthrough report include file-level impact and code snippets?

Yes, the generated code review walkthrough report includes file-level impact, code snippets, and checkpoints for traceability. It produces a self-contained HTML document mapping the pull request diff to affected code paths.

Can I use this walkthrough report for onboarding new contributors to a codebase?

Yes, you can use the walkthrough report for onboarding new contributors. The self-contained HTML report provides structured visibility into what changed and why, guiding project owners and new members through large diffs and code paths.

Do I need any external dependencies to generate PR documentation from diffs?

No external dependencies are required to generate PR documentation from diffs. The Skill automatically produces a self-contained HTML walkthrough report by analyzing the PR diff and any attached design or run documents.