What problem does it solve?
This Skill catches common toast, snackbar, and notification defects that make transient UI misleading, inaccessible, or visually ambiguous. It focuses on short status messages where generic wording, punctuation mistakes, missing labels, and color-only signals are easy to miss in manual review.
Core Features & Use Cases
- Generic message detection: Flags success or completion messages that do not say what actually changed.
- Fragment and punctuation checks: Identifies sentence fragments and trailing commas, semicolons, or colons in toast text.
- Toast accessibility review: Detects close buttons without accessible names so screen reader users know how to dismiss the message.
- Status indicator review: Finds badges, chips, and pills that rely on color alone instead of explicit state words.
- Use case: A product team can run this skill after releasing a new notification system to ensure every ephemeral message is clear, accessible, and semantically correct.
Quick Start
Use this skill to inspect the current page for toast and notification UI issues and report any generic, fragmentary, inaccessible, or color-only status signals you find.