evor-report

Generate Evor mission reports with tree visualizations, frontier tables, and static HTML exports.

1|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/it-dainb/oh-my-evor --skill evor-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evor-report
Source: https://github.com/it-dainb/oh-my-evor/tree/main/skills/evor-report
Command: npx skills add https://github.com/it-dainb/oh-my-evor --skill evor-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Evor-report solves the problem of manually generating and organizing reports for completed or paused Evor runs. It automates the creation of detailed reports with interactive visualizations and static HTML exports, saving time and ensuring accuracy.

Core Features & Use Cases

  • Final Mission Report: Generates a comprehensive report for a completed or paused Evor run.
  • Tree Visualization: Provides an ASCII and PNG tree visualization of the evolution process.
  • Frontier Table: Offers a table with metric deltas vs baseline and per-domain breakdowns.
  • Wiki Lessons: Aggregates lessons learned from the run and confirms/refutes hypotheses.
  • Strategy Evolution Summary: Summarizes the evolution of the strategy over the run.
  • Static HTML Export: Exports a self-contained static HTML file for easy access and sharing.
  • Use Case: After an Evor run, use the evor-report skill to generate a detailed report that includes visualizations, tables, and lessons learned, making it easier to understand the results and make informed decisions.

Quick Start

Generate a final Evor mission report with tree visualization, frontier table, and static HTML export for run ID '12345'.

Frequently Asked Questions about evor-report

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

FAQPage Schema
How do I generate a mission report from an Evor run?

The evor-report skill generates comprehensive reports by reading 'tree.json' and 'run-state.json', processing the evolution data, and rendering visualizations, frontier tables, and static HTML exports.

What is included in an Evor mission report?

An Evor mission report includes ASCII and PNG tree visualizations, a frontier table with metric deltas and per-domain breakdowns, aggregated wiki lessons, a strategy evolution summary, and a static HTML export.

Can I export Evor run data to a static HTML file?

Yes, the evor-report skill exports a self-contained static HTML file that includes interactive visualizations and frontier tables, allowing easy access and sharing of the Evor run results.

Does the Evor report generation require specific input files?

Yes, Evor report generation requires 'tree.json' and 'run-state.json' input files, and it utilizes evor_plot_report, evor_state_read, and evor_read_artifact tools to process and aggregate the run information.

What is the best way to visualize the evolution process of a machine learning run?

Using the evor-report skill, you can visualize the evolution process through ASCII and PNG tree visualizations alongside a frontier table that displays metric deltas versus baseline and per-domain breakdowns.