fse-reproducibility

GitHub

针对FSE会议投稿,提供可重复性增强指南。涵盖证据映射、数据可用性声明审计(拒绝“按需索取”)、来源固定(锁定SHA/模型ID/随机种子)及可重复性等级声明,确保论文与工件一致,满足双盲评审和永久存档要求。

FSE-Skills/skills/fse-reproducibility/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

FSE/ESEC论文投稿前检查 撰写或修改数据可用性声明 准备匿名化可运行工件 验证论文结果与代码一致性 记录实验来源和随机种子

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill fse-reproducibility -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/FSE-Skills/skills/fse-reproducibility -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@fse-reproducibility

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill fse-reproducibility -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "fse-reproducibility",
    "description": "Use when strengthening ESEC\/FSE reproducibility and open-science evidence, covering the Data Availability statement, anonymized-but-runnable artifacts, provenance pinning for mining and LLM studies, claim-to-evidence mapping, honest degrees of reproducibility, and consistency between what the paper says and what the artifact contains."
}

FSE Reproducibility

Use this before submission and again before camera-ready. FSE's open-science posture makes reproducibility a scored dimension, not a courtesy: the double-anonymous review already expects an inspectable artifact, and the PACMSE camera-ready expects a permanent one. The goal is that a competent reader could rebuild your evidence and reach your conclusions.

Evidence map

  • Map each research-question answer, technique claim, and reported number to a verifiable location — a paper section, a table generated from logged data, or a script in the artifact.
  • For techniques, give enough of the algorithm, parameters, and environment that a reader could re-implement or re-run it.
  • For empirical studies, report subjects and their selection, data collection, preprocessing, metrics, statistics, and the analysis scripts.
  • Keep the Data Availability statement truthful and specific: what is shared, where it will live after acceptance, and — if something cannot be shared — exactly why.
  • Keep the paper and the artifact consistent: a number in the PDF that no script in the artifact produces is the contradiction reviewers read as carelessness.

Data Availability statement audit

Claim in the paper Weak availability answer FSE-ready answer
"We study N projects" "Dataset available on request" Anonymized archive of the exact project list + extraction scripts
"Our tool detects X" "Code will be released" Anonymized, runnable tool with a README and a small demo input
"We interviewed P developers" Nothing (privacy cited vaguely) Anonymized codebook, protocol, and aggregate data; stated ethics limits
"The model produced Y" Live API described Cached prompts and raw responses, model IDs and dates

"Available on request" is treated as not available at FSE; convert every such line into a concrete, anonymized artifact or an explicit, justified exception.

Provenance pinning

[Mining]   pin repository SHAs; record corpus extraction date; archive the extracted dataset,
           not just the query; document fork/duplicate/bot handling
[LLM]      record exact model identifiers + access dates; cache raw inputs and outputs; report
           sampling settings; prefer post-training-cutoff subjects to bound contamination
[Compute]  state hardware, runtime, and number of runs so a reader can size a reproduction
[Randomness] log seeds for any stochastic step; say what is and is not deterministic

Degrees of reproducibility (state the one you achieved)

  • Turnkey: one documented command regenerates each table/figure from logged data.
  • Scripted: scripts exist but require documented manual steps or external data access.
  • Descriptive: prose detailed enough that a competent reader could rebuild the pipeline.

For FSE, aim turnkey for anything a reviewer might rerun quickly (a detection script on sample inputs, a plot from logged results); large mined corpora or industrial data may stay scripted with access clearly documented. Stating the achieved level honestly beats promising turnkey behavior that fails on a clean machine.

Vignette: a mixed-methods study

Consider a study combining mined pull-request data with a developer survey. Its reproducibility spine: the mining scripts with pinned SHAs and extraction date; the anonymized extracted dataset; the survey instrument and anonymized responses; the qualitative codebook with inter-rater agreement; and the analysis notebooks that turn all of it into the paper's tables — plus one honest sentence about the parts (raw identities, private repositories) that cannot be shared and why.

Consistency and camera-ready pass

  • Before submission: every scored number traces to the artifact; the Data Availability statement matches reality; the artifact is anonymized (no owner strings, cluster paths, or lab names).
  • Before camera-ready: swap anonymized links for permanent, DOI-issuing archives, and align the statement with the ACM artifact badges you are pursuing (fse-artifact-evaluation).

Output format

[Claim inventory] <claim -> evidence location>
[Data Availability] concrete / vague / missing
[Provenance gaps] <mining SHAs / LLM caching / seeds / compute>
[Reproducibility level] turnkey / scripted / descriptive, stated honestly
[Paper fixes] <must appear in the PDF>
[Artifact fixes] <additions before upload>

Version History

  • 9f86f09 Current 2026-07-19 15:45

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
9f86f09
Hash
0dc2d958
Indexed
2026-07-19 15:45

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-29 19:23
浙ICP备14020137号-1 $Carte des visiteurs$