socc-writing-style

GitHub

指导修订ACM SoCC系统会议论文,强调以操作者视角阐述云规模问题,在系统与数据交叉领域展示贡献,重视尾延迟与成本指标,并提供写作结构与句式修改建议。

SoCC-Skills/skills/socc-writing-style/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

撰写或修改云计算系统学术论文 准备SoCC等顶级系统会议投稿材料

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill socc-writing-style -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/SoCC-Skills/skills/socc-writing-style -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@socc-writing-style

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill socc-writing-style -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": "socc-writing-style",
    "description": "Use when revising an ACM SoCC paper for a cloud-scale problem an operator recognizes on the first page, a contribution at the systems-and-data intersection, evidence measured on a real or realistic deployment with tail latency and cost as first-class, dual-anonymous wording, and disciplined use of the acmart 12-page budget."
}

SoCC Writing Style

Use this when revising the main paper. SoCC papers are read by a joint SIGMOD+SIGOPS audience, so they need a cloud-scale problem stated in operator terms on the first page and evidence a skeptic from either community trusts. The failure this skill prevents is a paper that reads like a pure-OS result with a cloud title glued on, or a benchmark with no systems contribution.

Revision rules

  • Lead with the cloud problem, in cost and tail terms: the problem an operator or platform team recognizes, why current systems are inadequate at scale, the contribution (mechanism and/or measurement), the measured evidence, and what changes for cloud practice.
  • Situate the contribution at the systems-and-data intersection. Say explicitly what is new: a mechanism, a measurement, a benchmark, a deployment lesson, or a cost model. SoCC's twin communities both want to see themselves in the paper.
  • Make tail latency and cost first-class. Report p95/p99 (and p99.9 where it bites) and a concrete cost model, not just averages. A cloud paper that reports only the mean signals it has not been stress-tested the way an operator would.
  • Pair every claim with measured evidence — a real or realistic deployment, a tuned baseline, a distribution rather than a point, a trace with stated provenance — not adjectives.
  • State limitations honestly where the results live: single-provider traces, one region, tested regimes, the workloads you did not cover. A cloud paper's external validity is part of its claim.
  • Respect the 12-page (full) / 6-page (short) budget as a design constraint; references are unlimited, but the argument and its decision-critical figures fit the body.
  • Maintain dual anonymity in self-citations, system/cluster/trace names, provider hints, acknowledgements, and the availability wording.

Cloud-systems paper skeleton

Section Job it must do Common failure
Intro Operator problem, inadequacy at scale, contribution, evidence preview, cloud payoff — first page Leads with a technology trend, not a problem
Background/Motivation Why current cloud systems fall short here, grounded in scale Motivation by assertion, no measured gap
Design / Study The mechanism or the measurement setup, reproducibly, with the testbed/trace Method described too thinly to re-deploy
Evaluation Throughput, tail, and cost vs. tuned baselines on a real/realistic system Mean-only metrics; simulation standing in for deployment
Limitations The external-validity limits that bite (provider, region, regimes) Generic or absent
Related work Delta-first positioning across systems and data venues Catalog of citations with no contrast

Sentence-level rewrites

Draft pattern SoCC-safe rewrite
"Our system significantly improves performance." "raises throughput X% and holds p99 within the SLO on a 200-node testbed vs. "
"We evaluate on a large workload." "We replay a production trace of N invocations across M functions (provenance in §3)"
"Results show our approach works well." "cuts provisioned instance-seconds Y% at equal p99 (Fig. 3); limits in §6"
"State-of-the-art performance." Claim scoped to the workloads, scale, and cost model actually tested
"It scales." "sustains the SLO from 10 to 200 nodes; beyond that, "

Tail-and-cost discipline

[Tail]     report p95/p99 (p99.9 where it bites), not just the mean; show the distribution
[Cost]     state the pricing model; report instance-seconds or $ so the saving is checkable
[Baseline] tune every baseline with a documented, equal budget; an untuned baseline is a weakness
[Scale]    show behavior across sizes; name the bottleneck where it stops scaling
[Limits]   single-provider / one-region / tested-regime limits stated next to the results

Vignette: compressing an over-scoped systems paper

A draft with three mechanisms, twelve figures, and a sprawling background: keep the one mechanism that carries the contribution, the throughput/p99/cost figures that decide it, tuned baselines, and a limitations paragraph; move secondary regimes and full config sweeps to the artifact with forward references; cut background to the measured gap the paper closes. The test of a good cut: a reviewer should be able to answer "what did it improve, at what tail and cost, versus what baseline, and where does it stop working?" from the body alone.

Output format

[Writing diagnosis] clear / under-motivated / mean-only / over-claimed / over-scoped
[First-page fix] <new framing leading with the operator problem in cost/tail terms>
[Evidence audit] <claim -> deployment/trace -> tail+cost reported -> tuned baseline? yes/no>
[Limitations fix] <external-validity limit that bites -> where to state it>
[Anonymity edits] <system/cluster/trace names / self-citations / links to rewrite>

Version History

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

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
5717eab
Hash
bebd122a
Indexed
2026-07-19 17:42

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-05 08:52
浙ICP备14020137号-1 $Гость$