summarize-eval-results

Summarize AI agent evaluation JSON results into a markdown report.

57|7|Updated Aug 6, 2025
One-click install
npx skills add https://github.com/seiggy/lucia-dotnet --skill summarize-eval-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize-eval-results
Source: https://github.com/seiggy/lucia-dotnet/tree/main/.github/skills/summarize-eval-results
Command: npx skills add https://github.com/seiggy/lucia-dotnet --skill summarize-eval-results

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the tedious process of analyzing and summarizing the output from AI agent evaluation tests, making it easier to understand performance and identify issues.

Core Features & Use Cases

  • Automated Reporting: Parses complex JSON evaluation results into a human-readable markdown report.
  • Key Metrics Visualization: Presents a clear table of scenario performance across various metrics.
  • Failure Analysis: Details specific failures, including user prompts, tool call chains, and agent responses.
  • Use Case: After running a suite of agent tests, use this Skill to quickly generate a summary report that highlights which scenarios passed, failed, and why, allowing for rapid iteration on agent prompts.

Quick Start

Run the summarize eval results skill on the latest evaluation reports.

Frequently Asked Questions about summarize-eval-results

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

FAQPage Schema
How do I summarize AI agent evaluation results from JSON into a readable format?

To summarize AI agent evaluation results, you can parse the JSON output into a compact markdown report. This process extracts metrics, pass/fail summaries, and tool call chains to provide a clear, human-readable analysis of your test runs.

What is the best way to analyze failed scenarios in AI agent testing?

The best way to analyze failed scenarios in AI agent testing is to generate a detailed failure report. This includes extracting user prompts, tool call chains, and agent responses from the evaluation JSON to pinpoint exactly why a scenario did not pass.

Can I automatically generate a metrics table from DiskBasedReportingConfiguration JSON?

Yes, you can automatically generate a metrics table from DiskBasedReportingConfiguration JSON. Parsing the JSON output directly creates a structured table that visualizes scenario performance across various evaluation metrics.

How do I visualize test metrics for AI agents after running a test suite?

You can visualize test metrics for AI agents by converting the raw JSON test output into a markdown summary. This report presents a clear table of scenario performance, making it easier to understand evaluation results and identify issues.

Does this reporting approach work without external dependencies for parsing evaluation JSON?

Yes, this reporting approach works without external dependencies for parsing evaluation JSON. It uses built-in scripts to read the test output files and generate the markdown summary report without requiring additional libraries or frameworks.