drive-pr-local-review

Generate spec, design review, code review, and walkthrough documents for a branch.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of essential review documents for a given code branch, ensuring comprehensive and consistent feedback by establishing clear expectations and detailed analysis.

Core Features & Use Cases

  • Artifact Generation: Creates spec.md, system-design-review.md, code-review.md, and walkthrough.md.
  • Expectation Setting: Establishes review expectations from canonical specs, PR descriptions, or inferred requirements.
  • Use Case: Before merging a pull request, use this Skill to generate a full suite of review documents that can be shared with the team, ensuring all aspects of the change are considered.

Quick Start

Use the drive-pr-local-review skill to generate review artifacts for the current branch against main.

Frequently Asked Questions about drive-pr-local-review

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

FAQPage Schema
How do I generate local code review artifacts for a git branch?

To generate local code review artifacts for a git branch, use an automation skill to compare the current branch against its base. This produces structured review documents including system design and code review files locally.

What documents are needed for a comprehensive pull request review?

A comprehensive pull request review typically requires a canonical specification, a system design review, a detailed code review, and a walkthrough document to ensure all aspects of the change are considered before merging.

How do I automate PR review documentation for my development workflow?

You can automate PR review documentation by running a skill that extracts expectations from canonical specs or PR descriptions and generates markdown review files. This ensures comprehensive and consistent feedback for your development workflow.

Can I generate a system design review locally before merging a pull request?

Yes, you can generate a system design review locally before merging a pull request. The automation creates a system-design-review.md file by comparing the current branch against its base to analyze the structural changes.

What is the best way to establish review expectations for a code branch?

The best way to establish review expectations for a code branch is to derive them from canonical specs, PR descriptions, or inferred requirements. This ensures the generated code review aligns with the intended changes.

Do I need a canonical specification to generate a walkthrough document?

You do not strictly need an existing canonical specification to generate a walkthrough document. The automation will establish expectations from PR descriptions or inferred requirements if a canonical spec is not present.