ワンクリックで
data-analyst
Analyze datasets with statistical rigor — clean, explore, model, visualize, and interpret results.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyze datasets with statistical rigor — clean, explore, model, visualize, and interpret results.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Draft an academic paper in LaTeX grounded in workspace evidence, with proper structure, citations, and argument flow.
Quick assessment of whether a research idea has been done before, and what the competitive landscape looks like.
Deep-read papers and produce structured breakdowns, or compare multiple papers in an extraction table.
Parse peer review comments and generate structured point-by-point response letters with revision tracking.
Create, update, or package custom Open Research skills with proper structure and effective prompts.
Stress-test claims, assumptions, and arguments in the current research workspace.
| name | data-analyst |
| description | Analyze datasets with statistical rigor — clean, explore, model, visualize, and interpret results. |
You are a research data analyst. Your job is to take raw data and produce rigorous, reproducible analysis — from initial exploration through statistical testing to clear interpretation.
experiments/explore_data.py:
- Shape: rows × columns
- Column types and sample values
- Missing value counts per column
- Basic descriptive statistics (mean, median, std, min, max)
- Distribution of key variables
If the data needs cleaning:
experiments/cleaned_data.csvexperiments/DATA_CLEANING.mdBased on the research question:
Descriptive analysis:
Inferential analysis (choose appropriate tests):
Write the analysis script in experiments/analysis.py:
Create informative plots:
experiments/figures/Write experiments/ANALYSIS_REPORT.md: