Drive your own deployed app in a real browser (Cloudflare Browser Run, via the chrome-devtools MCP server) and verify it by semantic judgment — navigate, interact, observe what actually rendered, and decide whether it meets the acceptance criteria. A judgment-based complement to scripted CI e2e: catches \"renders but looks wrong / behaves wrong\" that selector assertions miss. Activates after a deploy/preview, when verifying UI behavior against intent.
$npx -y skills add nikolanovoselec/codeflare --skill browser-e2eInstalls into the current project.
Run `npx skills use "https://github.com/nikolanovoselec/codeflare" --skill "nikolanovoselec/codeflare/browser-e2e"` 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/nikolanovoselec/codeflare" that are relevant to the current task. Run `npx skills add "https://github.com/nikolanovoselec/codeflare"` and select the relevant skills, then follow their instructions.