What problem does it solve?
This Skill finds user interface affordance failures that make interactive elements hard to notice or use, such as clickable items that do not look clickable, controls hidden behind hover states, and inputs or links with weak visual cues.
Core Features & Use Cases
- Clickable affordance checks: Detects cursor styles and styling patterns that fail to signal interactivity.
- Keyboard accessibility checks: Flags focusable elements that lack visible focus indicators.
- Touch and mobile usability checks: Finds controls that only appear on hover and are therefore unreachable on touch devices.
- Form and layout cues: Identifies text inputs that visually blend into surrounding content and ambiguous nested click targets.
- Use case: Review a web app page and surface the specific elements most likely to confuse users because they do not read as interactive.
Quick Start
Ask the QA agent to scan the current page for affordance issues and report clickable elements, missing focus states, hover-only controls, and invisible inputs.