What problem does it solve?
Manually creating realistic Langfuse traces, sessions, and observations for local development and UI testing is slow and error-prone. This Skill provides one-shot, deterministic seeding of complex test data so developers can reproduce frontend rendering, performance, and layout scenarios without ad hoc scripts or raw database inserts.
Core Features & Use Cases
- Scenario-based seeding: Generate complex observation trees, agent timelines, deep chains, long sessions, bulk traces, outlier traffic, and v4 events with a single CLI command.
- Deterministic and verifiable: Same seed and flags produce the same IDs, with ClickHouse readback verification and a JSON summary including UI deep links.
- Built-in diagnostics: A doctor command checks Postgres, migrations, ClickHouse, Redis, MinIO, and the web app, printing the exact fix command for every failure.
- Use Case: A frontend engineer needs to stress-test the trace detail view's 10k observation cap. They run the trace-tree scenario with 12,000 observations and a stride flag, then open the printed deep link to verify the chronological tail behavior.
Quick Start
Ask the agent to seed a complex v4 trace tree with 5000 observations using the seed-test-data skill and open the printed UI link to verify it.