What problem does it solve? Reviewing a code change for architectural consistency across apps, deployment, repo layout, client architecture, telemetry, and conventions is slow and easy to do inconsistently. This Skill applies the Delivery group of architecture lenses to a change and produces a structured findings report. ## Core Features & Use Cases - Scoped review: Review the current branch's change, the whole repository, a commit range, a single commit, or a path, with files read in full including their neighbors. - Checker integration: Runs the bundled arch-check static checker first, adopts its findings for fully covered lenses, and judges the remaining lenses by reading the code. - Structured report: Outputs findings with severity, file and line, deviations backed by ADRs, plus passed, unverified, and not-applicable lens lists. - Use Case: Before merging a pull request that touches deployment configuration and logging, run this review to catch breaches of the Delivery rules and document any accepted deviations. ## Quick Start Ask the assistant to run an architecture review of the current branch through the Delivery lenses and report any findings.