What problem does it solve? UI sound effects are often implemented without accessibility safeguards, appropriate use cases, or correct playback handling, leading to annoying or inaccessible experiences. This Skill audits your UI code against a structured rule set and reports every violation with file and line references. ## Core Features & Use Cases - Rule-Based Auditing: Checks code against 15 rules across four categories: accessibility (a11y-), appropriateness (appropriate-), implementation (impl-), and weight matching (weight-). - Precise Findings Output: Reports each issue in file:line - [rule-id] description format plus a severity summary table. - Use Case: Before shipping a feature that plays sounds on button clicks and form submissions, run this audit to catch missing sound toggles, missing prefers-reduced-motion checks, sounds on high-frequency interactions like typing, and audio that is not preloaded. ## Quick Start Ask the AI to audit the sound implementation in your components directory using the sounds-on-the-web rules and list all findings.