langfuse-score-analytics

Analyze Langfuse scores for trends, comparisons, and regression detection.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mberto10/mberto-compound --skill langfuse-score-analytics
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: langfuse-score-analytics
Source: https://github.com/mberto10/mberto-compound/tree/main/plugins/langfuse-analyzer/skills/score-analytics
Command: npx skills add https://github.com/mberto10/mberto-compound --skill langfuse-score-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users understand the quality and performance of their AI models by analyzing scores tracked in Langfuse, enabling them to identify trends, regressions, and distributions.

Core Features & Use Cases

  • Score Analysis: Provides summary statistics, trends, and distributions for various scores.
  • Regression Detection: Compares score performance between different time periods to identify quality drops.
  • Dimension Comparison: Analyzes scores across different dimensions like releases, environments, or trace names.
  • Use Case: A product manager wants to understand if the latest model release has impacted user satisfaction scores. They can use this Skill to compare scores before and after the release and analyze trends over the past month.

Quick Start

Analyze the trend of the 'accuracy' score over the last 14 days with daily granularity.

Frequently Asked Questions about langfuse-score-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze Langfuse scores to track AI performance trends?▼

To analyze Langfuse scores and track AI performance trends, you can use a Python script to retrieve score data via the Langfuse API, generating summary statistics and trend lines over specified time periods.

What is the best way to detect score regressions in Langfuse between releases?▼

The best way to detect score regressions in Langfuse is to compare score performance between different time periods or dimensions, such as comparing user satisfaction metrics before and after a specific model release.

Can I compare Langfuse scores across different environments and trace names?▼

Yes, you can compare Langfuse scores across different environments and trace names by utilizing the dimension comparison feature to analyze score distributions and performance variations across your specified deployment parameters.

Do I need Langfuse API keys to retrieve score analytics?▼

Yes, you need Langfuse API keys to authenticate and retrieve score data, as the Python script requires direct access to the Langfuse API to pull statistics and perform trend analysis.

How do I get summary statistics for AI quality metrics tracked in Langfuse?▼

To get summary statistics for AI quality metrics tracked in Langfuse, execute the Python analysis script to aggregate score data, providing distributions and performance summaries for your specified evaluation metrics.

What limitations exist when analyzing Langfuse score distributions with Python?▼

When analyzing Langfuse score distributions with Python, limitations include dependency on API access for data retrieval and the need for predefined time periods or dimensions to accurately execute regression detection.