hoangnguyen0403/common-web-visual-testing
Standardizes visual audits, responsive design, and behavioral testing for web apps. Use to verify a web UI fix or cross-browser behavior; defer backend API refactors, Playwright installation/tooling setup, and Appium/mobile automation.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill common-web-visual-testing
> [!IMPORTANT]
> Tier 2 (Methodology): Strategy web UI/UX audit.
> Tier 3 (Domain): Responsive, A11y (WCAG), Browser Engine quirk.
Visual test best as Comparative Audit loop:
snapshot --aria + screenshot prod/main.Responses must label the two captures as Before and After (or Baseline and Fixed) and include the diff and neighboring-element side-effect check.
| Change Type | Scenarios to Run |
| :---------------- | :------------------------------------------------- |
| CSS/Layout | Responsive Audit + Hover + CLS Check |
| Forms/Input | Validation Msg + Focus State + Error Boundary |
| Navigation | URL Sync + Sticky Header + Back-Button Persistence |
| Assets/Fonts | Lazy Load + Icon Check + LCP Audit |
| Accessibility | Tab Order + Aria-Snapshot + Color Contrast |
--mask or JS (opacity: 0). Avoid "False Regression".playwright-cli snapshot --aria verify state before done.Take hoangnguyen0403/common-web-visual-testing from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.