What problem does it solve? New VS Code UI features often ship without screen reader support, keyboard navigation, or proper ARIA semantics, leaving assistive technology users unable to discover or operate them. This Skill provides the required patterns and checklists to make every new or updated interactive UI surface accessible. ## Core Features & Use Cases - Accessibility Help Dialogs: Create IAccessibleViewImplementation providers with localized help text, dynamic keybinding resolution, and focus restoration on close. - Accessible Views & Verbosity Settings: Expose rich visual content as plain-text read-only editors and register AccessibilityVerbositySettingId configuration entries. - Signals, ARIA, and Keyboard Support: Play accessibility signals, use alert()/status() live regions correctly, and enforce keyboard navigation, ARIA roles, and labels. - Use Case: When adding a new panel or widget to the VS Code workbench, follow the included checklist to register the help dialog, accessible view, verbosity setting, and ARIA attributes before shipping. ## Quick Start Use the accessibility skill to add an accessibility help dialog, accessible view, and verbosity setting for my new workbench panel.