What problem does it solve? Turning raw experimental outputs (CSV, JSON, TensorBoard logs) into statistically rigorous, publication-ready Results sections is error-prone: researchers cherry-pick runs, skip assumption checks, misuse standard deviation vs standard error, and produce non-colorblind-friendly figures. This Skill provides a systematic pipeline from data loading through statistical validation to paper-ready writing. ## Core Features & Use Cases - Statistical Analysis: Performs pre-tests (Shapiro-Wilk normality, Levene variance homogeneity), selects appropriate parametric or non-parametric tests (t-test, ANOVA, Wilcoxon, Kruskal-Wallis), applies multiple-comparison corrections (Bonferroni, FDR), and reports effect sizes (Cohen's d). - Publication-Quality Visualization: Generates vector-format figures (PDF/EPS) with colorblind-friendly palettes (Okabe-Ito, Paul Tol), error bars, and proper axis ranges. - Results Section Drafting: Produces structured Results drafts with complete statistical reporting, ablation tables, and quality checklists for reproducibility (random seeds, hyperparameter search ranges, compute resources). - Use Case: You have 5 runs each of three models in CSV files. The Skill loads the data, verifies assumptions, runs paired t-tests with Bonferroni correction, and outputs an analysis report, figure specifications, and a Results section draft ready for your paper. ## Quick Start Ask the assistant to analyze the experimental results in your CSV files, compare model performance with statistical significance tests, and draft a Results section for your paper.