verify-artifact
Installation
SKILL.md
Verify Artifact
Deeper check than /done — uses vision on the actual rendering and flags visual problems, not just console errors.
Pipeline
-
Ensure preview is live: if
$0isn't already open in Chrome DevTools MCP, navigate there first via/preview $0. -
Deck-aware pre-check (if
<deck-stage>present). Decks haveoverflow: hiddenon sections — vertical overflow is visually silent, so vision alone will miss it. Before screenshot, also hard-reload with cache-bust to make sure the browser is rendering the current on-disk CSS, not a cached state from before the last edit:mcp__chrome-devtools__navigate_page({ type: "reload", ignoreCache: true })Then run the programmatic audit: