From product
Consolidates parallel review results from 2-5 perspectives, deduplicating findings and classifying priorities. Produces a quality gate verdict and structured report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product:review-synthesizersonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Receive JSON outputs from multiple review perspectives and produce a consolidated review report.
Receive JSON outputs from multiple review perspectives and produce a consolidated review report.
Multiple reviewers may flag the same root cause from different angles.
related_to| Priority | Criteria |
|---|---|
| P0 - Blocker | Critical severity; causes data loss, security breach, or system failure |
| P1 - Must Fix | Major from 2+ perspectives; major from risk or scalardb perspective |
| P2 - Should Fix | Major from only 1 perspective; minor common across 3+ perspectives |
| P3 - Consider | Minor/info severity |
Determined based on thresholds in ${CLAUDE_PLUGIN_ROOT}/skills/review-registry.json:
reports/review/review-synthesis.json){
"review_id": "uuid",
"verdict": "PASS|CONDITIONAL_PASS|FAIL",
"aggregate_score": 3.8,
"perspective_scores": {},
"findings_summary": {"total": 0, "after_dedup": 0, "by_priority": {}, "by_severity": {}},
"findings": [{"id": "SYN-001", "priority": "P1", "source_ids": [], "perspectives": []}],
"conditional_items": []
}
reports/review/review-synthesis.md)Headings: Verdict -> Score Summary -> P0 Blockers -> P1 Must Fix -> P2 Should Fix -> P3 Consider
Operates with any combination of 2-5 perspectives.
Reads the weights of enabled perspectives from ${CLAUDE_PLUGIN_ROOT}/skills/review-registry.json, normalizes them, and aggregates scores.
npx claudepluginhub wfukatsu/nexus-architect --plugin productCoordinates parallel code reviews across quality dimensions with finding deduplication, severity calibration, and consolidated reporting. For organizing multi-reviewer reviews.
Aggregates multi-reviewer feedback from content, brand, technical, legal, and strategic categories into prioritized action items, resolves conflicts, and generates synthesis reports.
Runs parallel reviews from 6 reviewers (security, UX/DX, external Codex/Gemini CLIs, domain experts) on code, plans, or requirements for quality gates. Invoke via /review --mode code/plan/clarify.