ui-check-framework
Installation
SKILL.md
UI Check Framework
Overview
Create or refine an automated UI self-check system that discovers UI blocks via data-qa tags and enforces behavioral/visual contracts (themes, animations, loading, layout stability, modal usability, error visibility). The framework must scale to new cards, modals, toasts, and actions without writing new test cases each time.
Workflow (use in order)
- Inspect existing scaffolding
- Prefer reusing the project's
ui-tests/folder if it exists. - Read
ui-tests/docs/UI_TESTING.mdandui-tests/docs/QA_TAGGING.mdif present. - Confirm scripts in root
package.json(ui:test,ui:update-baseline,ui:report,ui:check,ui:watch) point at Playwright flows.
- Prefer reusing the project's