What problem does it solve? Reviewing Salesforce UDD entity XML definitions by hand against the 15-check Industries Q4 Best Practices checklist is slow and error-prone, especially across large entity sets with flex fields, flex indexes, and cross-entity relationships. ## Core Features & Use Cases - Automated 15-Check Audit: Runs all checklist checks programmatically, covering slot 0 usage, flex index definitions, FK constraints, text case sensitivity, slot utilization, and cascade delete depth. - Flexible Input Sources: Accepts local folders, single entity XML files, or gitcore URLs, with optional data model spreadsheets (xlsx or Google Sheets) for field alignment checks. - Themed Consolidated Reports: Produces a report with per-entity PASS/FAIL/WARN/N/A summaries, findings grouped by theme with impact explanations, cross-entity cascade chain analysis, and prioritized action items. - Use Case: Before a schema freeze, point the Skill at your module's UDD folder to get a readiness report listing critical failures like text fields on slot 0 or missing flex indexes on relationship fields. ## Quick Start Analyze the entity XML files in my UDD folder at /opt/workspace/core-public/core/my-module-udd/java/resources/udd/my-module-udd/ against the Q4 best practices checklist.