results-analysis

Analyze ML experiment results into reports, statistics, and figure catalogs.

13|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/debug-zhuweijian/ai-research-toolkit --skill results-analysis-debug-zhuweijian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: results-analysis
Source: https://github.com/debug-zhuweijian/ai-research-toolkit/tree/main/modules/04-writing/skills/results-analysis
Command: npx skills add https://github.com/debug-zhuweijian/ai-research-toolkit --skill results-analysis-debug-zhuweijian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a strict, evidence-first workflow for analyzing ML/AI experiment results, ensuring rigor, traceability, and reproducibility.

Core Features & Use Cases

  • Inventory and validate artifacts: Identify metric tables, training curves, seeds, baselines, and evaluation metadata.
  • Descriptive and inferential statistics: Compute means, confidence intervals, effect sizes, and perform appropriate tests with corrections.
  • Real figures and figure catalog: Generate publications-ready plots and a figure-catalog.md with caption requirements.

Quick Start

Provide a strict analysis bundle from your experiment artifacts.

Frequently Asked Questions about results-analysis

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

FAQPage Schema
How do I generate reproducible statistics and figures from ML experiment results?

To analyze ML experiment results, provide your raw experiment artifacts for validation. The skill inventories metrics, training curves, and baselines to enforce a reproducible analysis workflow, outputting a strict bundle with statistics and figures.

What is the best way to validate experimental pipelines and ensure reproducibility?

Validating experimental pipelines requires inventorying metric tables, seeds, and baselines from your artifacts. This skill enforces evidence-first rigor by validating evaluation metadata and producing a strict, reproducible analysis bundle with explicit caveats when data is missing.

How do I compute confidence intervals and effect sizes for machine learning experiments?

Compute confidence intervals and effect sizes by feeding evaluation metrics into this analysis workflow. It performs descriptive and inferential statistics, applying appropriate tests with corrections, and documents the results in a generated stats-appendix.md file.

Can I use this workflow to create a figure catalog for publication-ready plots?

Yes, you can create a figure catalog for publication-ready plots. The workflow generates figures from your ML results and outputs a figure-catalog.md file that enforces caption requirements and tracks all visual artifacts.

Does analyzing ML experiment results work when evaluation metadata or baselines are missing?

Analyzing ML experiment results with missing data triggers explicit caveats and blockers. The skill enforces a strict validation process during artifact inventory, ensuring traceability and preventing incomplete analyses from proceeding silently.