research-data-analysis
Use when analyzing research datasets, cleaning tabular data, selecting statistical tests, producing result tables, creating publication figures, or moving notebook logic into reproducible code.
How do I install this agent skill?
npx skills add https://github.com/vincenzoimp/academic-research-skills --skill research-data-analysisIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The research-data-analysis skill provides a robust framework for conducting research and managing project repositories. No malicious code, obfuscation, or unauthorized data access patterns were detected. The skill explicitly advises against storing credentials in configuration files. The only identified security risk is the surface for indirect prompt injection that arises from the agent's core task of processing untrusted external research data and literature.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Research Data Analysis
Analysis should be repeatable, inspectable, and connected to claims.
Read First
references/repository-contract.mdreferences/output-contracts.mdreferences/workflow-stage-contracts.md
Workflow
- Run
npm run workflow:analysiswhen available. - Read the contribution-local
analysis.yaml, blocker summary, data paths, figure catalog, stats appendix, and paper-export folder. - If required preflight fields are missing, write only the blocker summary.
- Identify raw, interim, and processed data paths.
- Read data dictionary and provenance notes.
- Write reusable analysis logic in
src/, not only notebooks. - Use scripts or CLI entrypoints for repeatable runs.
- Put generated tables and figures in the analysis bundle or declared output paths.
- Record important findings in the contribution report, claim map, or wiki pages.
- Link paper claims to exact table, figure, or experiment artifacts.
Statistical Discipline
- Match tests to design, distribution, sample size, and hypothesis.
- Report effect sizes and confidence intervals when relevant.
- Distinguish statistical significance from practical significance.
- Flag multiple comparisons, missing data, selection bias, and confounds.
- Do not treat exploratory analysis as confirmatory.
Figure Discipline
- Use readable labels, units, captions, and colorblind-safe palettes.
- Avoid misleading axes and decorative chart types.
- Save source data for final figures when practical.
- For publication figures, record command and input dataset.
Notebook Policy
Notebooks can explore and explain. If the logic becomes part of the result,
move it into src/ and leave the notebook as a consumer.
Project Quality
Keep raw, interim, processed, exploratory, analysis, and final paper-facing
outputs separated. Promote a table, figure, statistic, or model result only
when the input data, command or procedure, environment notes, validation check,
and linked claim or experiment are recorded. If an analysis supports an
artifact or reproducibility claim, add the evidence path and validation status
to artifacts/badge-evidence-ledger.csv.
Review Loop And Handoff
Run, validate, review, fix, and re-review the analysis until method, data,
metric, interpretation, and clean-copy issues are resolved. Handoff reviewed
generated outputs to research-results-reporting and paper-facing assets to
publication-figures-tables.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/vincenzoimp/academic-research-skills/research-data-analysis">View research-data-analysis on skillZs</a>