data-analysis

Generate reproducible statistical analysis scripts with a four-round review workflow.

4|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ARAVINDAN20/Claude-Research-Paper-OS --skill data-analysis-aravindan20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analysis
Source: https://github.com/ARAVINDAN20/Claude-Research-Paper-OS/tree/main/.claude/skills/agent-research-skills/skills/data-analysis
Command: npx skills add https://github.com/ARAVINDAN20/Claude-Research-Paper-OS --skill data-analysis-aravindan20

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Analyzing experimental data for academic papers can be error-prone and time-consuming. This Skill automates statistical analysis code generation and enforces a four-round review to improve reliability.

Core Features & Use Cases

  • Four-round review prompts guide code quality and correctness.
  • Automatic data-type detection, test selection, and calculation of p-values, effect sizes, and confidence intervals.
  • Produces ready-to-run scripts and structured analysis reports for reproducible research.

Quick Start

Provide your data source and research goal to generate an analysis script ready for reproducible use.

Frequently Asked Questions about data-analysis

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

FAQPage Schema
How do I generate reproducible statistical analysis scripts for experimental data?

To generate reproducible statistical analysis scripts, provide your experimental data source and research goal to automatically produce ready-to-run code. The output includes descriptive statistics, test results, and structured reports for academic papers.

How does automatic test selection work for calculating p-values and effect sizes?

Automatic test selection for calculating p-values and effect sizes works by detecting data types within your dataset and applying the appropriate statistical tests. This ensures correct interpretation of results, including confidence intervals, without manual test selection errors.

Can I use numpy and scipy for data-type detection and reporting confidence intervals in research papers?

Yes, you can use numpy and scipy for data-type detection and reporting confidence intervals in research papers. These dependencies are required to execute the generated scripts and calculate rigorous statistics like p-values and effect sizes.

What is the best way to ensure statistical code reliability for academic papers?

The best way to ensure statistical code reliability for academic papers is using a four-round review workflow. This process enforces code quality and correctness checks, automatically verifying that the statistical analysis is rigorous and reproducible.

Do I need to manually select statistical tests when analyzing experimental data?

No, you do not need to manually select statistical tests when analyzing experimental data. The system automatically detects data types and selects the appropriate tests, calculating p-values, effect sizes, and confidence intervals for you.

What limitations exist when automating statistical analysis for reproducible research?

Limitations when automating statistical analysis for reproducible research include the strict requirement for numpy and scipy environments. The four-round review workflow validates test selection and code correctness, but cannot compensate for poorly structured experimental data inputs.