Download for macOS
Skill

ce-test-browser

@everyinc Updated 2026-08-31

Run browser tests for pages affected by the current branch or PR. Use when asked to run or check browser tests for the current change.

compoundengineering

Install

git clone https://github.com/EveryInc/compound-engineering-plugin /tmp/compound-engineering-plugin && ln -s /tmp/compound-engineering-plugin/skills/ce-test-browser ~/.claude/skills/ce-test-browser

From README

Browser Test Skill Run end-to-end browser tests on pages affected by a PR or branch using the best approved browser driver available in the active harness. Done: the run ends by reporting what it found — either the summary, with every affected route marked Pass, Fail, or Skip and each Skip carrying its reason, or, when a preflight blocker stops testing before any route can be exercised, the blocker and what would clear it. Reaching neither, or dropping a route from the summary because nobody could reach it, is the failure this bar exists to prevent. Modes Manual (default): the user controls the dev server. When the fallback driver is agent-browser, ask whether to run headed or headless. Pipeline (mode:pipeline): invoked by LFG or another automated runner. The run is unattended — never block on a question.