ワンクリックで
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/