langfuse/frontend-browser-review
| Shared workflow for browser-based review of user-visible frontend changes in Langfuse. Use when a change affects UI behavior, layout, styling, navigation, or browser-visible regressions and should be checked with the Playwright MCP server before signoff.
npx skills add https://github.com/langfuse/langfuse --skill frontend-browser-review
Use this skill when a change affects what users see or do in the browser.
../../../web/AGENTS.md for web-specificentry points and test commands.
playwright MCP server configured from the repo-ownedshared 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 — complexobservation 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 isalready running.
pnpm run playwright:install if Playwright has notbeen set up on the machine yet.
deep links printed by the seed CLI when the flow needs seeded data.
it against the intended behavior from the task or existing patterns.
/tmp/playwright-mcp.
Report:
web/AGENTS.md and package-local skills.guide.
Take langfuse/frontend-browser-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.