What problem does it solve?
This Skill detects common pagination usability defects that make large tables frustrating to navigate, such as missing page-size controls, missing total counts, overcrowded page buttons, and unclear active-page styling.
Core Features & Use Cases
- Large dataset pagination checks: Flags tables with many rows that lack a rows-per-page selector, so users cannot increase the visible page size.
- Pagination clarity checks: Identifies paginators that do not show total counts, first/last controls, or an obvious active page indicator.
- Layout and overflow checks: Catches page-number controls that spill beyond their container or show too many buttons at once instead of a compact pattern.
- Use case: A product team reviewing a Students table with hundreds of records can quickly spot why users can only see 10 rows at a time and no longer understand how to navigate the dataset efficiently.
Quick Start
Use the qa-detect-ux-pagination skill to inspect the current page for broken or incomplete pagination UI and report any usability gaps you find.