Stata data audit
Skill brycewang-stanford/Auto-Empirical-Research-Skills/skills/64-tmonk-mcp-stata/skills/stata-data-audit
Audit datasets for structure, missingness, labeling, suspicious values, duplicate identifiers, and documentation readiness. Use when a researcher asks for data QA, codebook review, sanity checks, or pre-analysis cleanup guidance.From its SKILL.md
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill stata-data-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.7 KB, 96 tokens by cl100k_base, as published. Nobody here has run it
Data Audit
Run a compact but explicit audit of the active dataset.
- Start with
stata_inspect_data(action="describe")andstata_inspect_data(action="summary"). - Use targeted
codebook,search, andstata_runchecks for key variables or suspicious patterns. - Report concrete issues, not generic reassurance.
Read references/checklist.md for the full audit checklist and recommended output format.
What ships with it: 3 files
1.6 KB alongside SKILL.md
agents/
- openai.yaml225 B
references/
- checklist.md674 B
- manifest.json743 B