code-review

Coordinate multi-perspective code reviews of branch changes with parallel reviewers.

47|5|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/zvadaadam/az-skills --skill code-review-zvadaadam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/zvadaadam/az-skills/tree/main/skills/engineering/code-review
Command: npx skills add https://github.com/zvadaadam/az-skills --skill code-review-zvadaadam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates a rigorous, multi-perspective review of branch changes by running three parallel reviewers (correctness, security, design) and a validator, returning only high-signal findings to guide merges.

Core Features & Use Cases

  • Parallel Reviewers: Three independent sub-agents examine the diff through different lenses (correctness, security, design).
  • Validation & Filtering: A validator filters false positives to report only high-signal findings.
  • Guide Merges: Provides structured reports to help safe merging or self-review.

Quick Start

Run a multi-perspective code review on the current branch diff to surface high-signal findings before merging.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a multi-perspective code review on a pull request before merging?▼

To run a multi-perspective code review on a pull request, this skill coordinates three parallel reviewers analyzing correctness, security, and design. It reads the changed files in your branch diff and outputs a structured report of high-signal findings to guide safe merges.

What is the best way to filter false positives out of automated pull request code reviews?▼

The best way to filter false positives from automated pull request code reviews is using a validator sub-agent. This skill applies a validation step after three independent reviewers analyze the diff, ensuring only high-signal findings are returned in the final structured report.

Can I use this multi-lens code review on local diffs instead of a pull request?▼

Yes, you can use this multi-lens code review on local diffs. It applies to both pull requests and local branch changes, reading the changed files to analyze correctness, security, and design issues before outputting a structured report for self-review or merging.

How does multi-perspective code review improve software quality assurance?▼

Multi-perspective code review improves software quality assurance by examining branch changes through independent lenses for correctness, security, and design. This parallel approach surfaces diverse issues, and a validator filters them to provide high-signal findings for safer merges.

Do I need any external dependencies to run this multi-lens code review?▼

No, you do not need any external dependencies to run this multi-lens code review. It operates independently to read your changed files, coordinate the three parallel reviewers, apply validation filtering, and output the structured report detailing correctness, security, and design issues.