pdd-multi-review

Orchestrate multi-round code review workflows with rule checks, AI review, and cross-validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PDD多轮审查技能解决在复杂代码变更中缺乏系统性审查的问题,通过分层次的规则检查、AI审查与交叉验证三轮审查,提升问题发现率与代码质量。

Core Features & Use Cases

  • Three-stage review pipeline: 规则检查、AI审查、交叉验证,覆盖接口、数据模型与业务逻辑的完整性与一致性。
  • 标准化问题追踪: 自动化的问题记录、等级划分与修复建议,确保可追溯与快速修复。
  • 自动化反馈循环: 验证修复是否符合规格,避免回归,提升发布信任度。

Quick Start

Invoke the multi-round review workflow on a pull request to trigger rule checks, AI review, and cross-validation automatically.

Frequently Asked Questions about pdd-multi-review

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

FAQPage Schema
What is multi-round code review and how does it improve PR quality?

Multi-round code review applies sequential rule checks, AI review, and cross-validation to systematically identify compliance and logic issues in PRs. This layered workflow increases problem discovery rates across interfaces, data models, and business logic.

How do I automate code review workflows for feature implementations and API changes?

Automate code review by triggering a three-stage pipeline on pull requests. The pipeline automatically executes rule checks, AI review, and cross-validation to verify feature implementations, API changes, and data models.

Does this multi-round review workflow track code audit issues and remediation?

Yes, the code audit workflow standardizes issue tracking by automatically recording problems, assigning severity levels, and generating remediation suggestions. It includes an automated feedback loop to verify fixes and prevent regressions.

Can I use cross-validation to verify data models and business logic consistency?

Cross-validation serves as the third review round to verify data models and business logic consistency. It operates alongside rule checks and AI review to ensure comprehensive coverage of feature implementations across PRs.

What is the best way to ensure compliance and prevent regressions in code changes?

The best way to ensure compliance and prevent regressions is an automated feedback loop that validates remediation against specifications. Orchestrating rule checks, AI review, and cross-validation guarantees issues are tracked and verified before release.