get-results

Retrieves and parses simulation results from Coval evaluation platform via CLI.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/coval-ai/coval-external-skills --skill get-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-results
Source: https://github.com/coval-ai/coval-external-skills/tree/main/skills/simulations/get-results
Command: npx skills add https://github.com/coval-ai/coval-external-skills --skill get-results

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of manually tracking and interpreting complex AI evaluation results by providing a streamlined interface to fetch and summarize simulation data.

Core Features & Use Cases

  • Automated Retrieval: Instantly pull detailed simulation logs or full run summaries using unique identifiers.
  • Result Analysis: Automatically parse status, transcripts, and error messages to identify failed test cases.
  • Use Case: Use this skill after an evaluation run to quickly generate a summary table of passed and failed simulations, allowing you to focus immediately on debugging specific failures.

Quick Start

Use the get-results skill to retrieve and summarize the simulation data for the specified run ID.

Frequently Asked Questions about get-results

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

FAQPage Schema
How do I retrieve simulation results from the Coval evaluation platform?

To retrieve simulation results from the Coval evaluation platform, use this skill to fetch and parse data by providing a specific run or simulation identifier. It extracts status, transcripts, and error diagnostics for performance analysis and debugging.

What is the best way to debug failed AI evaluation simulations?

Debugging failed AI evaluation simulations is best handled by parsing run outcomes to identify failed test cases. This skill automatically extracts error messages and transcripts, allowing you to focus immediately on debugging specific failures from the evaluation run.

Can I generate a summary table of passed and failed simulations after an evaluation run?

You can generate a summary table of passed and failed simulations after an evaluation run by pulling detailed simulation logs. The skill parses status and error diagnostics to summarize outcomes, facilitating quick performance analysis and targeted debugging.

Does the get-results skill require specific identifiers to fetch evaluation outcomes?

The get-results skill requires unique run or simulation identifiers to fetch evaluation outcomes. It operates on these specific identifiers to programmatically extract status logs, transcripts, and error diagnostics via the Coval CLI.

Why am I not seeing error diagnostics in my AI simulation transcripts?

Missing error diagnostics in AI simulation transcripts may occur if the correct run identifier is not used during retrieval. This skill parses simulation data to explicitly extract and surface error messages, ensuring failed test cases are identified.