From jhe-skills
Assembles data, code, and access documentation for a Journal of Health Economics manuscript, focusing on restricted health data and reproducibility without running analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jhe-skills:jhe-replication-packageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The analysis uses restricted health data (Medicare/Medicaid claims, hospital discharge, EHR, registry, survey-linked admin) and you must document an access path
JHE follows the Elsevier Research Data policy: authors are encouraged to deposit data in a repository and to state data availability at submission — this is not the AEA's mandatory pre-publication openICPSR build-and-verify gate (检索于 2026-06;以官网为准). That softer baseline is precisely why credibility here rests on how well you document the path to reproduction, not on a public dataset that often cannot exist. The health-economics reality is that most rich data is restricted by privacy law (HIPAA), Data Use Agreements, and IRB. The professional standard JHE referees increasingly expect: code is shareable even when data is not, the Data Availability Statement is honest and specific, and another researcher could in principle obtain the same data and re-run the code.
| Data tier | What to deposit | What to document |
|---|---|---|
| Public (NHANES, BRFSS, MEPS public-use) | data + code + README; aim for a one-command rebuild | exact extract/version, vintage, derivation code |
| Restricted but obtainable (CMS VRDC, state HCUP/SID, claims via DUA) | code + full DAS; synthetic or simulated extract if licensing allows | the application process, DUA terms, cost, approximate wait, contact |
| IRB / enclave-only (EHR, linked admin, secure enclave) | code + access protocol; results-only outputs | IRB approval, enclave rules, what can leave the enclave |
Because JHE only encourages deposit rather than running a mandatory pre-publication build-and-verify, the burden of credibility shifts onto the author. There is no Data Editor who will catch a broken pipeline before publication, which cuts both ways: less friction at acceptance, but a higher reputational cost if a reader later cannot reproduce your work from the materials you provided. Treat the package as your own quality control — a colleague should be able to run the public portions today and, with the documented access path, rebuild the restricted portions later. That standard, not the letter of the policy, is what protects the paper.
Name the holder and mechanism precisely; "available on request" is not a path. Typical JHE data and how to describe access:
The DAS should let a reader estimate the cost, time, and eligibility to obtain the same data — that is what substitutes for a public deposit at JHE.
A paper uses 100% Medicare claims through the CMS VRDC enclave; the data cannot be deposited. A weak package says "data available from CMS." The JHE-credible package: a DAS naming the VRDC, the DUA application path, the approximate fee and multi-month wait, and the enclave's output-review rules; the full cleaning/construction/analysis code with a master script and a manifest mapping Tables 1–5 and Figures 1–3 to scripts; a pinned software environment with seeds; and a small simulated extract (structure only, no real records) so a reader can dry-run the code before obtaining access. Reproduction is now a documented, auditable path despite zero public data.
【Journal】Journal of Health Economics
【Skill】jhe-replication-package
【Data tier】public / restricted-obtainable / IRB-enclave
【DAS】names data, holder, mechanism, cost/wait? [Y/N]
【Code】shared + master script + exhibit-to-code manifest? [Y/N]
【Environment】versions/packages/seeds pinned? [Y/N]
【Privacy】small-cell suppression, no PHI in package? [Y/N]
【Policy note】Elsevier "encouraged" deposit (检索于 2026-06;以官网为准)
【Next skill】jhe-referee-strategy
This skill assembles and documents the data/code package and the Data Availability Statement; it does not run or re-run the analysis. Build it once the exhibits are stable (after jhe-tables-figures / jhe-robustness) so the exhibit-to-code manifest does not drift. When the package is honest and auditable, hand off to jhe-referee-strategy to pre-empt the reproducibility objection before submission.
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin jhe-skillsAssembles data and code for a JPubE manuscript under Elsevier's Option C research-data framework, covering data-availability statements, repository deposit/citation/linking, restricted administrative data, and a reproducible package.
Assembles a JDE-compliant replication package (data, code, README, pinned environment) for submission or acceptance. Does not run the analysis.
Builds a data and code replication package for an Economic Journal manuscript to RES/EJ Data Editor standard, including README, data documentation, and Zenodo deposit preparation. Does not run the analysis.