What problem does it solve? Committed pictures (posters, OG previews, icons) silently drift out of sync with the code that draws them, and automated gates that compare SVG output cannot detect when the renderer itself starts drawing nonsense. This Skill provides the checklist and triage procedure for keeping every committed image accurate after a visual change lands. ## Core Features & Use Cases - Picture regeneration checklist: Walks a table of every committed image — posters in every language and format, OG previews, favicons, the design page — and states what catches each one going stale. - Edge-case gallery: Builds hostile, constructed test cases (widest glyphs, longest names, empty histories) via node scripts/tools/tools.ts gallery and validates them against the product's actual limits. - Reader briefing and triage: Defines how to brief a fresh-eyes poster-reader agent (two calls, regenerated pictures only) and how to interpret its findings, distinguishing number errors from wording errors. - Use Case: After a design change lands in code or docs-check reports posters out of step, run this gate to redraw affected images, measure render time against the e2e quiet window, and send results to the reader before the final commit. ## Quick Start After the diff review, ask the assistant to refresh the pictures and triage whatever the poster-reader reports.