What problem does it solve? When multiple reviewers each produce a findings file (rNN-{focus}.md) for the same artifact, the raw feedback overlaps, disagrees on severity, and mixes actionable defects with design opinions. This Skill consolidates that scattered review output into a single deduplicated, severity-normalized cluster list with an explicit routing decision for every cluster. ## Core Features & Use Cases - Cross-reviewer deduplication: Merges findings that name the same defect at the same location, taking the higher severity on disagreement and recording every contributing focus. - Topic clustering with severity normalization: Groups findings by decision, file region, or contract, and assigns each cluster the max severity of its members. - Deterministic routing: Marks ambiguity, blocking status, and decision-shape per cluster, then routes each to act, auto-act, process, lock-decisions, or defer — including a security-focus filter that drops nit/minor security findings. - Use Case: After three reviewers produce r01-accuracy.md, r03-dx.md, and r04-integration.md on a design document, run this Skill to collapse their findings into one cluster list showing that the auth-flow contract issues merge into a single Major, ambiguous, blocking cluster routed to process. ## Quick Start Triage all review files in the current artifact directory and return the routed cluster list for iteration 2.