What problem does it solve?
Engineers working on Langfuse pull requests need a live, full-stack environment to test changes, but spinning up, accessing, seeding, and debugging these disposable PR previews involves non-obvious gates, credentials, and kubectl workflows.
Core Features & Use Cases
- Preview lifecycle management: Explains how same-repo PRs auto-build and deploy to pr-N.preview.langfuse.com, how the build and deploy allowlist gates work, and how updates and teardown behave.
- Test data seeding: Guides running the deterministic seed CLI from a local checkout against a preview's Postgres and ClickHouse over kubectl port-forwards.
- Debugging and recovery: Provides kubectl commands for logs, pod diagnosis, waking sleeping off-hours previews, and a symptom-to-fix table for common failures like 404s, Pending pods, and ClickHouse OOMs.
- Use Case: You opened a PR, the build comment posted, but the preview URL 404s — the Skill tells you the deploy allowlist is the cause and how to add yourself in the infrastructure repo.
Quick Start
Ask the assistant to help you access, seed test data into, or debug the Langfuse preview environment for your pull request number.