What problem does it solve?
The Web Interface Guidelines Skill provides a structured, repeatable checklist to find accessibility, performance, responsive design, and security issues in frontend code so teams can ship usable and compliant web interfaces.
Core Features & Use Cases
- Accessibility checks: semantic HTML, ARIA labeling, keyboard navigation, focus management, contrast and screen reader considerations.
- Performance guidance: image optimization, bundle and rendering best practices, and Core Web Vitals recommendations.
- Responsive and UX patterns: mobile-first layouts, fluid typography, breakpoints, forms, loading and error states, and modal behaviors.
- Security and internationalization: content sanitization, external link safety, i18n considerations and RTL support.
- Use Case: Run the checklist against a repository or a single component to produce a per-file, rule-tagged audit report for developers and designers.
Quick Start
Run a UI audit and report each finding as file:line — [RULE_ID] description following the guidelines.