What problem does it solve? Reviewing pull requests on the LFX One Angular/Express monorepo requires deep knowledge of its BFF architecture, auth boundaries, and house standards, and generic reviewers produce noisy, low-confidence comments that waste author attention. ## Core Features & Use Cases - Architecture-aware review: Judges each change against the LFX One shape — the thin Express BFF, the microservice proxy contracts, the auth middleware route table, and the SSR/hydration boundary. - High-signal commenting: Comments only on changed lines with >=80% confidence, one comment per issue, and never duplicates what CI linting, type-checking, or formatting already enforce. - Delegated deep review: Applies the self-serve-code-review and self-serve-security-review skills for line-level grounding and security-surface analysis of auth, proxy, identity, and innerHTML changes. - Use Case: A PR adds a new proxy endpoint and loosens an auth route classification; the reviewer verifies the route change against auth.middleware.ts, flags the unwarranted public surface, and notes the unverified upstream contract instead of guessing. ## Quick Start Ask the reviewer to review this pull request for correctness, design, and security issues on the LFX One repository.