What problem does it solve?
This Skill detects confusing UI states where an application says there are no results while old results are still visible, pagination remains active, or duplicate empty-state toasts stack up. It helps QA teams find stale-data and notification-deduplication bugs that make interfaces look broken or unreliable.
Core Features & Use Cases
- Empty-state vs results conflict detection: Flags cases where “No data” or “Record Not Found” appears alongside cards, rows, or list items that should have been cleared.
- Pagination inconsistency checks: Finds pagination controls that remain visible even though the page is in an empty state.
- Duplicate toast detection: Identifies repeated identical alerts or snackbars rendered at the same time.
- Location mismatch review: Spots empty-state messages shown as transient toasts when an inline empty-state would be clearer.
- Use case: After filtering a table to zero records, the Skill can catch the bug where the empty-state message appears but the previous results still remain on screen.
Quick Start
Use this skill to inspect the current page for empty-state messages that conflict with visible results, pagination, or duplicate toasts.