What problem does it solve? Reviewing a code change for architectural rule violations around operator context, authorization, tenancy, and provenance is slow and inconsistent when done by hand. This Skill automates that review by judging a change against a fixed catalog of Context lenses and producing a structured findings report. ## Core Features & Use Cases - Lens-based review: Judges code against the Context lens file covering stages, scopes, OperatorContext, authorization, tenancy, and provenance, deciding each lens as finding, pass, unverified, or not applicable. - Flexible scope resolution: Reviews the current branch change, the whole repository, a commit range, a single commit, or a path, reading files from the working tree or from git history as appropriate. - Static checker integration: Runs the bundled arch-check checker first, adopts its fully covered lens decisions, and manually judges the lenses it cannot decide. - Use Case: Before merging a pull request that touches request scoping or tenant isolation, run this review to get a severity-ordered findings report with file and line evidence, plus a record of documented ADR deviations. ## Quick Start Ask the assistant to run an architecture review through the Context lenses on the current branch change.