/ase-supplementary
Use when deciding what belongs in the 10-page ASE (IEEE/ACM Automated Software Engineering) paper body versus the artifact and supplementary material, splitting content by decision-criticality so nothing that decides acceptance lives outside the reviewed pages under the 10+2
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill ase-supplementary --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/ase-supplementary
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when deciding what belongs in the 10-page ASE (IEEE/ACM Automated Software Engineering) paper body versus the artifact and supplementary material, splitting content by decision-criticality so nothing that decides acceptance lives outside the reviewed pages under the 10+2
SKILL.md
ase-supplementary.SKILL.mdname: ase-supplementary
description: Use when deciding what belongs in the 10-page ASE (IEEE/ACM Automated Software Engineering) paper body versus the artifact and supplementary material, splitting content by decision-criticality so nothing that decides acceptance lives outside the reviewed pages under the 10+2 budget.
ASE Supplementary
Split content by **decision-criticality**. ASE gives you **10 pages** of body (plus 2 for references), and reviewers judge the paper on those pages. The artifact and any supplementary material *support* reproduction and reuse — they do not carry the argument. The failure mode is exiling a decision-critical result to the artifact and assuming reviewers will dig for it; they judge what is in the body.
The decision-criticality rule
- **In the body (must be within 10 pages):** anything a reviewer needs to accept the paper — the
automated task, the technique, the headline results on real subjects, the closest baseline comparison, the key ablation, and the central threats argument.
- **In the artifact / supplement:** everything needed to *reproduce or reuse* — full configurations,
complete result tables, extra subjects, proofs, additional plots, raw logs, and cached model outputs.
If a result decides acceptance, it lives in the body even if space is tight; cut elsewhere.
What each container is for
| Content | Where | Why | |---|---|---| | Task, technique, headline evaluation, closest-baseline comparison, key ablation | Body (≤10 pp) | Decision-critical; reviewers score these | | Central threats-to-validity argument | Body | Construct/oracle validity is judged, not reproduced | | Data Availability Statement | Body, after Conclusions, inside 10 pp | Mandatory and reviewed | | Full config files, seeds, environment | Artifact | Reproduction detail, not an argument | | Complete/extra result tables, extra subjects | Artifact / supplement | Support, not headline | | Proofs, derivations too long for the body | Artifact / supplement (if the venue permits) | Verification detail | | Raw logs, cached LLM outputs, dataset snapshots | Artifact | Provenance and reuse |
The reviewer-behavior reality
- Reviewers may open the artifact to check a claim, but they will **not reconstruct a headline
result** from raw logs. State every acceptance-deciding number in the body with a pointer to where the artifact backs it.
- A pointer to the artifact is a promise the body's claim is verifiable — not a substitute for
stating the claim.
- Keep the body **self-contained**: a reader who never opens the artifact should still be able to
judge the contribution.
Anonymity across containers
- The supplement and artifact are part of the double-anonymous submission: scrub tool names that
encode your identity, repository owners, and file paths.
- A result table in the artifact that reveals your institution's cluster paths is as much a leak as
a name on the PDF.
Space-recovery moves (before cutting content)
[Figures] merge redundant plots; one figure that carries the argument beats three that decorate.
[Tables] move exhaustive per-subject tables to the artifact; keep the summary with effect sizes.
[Prose] delete literature-tour sentences; related work is a delta argument, not a survey.
[Config] move full configurations to the artifact; keep the one setting that matters in the body.
[Roadmap] cut over-signposting; the arc should be visible without a paragraph announcing it.
Output format
[Decision-critical in body?] task / technique / headline results / baseline / key ablation / threats — all present within 10pp?
[Data Availability] in body, after Conclusions, inside 10pp?
[Artifact-only] configs / extra tables / proofs / logs / cached outputs -> not decision-critical?
[Self-contained] judgeable without opening the artifact? yes/no
[Anonymity] supplement + artifact scrubbed of identity? yes/no
Read more
name: ase-supplementary description: Use when deciding what belongs in the 10-page ASE (IEEE/ACM Automated Software Engineering) paper body versus the artifact and supplementary material, splitting content by decision-criticality so nothing that decides acceptance lives outside the reviewed pages under the 10+2 budget.
ASE Supplementary
Split content by **decision-criticality**. ASE gives you **10 pages** of body (plus 2 for references), and reviewers judge the paper on those pages. The artifact and any supplementary material *support* reproduction and reuse — they do not carry the argument. The failure mode is exiling a decision-critical result to the artifact and assuming reviewers will dig for it; they judge what is in the body.
The decision-criticality rule
- **In the body (must be within 10 pages):** anything a reviewer needs to accept the paper — the
automated task, the technique, the headline results on real subjects, the closest baseline comparison, the key ablation, and the central threats argument.
- **In the artifact / supplement:** everything needed to *reproduce or reuse* — full configurations,
complete result tables, extra subjects, proofs, additional plots, raw logs, and cached model outputs.
If a result decides acceptance, it lives in the body even if space is tight; cut elsewhere.
What each container is for
| Content | Where | Why | |---|---|---| | Task, technique, headline evaluation, closest-baseline comparison, key ablation | Body (≤10 pp) | Decision-critical; reviewers score these | | Central threats-to-validity argument | Body | Construct/oracle validity is judged, not reproduced | | Data Availability Statement | Body, after Conclusions, inside 10 pp | Mandatory and reviewed | | Full config files, seeds, environment | Artifact | Reproduction detail, not an argument | | Complete/extra result tables, extra subjects | Artifact / supplement | Support, not headline | | Proofs, derivations too long for the body | Artifact / supplement (if the venue permits) | Verification detail | | Raw logs, cached LLM outputs, dataset snapshots | Artifact | Provenance and reuse |
The reviewer-behavior reality
- Reviewers may open the artifact to check a claim, but they will **not reconstruct a headline
result** from raw logs. State every acceptance-deciding number in the body with a pointer to where the artifact backs it.
- A pointer to the artifact is a promise the body's claim is verifiable — not a substitute for
stating the claim.
- Keep the body **self-contained**: a reader who never opens the artifact should still be able to
judge the contribution.
Anonymity across containers
- The supplement and artifact are part of the double-anonymous submission: scrub tool names that
encode your identity, repository owners, and file paths.
- A result table in the artifact that reveals your institution's cluster paths is as much a leak as
a name on the PDF.
Space-recovery moves (before cutting content)
[Figures] merge redundant plots; one figure that carries the argument beats three that decorate. [Tables] move exhaustive per-subject tables to the artifact; keep the summary with effect sizes. [Prose] delete literature-tour sentences; related work is a delta argument, not a survey. [Config] move full configurations to the artifact; keep the one setting that matters in the body. [Roadmap] cut over-signposting; the arc should be visible without a paragraph announcing it.
Output format
[Decision-critical in body?] task / technique / headline results / baseline / key ablation / threats — all present within 10pp? [Data Availability] in body, after Conclusions, inside 10pp? [Artifact-only] configs / extra tables / proofs / logs / cached outputs -> not decision-critical? [Self-contained] judgeable without opening the artifact? yes/no [Anonymity] supplement + artifact scrubbed of identity? yes/no
Stanford REAP × CoPaper.AI · 由斯坦福实证方法论团队精选与维护 访问 copaper.ai 微信:CoPaper.AI 按 11 个主流学科板块覆盖 经管与商科 社会科学 人文学科 数学与物理科学 生命科学 医学与健康 工程与技术 计算机科学与 AI 体育科学 点击任一学科名可跳转到对应说明;每类下的代表子领域在正文总览中完整列出。下方封面墙按 venue 导航,完整分类见覆盖一览。 🧭 布局指南 · 📚 Skill Pack 一览 · ⚡ 如何使用 · 🧪 自动实证
Other skills on awesome-journal-skills.
- /aaai-artifact-evaluation
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without violating double-blind or immutable-supplement rules.
Open skill - /aaai-author-response
Use when drafting an AAAI author response (rebuttal) under the single short character-limited author-feedback window, the no-URL rule, no-new-results guidance, AI-generated-review handling, and the AAAI two-phase review process where Phase-2 papers receive one feedback round
Open skill - /aaai-camera-ready
Use when preparing an accepted AAAI paper for camera-ready source submission to AAAI Press, including proceedings page limits, two-column template compliance, copyright transfer, purchased extra technical pages, deanonymization, registration, oral or poster presentation, and
Open skill - /aaai-experiments
Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and
Open skill - /aaai-related-work
Use when positioning an AAAI paper's novelty against archival work, contemporaneous arXiv or workshop papers, and AAAI/IJCAI/NeurIPS/ICML/ICLR neighbors across the broad AI scope, while staying inside AAAI's dual-submission and AI-as-source policy constraints and writing a
Open skill - /aaai-reproducibility
Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that
Open skill

