What problem does it solve? UI changes are hard to verify without visual evidence, and feedback loops between developers and reviewers break down when screenshots, comments, and readiness checks are scattered. This Skill standardizes how agents capture UI screenshots, record analysis data, and resolve reviewer comments across iterations. ## Core Features & Use Cases - Automated Capture Rigs: Choose Puppeteer, Electron, or Playwright/MCP to capture routes with readiness markers, DOM snapshots, and desktop/mobile viewports. - Structured Artifacts: Save screenshots, analysis.json, SCREENSHOT_REVIEW.md, and SCREENSHOT_COMMENTS.md under session folders so the control centre review gallery can display them. - Comment-Driven Iteration: Read existing screenshot comments first, plan user journeys, make focused UI changes, and recapture identical journey keys for before/after comparison. - Use Case: While building a new dashboard page, define journey keys with wait selectors, run one capture pass for desktop and mobile, embed results in SCREENSHOT_REVIEW.md, then resolve each reviewer comment and recapture to confirm the fix. ## Quick Start Capture screenshots of the dashboard route with Puppeteer, save them to the current session folder, and generate a review page with analysis.json for my feedback.