From iclr-skills
Packages ICLR paper artifacts (code, data, checkpoints, demos) for anonymous review and post-acceptance release, with guidance on minimal reproduction paths, anonymization, and reviewer-friendly structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/iclr-skills:iclr-artifact-evaluationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this to prepare artifacts that make an ICLR paper reproducible and reviewable. ICLR may not run
Use this to prepare artifacts that make an ICLR paper reproducible and reviewable. ICLR may not run a separate artifact-badge process for every paper, so the practical bar is whether reviewers and ACs can verify the claims without identity leakage or excessive setup.
ICLR reviewers sample the supplement under time pressure during an open discussion everyone can read later. Optimize for the first ten minutes.
| Reviewer signal | Strong artifact | Weak artifact |
|---|---|---|
| "Rerun the headline table?" | run_main.sh with seed, config, log | "See repo", no entry point |
| "Is this anonymous?" | Stripped remotes, no analytics | Demo that logs reviewer IPs |
| "Checkpoint matches paper?" | Hash-pinned weights + eval command | Unlabeled .pt files |
| "What is not covered?" | "Cannot release X, license Y" | Silent gaps read as hiding |
A submission proposes a self-supervised contrastive objective for graph encoders and ships a 9 GB
checkpoint but no eval command. A public review asks how to reproduce Table 2 without retraining.
The fix: add eval_table2.sh that loads the checkpoint, runs the frozen-encoder probe, prints the
exact numbers, pin the checkpoint hash, and note in the thread that it runs in minutes on one GPU.
The clean path stays public forever and reassures every later reader of the accepted paper.
[Artifact status] complete / partial / risky / unavailable
[Reviewer path] <fastest route to reproduce main claim>
[Anonymity risks] <metadata, links, logs, demos>
[Release plan] anonymous review / post-acceptance public / cannot release
[Missing evidence] <commands, seeds, data, checkpoints, licenses>
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin iclr-skillsPackages ICML artifacts (code, data, weights, notebooks) for double-blind review and public release. Checks anonymity, licensing, decision relevance, and OpenReview code URL compliance.
Organizes ICLR appendices, supplementary files, and anonymous artifacts under OpenReview rules. Decides main-text vs appendix placement and labels discussion-period revisions.
Packages NeurIPS research artifacts (code, data, models, demos, benchmarks) for anonymous review, reproducibility, or public release. Guides artifact decisions, anonymization, and output formatting.