What problem does it solve?
Frontend changes in Langfuse can introduce visual regressions, broken layouts, or navigation issues that unit tests and linting miss. This Skill provides a structured browser-based review workflow so UI changes are verified in a real browser before signoff.
Core Features & Use Cases
- Browser-Based Review Loop: Drives a repeatable workflow using Cursor Cloud computer use or a Playwright MCP server to exercise changed flows and check for visual regressions.
- Seeded Test Data: Integrates with the Langfuse seed CLI to prefill traces, sessions, and observation trees, producing deep links for realistic review scenarios.
- Structured Signoff Reporting: Defines output expectations including reviewed flows, regression findings, blockers, and human handoff details with screenshots or videos on the GitHub PR.
- Use Case: After modifying a trace tree page layout in
web/, seed 5000 observations, open the deep link in a browser session, verify the happy path and responsive behavior, then post before/after proof on the PR.
Quick Start
Ask the agent to review your Langfuse UI change in the browser using the frontend-browser-review workflow and report any visible regressions.