From ier-skills
Assembles the data/code deposit and proof appendix for an IER manuscript under its AER-style data availability policy. Covers deposit contents, README, data availability statement, and self-contained proofs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ier-skills:ier-replication-packageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The paper has empirical, simulation, or experimental work and acceptance will hinge on a compliant deposit
IER adopted the American Economic Review (AER) data availability policy effective January 1, 2022 (检索于 2026-06;以官网为准). The operative facts:
| Paper type | Required in the deposit |
|---|---|
| Econometric / simulation | Final analysis datasets; all programs; documentation of how intermediate/constructed data were created from raw sources; a README PDF describing every file's purpose and giving step-by-step replication instructions |
| Experimental | Original experimental instructions; subject eligibility/selection information; computer programs and scripts; the raw experimental data |
This is a post-acceptance deposit, not a submission-time upload — but assemble it early, because a clean package is also the most persuasive robustness evidence to a referee mid-review.
Because IER tilts theory/structural, the proof appendix is part of the contribution, not boilerplate. The standard a referee holds it to:
The AER-style deposit is formally a post-acceptance requirement, but assembling it early pays off during review, not just after. A referee who can see a clean, runnable replication package is far more likely to trust the empirical claims and the robustness section — the package is itself the strongest possible answer to "can this be reproduced?" Authors who wait until conditional acceptance to build the package often discover that constructed variables cannot be traced to raw data, or that a result depended on an undocumented manual step; finding that during review (when you can still fix it) is far better than at acceptance (when it delays publication).
A structural paper's counterfactual is computed by a solver with hand-tuned starting values and an unrecorded grid. At conditional acceptance the authors try to assemble the deposit and cannot reproduce their own headline welfare number to the second decimal. The lesson IER's policy enforces: the computational appendix (algorithm, grids, tolerances, solver, seeds) is not paperwork — it is the only thing that makes the result a result rather than a one-time output. Documenting it while the code is fresh, and depositing the exact scripts, is what lets a referee — and a future reader — regenerate the number on demand.
The detail authors most often miss in IER's AER-style policy is the timing of the proprietary-data disclosure. If your data are confidential, restricted-access, or otherwise cannot be deposited for open replication, the Editor must be told at the time of submission — not when the conditional-acceptance letter arrives. Discovering at acceptance that you cannot meet the deposit requirement can stall or derail publication. So audit the data early: for every source, ask whether you can legally and practically deposit it; if not, plan the alternative the policy permits (e.g., depositing code plus access instructions, or a synthetic/derived dataset) and disclose the constraint up front.
A README that lists files is not a README that permits replication. The IER/AER standard is an ordered, runnable set of instructions: which script to run first, what raw inputs it expects, what intermediate files it produces, and how to reach each table and figure in the paper from the raw data. A reviewer or future researcher should be able to clone the repository, follow the README top to bottom, and regenerate every number. Document software versions and any manual steps (ideally eliminate manual steps entirely). For constructed variables, the chain from raw source to analysis variable must be code, not prose.
【Journal】International Economic Review
【Skill】ier-replication-package
【Paper type】econometric/simulation / experimental / theory-only
【Proprietary data?】if yes, Editor notified at submission? [Y/N]
【Deposit plan】repository + data availability statement + README PDF ready? [Y/N]
【Construction docs】constructed vars reproducible from raw via code? [Y/N]
【Proof appendix】self-contained; every claim proved or cited? [Y/N]
【Computational appendix】algorithm/grids/tolerances/seeds documented? [Y/N]
【Verdict】compliant / gaps-listed
【Next skill】ier-referee-strategy
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin ier-skillsAssembles a proof appendix and code/data deposit for an AEJ: Microeconomics manuscript under the AEA Data and Code Availability Policy. Covers self-contained proofs, numerical/simulation code, and experiment deposits.
Builds a JIE-compliant replication deposit (code, data, master script, README) for an international-economics manuscript. Does not run the analysis.
Builds the data and code deposit for an AEJ: Economic Policy manuscript to satisfy the AEA Data and Code Availability Policy. Creates the openICPSR deposit, README, and restricted-data access paths.