cto/skills/cto-frontend-visual-qa/SKILL.md
2026-05-25 12:57:33 -04:00

1.0 KiB

name description metadata
cto-frontend-visual-qa Browser, Playwright, screenshot, console, network, and responsive verification protocol for CTO UI work.
version hermes tier status owner source last_reviewed
0.1.0
requires_toolsets
terminal_tools
file_tools
T2 active jp hand 2026-05-25

CTO Frontend Visual QA

Karpathy 4 Rules

  1. Think Before Coding — define viewport, user flow, expected visual state, and acceptance evidence.
  2. Simplicity First — use existing dev server and test tooling before adding new UI harnesses.
  3. Surgical Changes — fix the target UI path only; do not restyle unrelated surfaces.
  4. Goal-Driven Execution — capture screenshot, console/network status, and build/test output.

Required Evidence

  • Desktop and mobile viewport checks for user-facing layout changes.
  • Console errors reviewed.
  • Network failures reviewed when data is involved.
  • Screenshot or pixel evidence for visual assertions.
  • Text must fit containers and controls must not overlap.