zenigame-fx-run-report

Aggregate alpha_factory run outputs into a single Markdown report.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-run-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zenigame-fx-run-report
Source: https://github.com/kent013/zenigame-fx/tree/main/.claude/skills/zenigame-fx-run-report
Command: npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-run-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a consolidated Markdown run report from zenigame-fx Alpha Factory RUN outputs, turning raw run data into a single, readable document.

Core Features & Use Cases

  • Collects and aggregates summary.json, history.json, and genomes parquet produced by the alpha_factory GA run.
  • Generates reports/run-reports/run-{N}.md that captures run metadata, performance metrics, and analysis inputs.
  • Supports optional analysis inputs via --analysis-md paths or --analysis-dir directories to enrich the report with extra context.

Quick Start

Run the report generator for a specific run number after the GA run completes.

Frequently Asked Questions about zenigame-fx-run-report

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

FAQPage Schema
How do I generate a markdown report from Alpha Factory GA run outputs?

To generate a markdown report from Alpha Factory GA run outputs, aggregate summary.json, history.json, and genomes parquet files into a single run-{N}.md document. The tool consolidates run metadata and performance metrics automatically after the GA run completes.

What is the best way to consolidate summary.json and history.json into a readable run report?

The best way to consolidate summary.json and history.json into a readable run report is to use an aggregation tool that parses these files alongside genomes parquet data. It produces a consolidated markdown file capturing run metadata and performance metrics in one document.

Can I enrich the generated run report with additional analysis markdown inputs?

Yes, you can enrich the generated run report with additional analysis markdown inputs by passing optional paths via --analysis-md or pointing to a directory using --analysis-dir. These inputs integrate extra context into the final consolidated markdown report.

Does the report generation fail if the archive Parquet file is missing?

No, the report generation does not fail if the archive Parquet file is missing. The tool handles missing archive Parquet gracefully and continues to produce the run report from the available summary.json and history.json data.

What data formats do I need to prepare before generating an Alpha Factory run report?

Before generating an Alpha Factory run report, you need summary.json, history.json, and genomes parquet files produced by the GA run. Optional analysis markdown files or directories can also be provided to enrich the final report output.