What problem does it solve? Reviewing a code change for compliance with a project's storage-layer architecture rules is slow and inconsistent when done by hand. This Skill automates that review by judging a change strictly against the Storage lenses of the swe_guidelines architecture guideline, 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 the working tree or from git history as appropriate. - Checker integration: Runs the bundled arch-check static checker first, adopts its fully covered lens decisions, and judges the remaining lenses by reading the code. - Structured report: Emits 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 adds a new table and migration, run the review on the branch to catch violations of storage principles, translation rules, and migration conventions with file-and-line evidence. ## Quick Start Ask the assistant to run an architecture review of the current branch's changes through the Storage lenses.