What problem does it solve? Interface changes and UI reductions often silently break accessibility: controls become unreachable by keyboard, focus indicators disappear, status depends on color alone, or text clips at larger display scaling. This Skill provides a governed review contract that catches these regressions before they ship. ## Core Features & Use Cases - Structured Accessibility Review Pass: Systematically checks keyboard reachability, tab/focus order, focus visibility, semantic names/roles/states, contrast, zoom and scaling, pointer target size, form labels, captions, and reduced-motion support. - Explicit Status and STOP Conditions: Emits clear review outcomes (ACCESSIBILITY REVIEW PASS IN SCOPE, ACCESSIBILITY FINDING, REMEDIATION REQUIRED, BLOCKED, STOP) and halts when a design removes the only accessible interaction path or relies on color alone for consequential state. - Honest Scope Boundaries: Distinguishes an accessibility review from formal compliance certification, preventing scoped findings from being misrepresented as universal conformance claims. - Use Case: Before shipping a redesigned settings panel, run this review to verify every consequential control is keyboard-operable, focus order is logical, error states are not color-only, and content remains readable at 200% zoom. ## Quick Start Review this interface change for keyboard operability, focus visibility, contrast, screen-reader semantics, and reduced-motion support, then report findings and remediation steps.