pw-review

Coordinate five read-only review agents and output a structured summary report.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/patrob/skills --skill pw-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pw-review
Source: https://github.com/patrob/skills/tree/main/plugins/claude-skills/skills/pw-review
Command: npx skills add https://github.com/patrob/skills --skill pw-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinated multi-lens reviews to improve code quality and speed by parallelizing analysis across teams.

Core Features & Use Cases

  • Launches five parallel review agents, each focused on a different lens (UX, Security, Performance, Test Coverage, Production Readiness) to analyze a code change.
  • Aggregates findings into a consolidated, severity-ranked report to guide fixes and decision making.
  • Outputs a review summary with actionable next steps for developers and stakeholders.

Quick Start

Provide the changed files or diff and run the pw-review workflow to generate a multi-lens review.

Frequently Asked Questions about pw-review

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

FAQPage Schema
How do I run a parallel multi-lens code review on uncommitted changes or branch diffs?

Run a parallel multi-lens code review by providing your uncommitted changes, branch diffs, or PR diffs to launch five read-only agents that analyze UX, Security, Performance, Test Coverage, and Production Readiness simultaneously.

What is a 5-lens code review and how does it improve code quality?

A 5-lens code review coordinates parallel analysis across UX, Security, Performance, Test Coverage, and Production Readiness agents to deduplicate findings and output a structured summary report, improving quality by covering multiple perspectives at once.

Can I use parallel review agents for both frontend and backend projects?

Yes, parallel review agents work across both frontend and backend projects. You provide the code changes or diffs, and the five lenses analyze the differences regardless of the project's stack to generate a severity-ranked report.

What's the best way to get a severity-ranked report from multiple code review agents?

To get a severity-ranked report, provide your code diffs to trigger five parallel review agents. They will deduplicate overlapping findings and aggregate the results into a consolidated summary with actionable next steps for stakeholders.

Does multi-lens code review work with PR diffs or only uncommitted changes?

Multi-lens code review works with uncommitted changes, branch diffs, and PR diffs. The review agents read the provided diff to analyze the changes and output a structured summary report with actionable next steps.