UI Verification Skill
Ensures visual and interactive changes match design system expectations and accessibility standards.
Workflow
- •
Environment Setup: Ensure the dev server is running.
powershellbun dev
- •
Visual Audit:
- •Check responsive layouts: Mobile (375px), Tablet (768px), Desktop (1280px).
- •Validate typography and color consistency.
- •Verify hover, active, and focus states.
- •
Accessibility:
- •Keyboard navigation: All interactive elements reachable and focused.
- •Focus indicators: Clearly visible.
- •Contrast: Ensure AA compliance (4.5:1).
- •
Automated Verification:
- •
Run E2E routes:
powershellbun run test:e2e
- •
Run visual regression:
powershellbun run test:visual
- •
Tools
Use the browser_subagent for automated visual checks and screenshots when manual verification is not preferred.