What problem does it solve? Lightning Web Components often accumulate SLDS violations, accessibility gaps, and theming issues that the standard linter alone cannot catch, leaving teams without a clear measure of whether a component is ready to ship. ## Core Features & Use Cases - Automated Multi-Category Scoring: Combines SLDS linter output with a supplementary analysis script to score Linter Compliance, Theming, Accessibility, Code Quality, and Component Usage into an overall A-F grade. - Linter-Complementary Static Analysis: Detects missing hook fallbacks, invented SLDS hooks, hook pairing mismatches, missing labels and alt text, inline styles, and magic pixel values across CSS, HTML, and JS files. - Manual Review Gate: Applies a Pass/Advisory/Blocking gate for loading, error, empty, and disabled states plus blueprint compliance, so a high automated score cannot override blocking findings. - Use Case: Before submitting a new LWC for code review, run the audit to get a compact scorecard with an overall grade, top issues with file and line references, and a final production-readiness recommendation. ## Quick Start Audit my Lightning Web Component at force-app/main/default/lwc/myComponent for SLDS compliance and give me the quality scorecard.