review-synthesis

Merges multiple anonymous application reviews into a single prioritized, classified report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alexlazarian/claude-skills --skill review-synthesis-alexlazarian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-synthesis
Source: https://github.com/alexlazarian/claude-skills/tree/main/review-synthesis
Command: npx skills add https://github.com/alexlazarian/claude-skills --skill review-synthesis-alexlazarian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blind validation of multiple code review outputs. Every finding earns its place by being verified against the actual code — no source bias, no vote-counting.

Core Features & Use Cases

  • End-to-end validation of review outputs against the codebase.
  • Deduplication and anonymization of findings to produce a clean, actionable report.
  • Three-stage orchestration (pre-processor, context resolution, synthesizer) plus a final reporter to generate a structured output.
  • Use Case: After several reviews, synthesize findings into a single prioritized assessment with provenance and branch/PR context.

Quick Start

Place all review outputs in a shared directory and run the synthesis workflow to generate the final classified.json.

Frequently Asked Questions about review-synthesis

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

FAQPage Schema
How do I consolidate multiple code reviews into a single validated report?

To consolidate code reviews, this Skill cross-checks multiple review outputs against the actual codebase. It deduplicates findings and produces a single prioritized report with provenance and branch/PR context.

What is blind synthesis in automated code review pipelines?

Blind synthesis is a validation mechanism that operates on anonymized review outputs. It verifies every finding against the actual codebase without source bias or vote-counting to ensure only accurate issues remain.

How do I deduplicate code review findings from different sources?

You can deduplicate code review findings by placing all review outputs in a shared directory. The synthesis pipeline then anonymizes and cross-checks them against the actual code to remove redundant issues.

Can I automate code review validation at scale without source bias?

Yes, you can automate code review validation at scale by using a three-stage pipeline with a blind synthesizer. This approach prevents source bias by verifying anonymized findings against the actual codebase.

What format is needed to generate a structured classified JSON for QA?

To generate a structured classified.json for QA, you need to save anonymous review outputs to a shared directory. The reporter stage of the pipeline processes these to output the final structured file.

When do I need cross-checking for code review outputs against my codebase?

You need cross-checking when you have multiple code review outputs and want to ensure every finding is accurate. This validation process prevents false positives by verifying findings against the actual codebase.