What problem does it solve?
This Skill catches structural form issues that break submission flows or make inputs hard to use on mobile, such as missing form wrappers, missing visible submit actions, cramped touch targets, and inputs that are not wide enough on small screens.
Core Features & Use Cases
- Form wrapper validation: Detects input groups with a submit button that are not wrapped in a
<form>, which can break Enter-to-submit behavior and autofill.
- Submit affordance checks: Flags forms that have no visible submit, save, update, add, or similar action button.
- Mobile usability checks: Finds inputs shorter than the 44px touch-target minimum and fields that fail to expand to full width on mobile.
- Custom select accessibility check: Identifies hidden native selects replaced by custom dropdowns without the expected ARIA attributes.
- Use case: A QA engineer can run this skill on a responsive checkout or registration page and quickly surface the structural problems most likely to frustrate users and block completion.
Quick Start
Run this skill on any page with forms to identify structural and mobile-friendly input issues.