What problem does it solve? Reviewing a change against a full architecture guideline by hand means checking hundreds of rules across many concerns, which is slow and easy to do inconsistently. This Skill fans the review out to eight parallel reviewers, one per lens group, and merges their findings into a single deduplicated, severity-sorted report. ## Core Features & Use Cases - Parallel group reviews: Launches eight reviewers at once (object model, contracts, context, storage, async, network, delivery, ops), each judging only its own lens group against the guideline. - Static checker integration: Runs the arch-check static checker once on the working tree and distributes each group's relevant findings to its reviewer, so no reviewer re-runs it. - Deterministic merge: Deduplicates findings that flag the same path:line or the same symbol, sorts by severity, and counts applied, passed, findings, unverified, and not-applicable lenses across the whole catalog. - Use Case: Before opening a pull request that crosses layers, run the full review on the branch's diff range to get one consolidated report of every architecture rule the change breaks, with one-sentence fixes. ## Quick Start Ask the assistant to run a full architecture review over the files changed in your current branch compared to main.