drive-pr-walkthrough

Generate intent-first Markdown walkthroughs of Pull Requests and commit ranges.

419|15|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/prisma/prisma-next --skill drive-pr-walkthrough
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drive-pr-walkthrough
Source: https://github.com/prisma/prisma-next/tree/main/.agents/skills/drive-pr-walkthrough
Command: npx skills add https://github.com/prisma/prisma-next --skill drive-pr-walkthrough

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates a clear, intent-first narrative of changes within a Pull Request or commit range, explaining the "what" and "why" of modifications, not just a file-by-file diff.

Core Features & Use Cases

  • Intent-Driven Summaries: Understand the overall purpose and conceptual steps of a code change.
  • Behavioral Change Mapping: Clearly links code modifications to specific behavioral outcomes.
  • Evidence Linking: Provides direct links to implementation touchpoints and corresponding tests.
  • Use Case: When reviewing a complex PR, use this Skill to get a concise, human-readable summary of the changes, their intended impact, and where to find the supporting code and tests.

Quick Start

Generate a walkthrough for the current branch compared to its base.

Frequently Asked Questions about drive-pr-walkthrough

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

FAQPage Schema
How do I generate a narrative walkthrough for a git pull request?

Generate a pull request walkthrough by analyzing the commit range to produce an intent-first Markdown narrative, detailing the overall purpose, conceptual steps, and concrete behavior changes with direct links to implementation and tests.

Can I get an intent-driven summary of code changes instead of a raw diff?

Yes, summarize code changes with an intent-driven narrative that extracts the "what" and "why" from explicit sources like PR titles, bodies, and linked tickets, mapping code modifications to specific behavioral outcomes.

How does a PR walkthrough link code modifications to their corresponding tests?

A PR walkthrough links code modifications to tests through evidence linking, providing direct references to implementation touchpoints and corresponding test files within the generated Markdown documentation.

What is the best way to document the overall purpose of a branch before code review?

Document a branch's purpose by generating a walkthrough that prioritizes explicit intent sources, explaining the conceptual steps and intended impact to provide reviewers with a human-readable summary of the changes.

Does the walkthrough output support Markdown formatting for documentation?

Yes, the walkthrough output supports Markdown formatting, producing a Markdown file that details the overall purpose, conceptual steps, concrete behavior changes, and evidence links for the reviewed commit range.