What problem does it solve?
This skill reviews the code and design of web forms to identify usability and accessibility issues. It checks for poor field ordering, confusing labels, missing or unhelpful error messages, incorrect input types, broken keyboard navigation, and accessibility violations. The output is a prioritized list of specific improvements with code examples for each fix.
Core Features & Use Cases
- Automated UX review: systematically inspects labels, field order, input types, autocomplete attributes, error messaging, and accessibility conformance.
- Real-world scenarios: ideal for sign-up, checkout, contact forms, and long data-entry forms with high abandonment or support requests.
- Use Case: Example: review a checkout form to improve labels, errors, and focus management, providing a prioritized list of fixes.
Quick Start
Copy this skill to your project's skill folder and prompt it with your form code to receive UX recommendations.