Verify UI work with recorded evidence instead of screenshots — record browser-testing rounds (video + DOM timeline + network evidence) reviewed on a local site where the operator leaves timestamped video comments, and run coverage sweeps that exercise 100% of an inventoried UI. Use after ANY change that touches web UI, whenever an agent tests or reviews UI behavior (agent-browser, Playwright, or Chrome), for a DOM dynamics / browser testing pass, and when the operator should verify asynchronously — prefer this over calling agent-browser directly for UI verification. Recording rounds run through the agent-browser CLI by default; a browser-control backend can record the operator's real logged-in browser on explicit request (requires the browser-control CLI + extension + ffmpeg).
$npx -y skills add amelnagdy/ui-review-loop --skill ui-review-loopInstalls into the current project.
Run `npx skills use "https://github.com/amelnagdy/ui-review-loop" --skill "amelnagdy/ui-review-loop"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amelnagdy/ui-review-loop" that are relevant to the current task. Run `npx skills add "https://github.com/amelnagdy/ui-review-loop"` and select the relevant skills, then follow their instructions.