preview-verify-deploy
description (verbatim frontmatter)
Verify a Cloudflare Worker change in a real browser before shipping it — start the Worker via this repo's committed `.claude/launch.json` (named, persistent `wrangler dev` configs, one per Worker; not a temporary scratchpad config), reload, check console/network for errors, assert DOM state via `preview_eval` (screenshots are known-unreliable in this harness — they render solid black after any non-zero scroll, a tool-level rendering bug independently confirmed twice this repo's history), then `wrangler deploy` via Desktop Commander and curl-verify the live result. Use this any time a change touches something a Worker actually renders/serves (HTML, CSS, client-side script, an API route) — not for backend-only or non-previewable changes. Sibling to `plugins/cwc-engineering/skills/preview-layout-verify` (layout-measurement invariants only, clipping/collision/overflow) — that skill's invariant sweep is a good deep-dive once a page loads; this skill owns the outer loop (start → verify → deploy → confirm) and the two compose: run this skill's loop, and if the change is layout-shaped, drop into that skill's invariant sweep during the "verify" step.
summary
Verify a Cloudflare Worker change in a real browser before shipping it — start the Worker via this repo's committed `.claude/launch.json` (named, persistent `wrangler dev` configs, one per Worker; not a temporary scratchpad config), reload, check console/network for errors, assert DOM state via `...
source
plugins/cwc-design/skills/preview-verify-deploy/SKILL.md
provenance
created 2026-07-10 18:13:13 · JSON