ai-experiment-report

Generate structured Markdown experiment reports from training scripts and logs.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/skywalkjian/skywalkjian-skills --skill ai-experiment-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-experiment-report
Source: https://github.com/skywalkjian/skywalkjian-skills/tree/main/experiment-report
Command: npx skills add https://github.com/skywalkjian/skywalkjian-skills --skill ai-experiment-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

为 AI 训练和推理实验生成结构化、可追溯的 Markdown 实验报告,自动汇总实验信息并与上次对比,帮助快速归档与复现实验结果。

Core Features & Use Cases

  • 自动收集实验信息:从最近执行的训练/推理脚本和日志提取关键数据与元数据。
  • 对比与回放:自动对比上次实验的参数与指标,生成差异化对比。
  • 生成可追溯报告:输出可直接用于文档与复现实验的 Markdown 报告,便于审计和迭代。 用例:研究者需要快速整理训练结果,工程师需要归档实验过程,团队进行实验对比分析。

Quick Start

让系统自动基于最近一个实验生成一个可追溯的 Markdown 报告。

Frequently Asked Questions about ai-experiment-report

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

FAQPage Schema
How do I auto-generate structured AI experiment reports from training logs?

To auto-generate AI experiment reports, the system collects context from recent training and inference scripts, extracts key metrics, and outputs a structured Markdown file. This process runs automatically without requiring user prompts.

What is the best way to compare AI training parameters and metrics between runs?

The best way to compare AI training parameters between runs is using an automated diff workflow. The system extracts parameters from current and previous experiments, highlighting metric changes and deviations in the generated report.

How do I create traceable Markdown reports for AI inference experiments?

Traceable Markdown reports for AI inference experiments are created by automatically extracting metadata and logs from inference scripts. The system structures this data into a reproducible document with zero manual configuration required.

Can I configure AI experiment reporting without manual user prompts?

Yes, you can configure AI experiment reporting without manual prompts by using YAML-frontmatter driven configuration. The automated workflow handles data extraction, parameter diffing, and result analysis continuously.

Does automated experiment report generation work with existing training scripts and logs?

Automated experiment report generation works directly with existing training scripts and logs. It automatically collects experiment context from recent executions to extract parameters and key metrics for comparison.