wf-review

Review code changes against PRD criteria and verification results.

5|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/marchatton/agent-skills --skill wf-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wf-review
Source: https://github.com/marchatton/agent-skills/tree/main/.agents/skills/05-review/wf-review
Command: npx skills add https://github.com/marchatton/agent-skills --skill wf-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the code review process by ensuring changes are analyzed at an appropriate depth, verified, and clearly assessed against requirements, preventing regressions and improving code quality.

Core Features & Use Cases

  • Configurable Review Depth: Choose between 'light', 'light-plus', and 'heavy' modes to match the complexity and risk of the changes.
  • Automated Verification: Integrates with a 'verify' skill to ensure code integrity.
  • PRD Compliance Check: Explicitly verifies changes against Product Requirement Document (PRD) acceptance criteria.
  • Use Case: When a developer submits a pull request for a new feature, this skill can perform a 'light-plus' review to check for basic functionality, adherence to coding standards, and potential issues before merging. For critical changes like payment gateway updates, a 'heavy' review ensures deep security and data integrity checks.

Quick Start

Review the current branch using the default light-plus mode.

Frequently Asked Questions about wf-review

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

FAQPage Schema
How do I automate code review for a pull request?

Automate code review for a pull request by analyzing diffs and PRD acceptance criteria to generate a GO/NO-GO decision with evidence. This skill performs multi-modal verification to ensure code integrity and prevent regressions before merging.

What is the best way to verify PRD compliance during code review?

Verify PRD compliance during code review by explicitly checking changes against Product Requirement Document acceptance criteria. This process analyzes diffs and verification results to provide a GO/NO-GO decision with supporting evidence.

Does this code review workflow integrate with verification tools?

This code review workflow integrates with a verify skill to ensure code integrity during the review process. It combines verification results with diff analysis and PRD compliance checks to output a final GO/NO-GO decision.

When should I use a heavy code review depth?

Use a heavy code review depth for critical changes like payment gateway updates where deep security and data integrity checks are required. This mode performs comprehensive analysis of diffs and PRD criteria to prevent regressions in high-risk areas.