light-result-analysis

Analyze experimental results with statistical tests and generate publication-ready reports.

514|67|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Light0305/Light-skills --skill light-result-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: light-result-analysis
Source: https://github.com/Light0305/Light-skills/tree/main/skills/light-result-analysis
Command: npx skills add https://github.com/Light0305/Light-skills --skill light-result-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, scipy, statsmodels, shap, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a structured framework to analyze experimental results, turning raw metrics into rigorous, publication-ready conclusions.

Core Features & Use Cases

  • Automated per-metric descriptive analytics with 95% confidence intervals and normality checks.
  • Omnibus and post-hoc tests with effect sizes and BH-FDR correction, plus optional paired tests.
  • Publication-ready reports and visualizations, leakage screening, and a reproducible analysis pipeline.
  • Use Case: after completing experiments, automatically generate a complete, citable analysis package for manuscripts.

Quick Start

Run the end-to-end analysis pipeline on a results.csv to produce a summary and a publication-ready report.

Frequently Asked Questions about light-result-analysis

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

FAQPage Schema
How do I analyze experimental results for statistical significance and effect sizes?

To analyze experimental results for statistical significance, the skill automates per-metric descriptive analytics with 95% confidence intervals, computes effect sizes, and applies omnibus and post-hoc tests with BH-FDR correction to deliver rigorous conclusions.

What is the best way to generate a publication-ready report from a results.csv file?

Generating a publication-ready report from a results.csv file is handled by running the end-to-end analysis pipeline, which coordinates EDA, hypothesis testing, and automated report generation with included templates and visualizations.

Does this analysis pipeline support paired tests and normality checks for multiple metrics?

Yes, this analysis pipeline supports paired tests and normality checks for multiple metrics by automatically selecting appropriate statistical tests for numeric performance data and computing corresponding confidence intervals.

How does leakage screening and data drift detection work during experiment analysis?

Leakage screening and data drift detection work during experiment analysis by flagging potential data issues within the reproducible analysis pipeline, ensuring that reported metrics and statistical conclusions remain trustworthy.

Can I use SHAP values and statsmodels for deep-dive experimental result analysis?

Yes, you can use SHAP values and statsmodels for deep-dive experimental result analysis, as the skill leverages these dependencies alongside scipy and pandas to compute effect sizes and generate visualizations.