一键导入
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 职业分类
| 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:
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.