원클릭으로
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: