pr-review

Review pull requests against CLAUDE.md, prd.json, or design docs.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/skenklok/ai-dev-utility --skill pr-review-skenklok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/skenklok/ai-dev-utility/tree/main/.agent/skills/pr-review
Command: npx skills add https://github.com/skenklok/ai-dev-utility --skill pr-review-skenklok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews can be time-consuming and error-prone when verifying alignment with specifications; this skill streamlines the process and delivers precise, actionable feedback.

Core Features & Use Cases

  • Specification-aligned review: Validate PRs against CLAUDE.md, prd.json, or provided design documents.
  • Multi-faceted evaluation: Include spec compliance, code complexity analysis, test adequacy, security review, and compliance checks.
  • Output ready for collaboration: Produce GitHub-ready review reports with concrete findings and recommended fixes.

Quick Start

Provide the PR branch name and the specification to review, and I will generate a GitHub-ready review with actionable fixes.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate code review against project specifications?

Automating code review against specifications involves validating PR branches against design documents like CLAUDE.md or prd.json to generate actionable feedback. The process checks spec compliance, code complexity, and test adequacy to produce GitHub-ready reports.

Can I validate PR compliance with CLAUDE.md and prd.json files?

Yes, you can validate PR compliance with CLAUDE.md and prd.json files by reviewing branch changes against these provided design documents. The review checks alignment, applies security checks, and outputs concrete findings with recommended fixes.

What is the best way to generate GitHub-ready PR review reports?

The best way to generate GitHub-ready PR review reports is to run an automated spec-aligned review that evaluates code changes against provided specifications. This produces concrete findings and actionable fixes formatted for direct collaboration on GitHub.

Does spec compliance review include security and test adequacy checks?

Spec compliance review includes security checks and test adequacy validation as part of a multi-faceted evaluation. It assesses code complexity and compliance alongside specification alignment to ensure comprehensive PR coverage.

What do I need to provide for a spec-aligned PR review?

To start a spec-aligned PR review, you need to provide the PR branch name and the specification document, such as a design doc, CLAUDE.md, or prd.json. The review then evaluates the feature work and generates guidance for fixes.

What are the limitations of automated PR review for feature work?

Automated PR review is limited to verifying alignment with the specifications you provide, meaning it cannot evaluate undocumented requirements. It relies on the accuracy of your design docs to generate concrete findings and recommended test validations.