analyze-results

Parse EDSL Results by UUID and generate Markdown, HTML, and CSV analysis packages.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/expectedparrot/skills --skill analyze-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-results
Source: https://github.com/expectedparrot/skills/tree/main/.claude/skills/analyze-results
Command: npx skills add https://github.com/expectedparrot/skills --skill analyze-results

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

EDSL results are scattered across local files and cloud objects, making it hard to validate experiments and share findings with stakeholders.

Core Features & Use Cases

  • Load an EDSL Results object by UUID from Expected Parrot or from a local results file.
  • Export documentation and results: generate survey markdown, a mermaid diagram, and a CSV export of results.
  • Produce a comprehensive analysis report in Markdown and HTML, with optional focus on agent or scenario insights for reporting.

Quick Start

Load a results object by UUID or local path and generate a complete analysis package in a new analysis_N directory.

Frequently Asked Questions about analyze-results

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

FAQPage Schema
How do I generate a report from EDSL survey results?

To generate a report from EDSL survey results, load your Results object by UUID or local file path. The tool exports a CSV, survey markdown documentation, and composes a styled HTML report with visualizations into an incremented analysis directory.

Can I load EDSL results directly from Expected Parrot by UUID?

Yes, you can load EDSL results directly from Expected Parrot using a UUID. Alternatively, you can parse a local results file. Both methods allow you to generate a complete analysis package including markdown and HTML outputs.

What is included in an EDSL analysis package?

An EDSL analysis package includes survey markdown documentation, a mermaid diagram, a results CSV, and a comprehensive markdown report with visualizations. It also produces a styled HTML version and optionally generates a PPTX file for presentations.

Does the EDSL report generator support focusing on specific agent or scenario insights?

Yes, the EDSL report generator supports optional focus on agent or scenario insights. You can specify your analysis focus during generation to tailor the markdown and HTML reports for specific stakeholder reporting needs.

What's the best way to share EDSL experiment findings with stakeholders?

The best way to share EDSL findings is by generating a self-contained analysis package. It produces a styled HTML report with visualizations and optional PPTX generation, making it easy to validate experiments and present results to stakeholders.

Do I need any external dependencies to analyze EDSL results and create reports?

No external dependencies are required to analyze EDSL results and create reports. The tool independently parses results, exports CSV documentation, and composes markdown and styled HTML reports with visualizations into an incremented analysis directory.