langfuse-ci-integration
Installation
SKILL.md
Langfuse CI Integration
Overview
Integrate Langfuse into CI/CD pipelines: trace validation tests, prompt regression testing, experiment-driven quality gates, automated prompt deployment from version control, and score monitoring.
Prerequisites
- Langfuse API keys stored as GitHub secrets (
LANGFUSE_PUBLIC_KEY,LANGFUSE_SECRET_KEY) - Test framework (Vitest or Jest)
- OpenAI API key for LLM tests
Instructions
Step 1: GitHub Actions Workflow for AI Quality Tests
# .github/workflows/langfuse-tests.yml
name: AI Quality Tests