Agent Skillsbrycewang-stanford/Awesome-Journal-Skills › sigcomm-artifact-evaluation

sigcomm-artifact-evaluation

GitHub

用于SIGCOMM论文提交可运行代码与测试数据,指导选择ACM徽章、构建缩小版拓扑及替代追踪文件,确保评审能复现结果。

SIGCOMM-Skills/skills/sigcomm-artifact-evaluation/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

SIGCOMM论文提交可运行工件 准备网络实验的复现环境 配置ACM Artifact Evaluation徽章

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill sigcomm-artifact-evaluation -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/SIGCOMM-Skills/skills/sigcomm-artifact-evaluation -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@sigcomm-artifact-evaluation

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill sigcomm-artifact-evaluation -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": "sigcomm-artifact-evaluation",
    "description": "Use when packaging an ACM SIGCOMM paper's code, traces, topologies, and configuration for the artifact-evaluation committee — choosing ACM badges (Artifacts Available, Evaluated, Results Reproduced) as claim calibration, building downscaled topologies and trace substitutes, and making a networking testbed result rebuildable by a reviewer."
}

SIGCOMM Artifact Evaluation

Use this for the post-acceptance artifact submission. SIGCOMM helped establish artifact evaluation in networking, and the venue's "runnable papers" culture sets a high bar: a committee attempts to build and, where a badge requires it, reproduce your headline result. Reopen the current Call for Artifacts for this edition's exact badge set and dates (待核实 for 2026).

Badge selection is claim calibration

Choose the badges you can honestly support; the badge is a promise about what a stranger can verify, not a participation ribbon.

ACM badge What it promises What the AEC will do
Artifacts Available Permanent public retrieval via an archival DOI Confirm the archive resolves and is complete
Artifacts Evaluated (Functional) The artifact builds and runs as documented Follow your README end to end on their setup
Results Reproduced The paper's main results follow from the artifact Re-run to obtain the headline numbers within tolerance

Aim the highest badge at the result you most want believed, and be candid where hardware or scale makes full reproduction infeasible.

The networking-specific hard part

Generic artifact tooling cannot judge what SIGCOMM evaluators care about most: a result measured on a rack of switches or a wide-area testbed rarely rebuilds on a laptop. Plan for the gap:

  • Downscale the topology. Ship a small emulated or Mininet-style topology that reproduces the mechanism's behavior, with a documented map from the downscaled run to the paper's full-scale figure.
  • Substitute the trace legally. If the production trace cannot ship, provide a synthetic or public-trace substitute with the same statistical character, and state exactly which figures used which input.
  • Pin the environment. Kernel and NIC features, switch firmware or programmable-data-plane toolchain versions, and clock/timestamp sources all move results; record them.
  • Expose the run count. Every reported percentile needs its replication count and the seed or workload driver, or the tail cannot be reproduced.

What evaluators open first

artifact/
  README            # 5-minute smoke run FIRST, then the full path
  smoke/            # one command -> one small figure that proves it runs
  topology/         # downscaled + a map to the paper's full-scale setup
  traces/           # substitute inputs + provenance + which-figure-uses-what
  configs/          # exact parameters per experiment
  scripts/          # regenerate each figure from logged results
  results/          # logged raw outputs the plots are built from
  ENVIRONMENT.md    # kernel/NIC/switch/toolchain versions, hardware

Assume the evaluator runs the smoke path first and stops if it fails, so make one command produce one convincing small figure before anything else is polished.

Vignette: packaging a data-center transport result

A paper reports a tail-FCT win on a 128-server testbed. Turnkey plan: a Mininet topology that reproduces the incast dynamic at small scale; a synthetic RPC workload matching the trace's flow-size distribution; a driver that emits the FCT distribution over 20 replays; and a script that plots the 99th percentile directly from logged results so the artifact figure and the paper figure cannot diverge. The README states plainly which numbers are full-scale (paper) and which are downscaled (artifact).

Output format

[Badges sought] available / functional / reproduced — each justified
[Smoke path] one command -> one figure? yes/no
[Topology] full-scale -> downscaled map documented
[Trace handling] shipped / substituted (+ provenance) / described
[Environment] kernel/NIC/switch/toolchain pinned
[Fixes before AEC upload] <ordered list>

Version History

  • 9f86f09 Current 2026-07-19 17:35

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
c82fe76
Hash
d0a5491b
Indexed
2026-07-19 17:35

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