What problem does it solve? Lightning Web Components that use modern patterns like lwc:if directives or inline GraphQL queries in @wire configurations fail offline data priming in Salesforce Mobile App Plus and Field Service Mobile App, and developers lack a structured way to find and fix these violations before shipping. ## Core Features & Use Cases - Three-category compliance review: Detects lwc:if/lwc:elseif/lwc:else usage, inline GraphQL in @wire configs, and Komaci ESLint rule violations with exact rewrite guidance. - Automated static analysis: Runs the @salesforce/eslint-plugin-lwc-graph-analyzer recommended ruleset via a bundled script with pinned, isolated dependencies. - Auditable findings report: Emits findings with file locations, verbatim remediation text, and reviewer citations, plus a summary of fixed and deferred issues. - Use Case: Before shipping a component to Field Service Mobile App offline mode, run the review to extract inline GraphQL queries into getters and convert conditional directives, then apply the fixes directly. ## Quick Start Ask the assistant to run a mobile offline review on your LWC bundle, for example by saying "run a Komaci offline priming audit on modules/my/component".