What problem does it solve? Reviewing a code change against an architecture guideline by hand is slow and inconsistent; this Skill automates a focused review of the Object Model rules (source of truth, mixins, immutability, identifiers, namespaces, pure rules) so violations are caught with file and line evidence. ## Core Features & Use Cases - Scoped review: Reviews the current branch change, a commit, a range, a path, or the whole repository, reading files from git history when needed. - Checker integration: Runs the bundled arch-check static checker first and judges only the lenses it cannot decide, avoiding duplicate work. - Structured report: Produces a Markdown report with findings ordered by severity, deviations backed by ADRs, and pass/unverified/not-applicable decisions for every lens. - Use Case: Before merging a pull request that touches domain entities, run this review to confirm immutability and pure-rule constraints still hold and get a citable findings list. ## Quick Start Ask the assistant to run an Object Model architecture review of the current branch change using the arch-review-om skill.