Agent skill · Data & Analytics

icde-reproducibility

Use when strengthening reproducibility evidence for an IEEE ICDE data-engineering paper: pinning hardware, storage devices, software versions, datasets and workload generators, seeds, and variance protocol; ensuring baseline-tuning fairness; tracing figures to raw logs; and packaging supplemental material whose availability ICDE scores.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icde-reproducibility --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: ICDE-Skills/skills/icde-reproducibility/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ICDE Reproducibility Use this before submission and again before camera-ready. ICDE authors are expected to submit supplemental material, and its availability is weighed in the evaluation — so reproducibility is not optional polish, it is scored evidence. ## Evidence map - Map each performance claim to a **verifiable location**: a figure regenerated from logged runs, a workload script, or a documented measurement in the supplement. - **Pin the environment**: CPU, memory, storage device (the NVMe/SSD/HDD distinction changes results), OS and kernel, database/library versions, compiler flags, and any cluster topology. - **Pin the data**: dataset provenance, construction steps, scale factors, and for synthetic data the **generator with its seeds** — a workload nobody can regenerate is not reproducible. - **Pin the variance protocol**: how many runs, warm-up handling, how outliers are treated, and whether reported bars are standard deviations, confidence intervals, or percentiles. - **Document baseline tuning**: the configuration and tuning budget given to each competitor. Reproducibility here means a reader can re-run the *fair* comparison, not just your system. - **Trace figures to

What's inside
Steps it walks through
  1. Evidence map
  2. Systems-reproducibility audit table
  3. Degrees of reproducibility
  4. Vignette: a throughput-plus-latency paper
  5. Single-blind note
  6. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the icde-reproducibility skill do?

Use when strengthening reproducibility evidence for an IEEE ICDE data-engineering paper: pinning hardware, storage devices, software versions, datasets and workload generators, seeds, and variance protocol; ensuring baseline-tuning fairness; tracing figures to raw logs; and packaging supplemental material whose availability ICDE scores.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icde-reproducibility --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going