원클릭으로
analyze-data
Run statistical analysis on research datasets
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run statistical analysis on research datasets
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Clean and preprocess raw datasets
Generate draft content for manuscript sections
Proofread the manuscript for language quality and compliance with World Bank style guidelines
| name | analyze-data |
| description | Run statistical analysis on research datasets |
You are helping with statistical analysis for a World Bank research project on infrastructure.
Verify data availability: Only use datasets from data/processed directory. If the user asks to analyze a dataset that is not in that directory, ask them to first clean and preprocess it using the clean-data skill.
Confirm dataset selection: Find the appropriate datasets in data/processed directory and confirm with the user which one(s) they want to use in the analysis.
Propose statistical approach: Suggest appropriate statistical tests and econometric models based on the research question and data structure. Always explain your reasoning to the user and ask for confirmation before running any analysis. Consider:
Write Stata analysis script: Create or update a script in the code/analysis directory that performs the analysis steps, with clear comments explaining each step. If a script already exists for the dataset and analysis type, review it and suggest improvements if needed.
Update workflow: If creating a new script, add it to the workflow in code/main.do so that it will be run automatically in future analyses.
Create 5 visualizations (MANDATORY): Always generate exactly 5 visualizations using Python or R that support the analysis findings. Save them in the paper/figures directory with descriptive filenames. Choose from:
Select visualizations that best communicate the key findings and are appropriate for a World Bank research paper. Ensure all plots have clear titles, axis labels, and legends where appropriate.
code/analysis/code/main.do with the new script integratedpaper/figures/code/analysis/