What problem does it solve? Reviewing a code change for compliance with a network-layer architecture guideline is slow and inconsistent when done by hand. This Skill automates that review by judging a change strictly against the Network lenses (topology, gateway, public types, clients, realtime, push-first) and producing a structured findings report. ## Core Features & Use Cases - Scoped review: Reviews the current branch's change, a commit, a range, a path, or the whole repository, reading files from history with git show when the scope is not checked out. - Checker integration: Runs the bundled arch-check static checker on working-tree scopes and combines its findings with manual lens judgment, falling back to full manual review when the checker cannot run. - Structured report: Emits a Markdown report with findings (severity, file, line, fix), ADR-documented deviations, passed, unverified, and not-applicable lenses. - Use Case: Before merging a pull request that touches the gateway or realtime channel code, run this review to catch violations of the network-layer rules and get a per-lens verdict with evidence. ## Quick Start Ask the assistant to run an architecture review of the current branch through the Network lenses and report any findings.