.agents/skills/frontend-browser-review/SKILL.md
Use this skill when a change affects what users see or do in the browser.
../../../web/AGENTS.md for web-specific
entry points and test commands.playwright MCP server configured from the repo-owned
shared agent setup.web/**Most flows are only reviewable against meaningful data. Before opening the
browser, seed what the flow needs with the seed CLI (see the
seed-test-data skill for the need→command table):
pnpm run seed -- trace-tree --observations 5000 --v4 — complex
observation trees (v3 + v4 events)pnpm run seed -- long-session --traces 300 — heavy session viewspnpm run seed -- many-traces --count 100000 — list/filter performancepnpm run seed -- doctor — when the stack misbehavesEvery run prints UI deep links — open those instead of navigating manually. Do not hand-write seed scripts or raw ClickHouse inserts.
pnpm run dev:web unless an existing local server is
already running.pnpm run playwright:install if Playwright has not
been set up on the machine yet./tmp/playwright-mcp.Report:
web/AGENTS.md and package-local skills.