pdd-code-reviewer

Validate code changes against PRD-driven specs and acceptance criteria.

13|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill pdd-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdd-code-reviewer
Source: https://github.com/wonderslife/pdd-skills-v3/tree/main/skills/core/pdd-code-reviewer
Command: npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill pdd-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that code changes conform to development specs, ensuring alignment with PRD-driven requirements and acceptance criteria, and surfaces actionable findings.

Core Features & Use Cases

  • Verifies implementation against specs, API contracts, and business rules.
  • Produces a structured review report at docs/reviews/review-{timestamp}.md and a list of issues for fix tracking.
  • Supports on-demand collaboration with architecture and code-quality experts to strengthen the review.

Quick Start

Provide the code changes and the corresponding dev-specs to trigger a full compliance review and receive a detailed report and issue list.

Frequently Asked Questions about pdd-code-reviewer

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

FAQPage Schema
How do I automate code reviews against development specs and acceptance criteria?

To automate code reviews against development specs, you provide the code changes and corresponding PRD-driven documentation. The system validates API design, business logic, and data models, outputting a timestamped review report and a prioritized issues list.

What does PDD-compliant code review check for in my implementation?

PDD-compliant code review checks your implementation for mandatory compliance in API design, business logic, data models, and bug-pattern compliance. It validates code changes against development specs to ensure alignment with PRD-driven requirements and acceptance criteria.

How do I generate a structured review report and issue list for code changes?

You generate a structured review report and issue list by submitting your code changes alongside the matching dev-specs. The system produces a timestamped review document at docs/reviews/review-{timestamp}.md and a separate list of issues for fix tracking.

Can I escalate architecture or expert consultations during a spec compliance review?

Yes, you can escalate architecture or expert consultations during a spec compliance review. The system supports on-demand collaboration with architecture and code-quality experts to strengthen the review and surface actionable findings.

Does spec compliance validation work without additional dependencies?

Spec compliance validation works without additional dependencies, as it requires no external components. You simply need to provide the input code files and the corresponding development specifications to trigger the full compliance review.

When should I use an automated spec compliance review instead of manual checks?

You should use automated spec compliance review when you need to validate code changes against PRD-driven requirements and acceptance criteria at scale. It enforces mandatory checks for API design and business logic, producing a formal review report for tracking.