What problem does it solve? Manually auditing a Salesforce BPO (Base Platform Object) entity.xml for missing platform capabilities is error-prone and slow, since required attributes span access control, sharing, UI, licensing, and upgrade actions across many files. This Skill walks through a structured 79-point verification checklist and produces a complete gap report. ## Core Features & Use Cases - 79-Point Verification: Checks 79 capabilities grouped into 15 sections, from org/user access and FLS to related lists, UI API allowlisting, and upgrade action providers. - Top-Level vs Child Entity Logic: Distinguishes entity types via the platformEntity tag so child entities with access delegates are not falsely flagged for issues like enforcedByCRUD user access. - Three-Part Report Output: Generates a capabilities matrix, a missing capabilities analysis with priorities, and a prioritized action items list including PO-decision items. - Use Case: A Salesforce platform engineer finalizing a new module's entity.xml invokes the skill to confirm FLS, sharing model, tab registration, licensing ULD entries, and upgrade actions are all configured before release. ## Quick Start Ask the assistant to verify the platform capabilities of the entity.xml file in your UDD package directory.