aaai-artifact-evaluati…
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without…
Use when auditing an ASE (IEEE/ACM Automated Software Engineering) research-track submission for HotCRP readiness, covering the ACM acmart sigconf template and the 10+2 page budget, double-anonymous review, the mandatory Data Availability Statement, the early-rejection stage
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill ase-submission --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ase-submissionContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when auditing an ASE (IEEE/ACM Automated Software Engineering) research-track submission for HotCRP readiness, covering the ACM acmart sigconf template and the 10+2 page budget, double-anonymous review, the mandatory Data Availability Statement, the early-rejection stage
name: ase-submission description: Use when auditing an ASE (IEEE/ACM Automated Software Engineering) research-track submission for HotCRP readiness, covering the ACM acmart sigconf template and the 10+2 page budget, double-anonymous review, the mandatory Data Availability Statement, the early-rejection stage before rebuttal, and desk-reject triage before the deadline.
Run this audit before uploading to `ase26.hotcrp.com`. ASE research papers are published in the proceedings of the **IEEE/ACM International Conference on Automated Software Engineering**, indexed in **both IEEE Xplore and the ACM Digital Library**. Every number below was read from the ASE 2026 research-track call on 2026-07-09 via search renderings of the `conf.researchr.org` URLs (see `resources/official-source-map.md`); treat them as a one-cycle snapshot and reopen the live call first.
their own site/track — do not upload a research paper to the wrong one.
Oct 12-16 2026). The exact abstract-registration deadline that precedes the full-paper deadline is **待核实** — confirm it, because a missed abstract registration can forfeit the submission slot.
(host/dates **待核实**). Reverify the whole calendar before acting.
`\documentclass[sigconf,review,anonymous]{acmart}`. Note the ASE nuance: because the conference is **dual IEEE/ACM sponsored**, the mandated template has varied across editions (an IEEE two-column format in some years, ACM `acmart` sigconf for 2026). Confirm which the current call requires before you format anything — carrying an old IEEEtran or acmart habit forward is a classic ASE mistake.
pages** for references only. There is no unlimited appendix inside the paper; anything a reviewer must read to judge the work lives inside the 10 pages.
10-page limit**. It is not optional and it is not free space — budget for it.
pre-spend it in the submission.
ASE runs **double-anonymous** review: author names and affiliations are omitted and prior work is cited in the third person. Automated-SE papers leak identity through their *tools* more than their prose, so the surface is wide:
# Mechanical pass on the submission PDF and any anonymized artifact archive pdfinfo paper.pdf | grep -Ei 'author|creator|producer' pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|gitlab|zenodo\.org/record|acknowledg|grant' | head unzip -l artifact.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/' | head grep -rniE 'university|@[a-z0-9.]*\.edu|our (tool|group|lab)|named after' artifact/ --include='*.md' | head
The ASE-specific leaks: a **tool named after your lab or a prior project**, a screenshot of an IDE showing a username, a Data Availability link pointing at a personal GitHub, commit metadata inside a zipped repository, subject-system paths under `/home/<you>/`, and self-citations phrased in the first person. Re-host the tool and dataset behind an anonymizing service *before* upload.
scripts, logs), where it will live after acceptance, and provide an **anonymized** link or upload now.
share (industrial confidentiality, license limits), say so and why.
seeds; cache any LLM outputs now — they cannot be reconstructed at review time.
| Finding at audit time | Severity | Real fix | |---|---|---| | Content over 10 pages (refs are separate) | Desk-reject-grade | Cut or move to the artifact; the 2 reference pages do not absorb body text | | Wrong template (IEEEtran when ACM `acmart` is required, or vice versa) | Named desk-reject ground | Recompile in the mandated template; recover space editorially | | No Data Availability Statement, or it sits outside the 10 pages | Policy violation | Add it after Conclusions, inside the budget | | Identity leak in PDF, artifact, or tool name | Anonymity violation | Re-anonymize and re-host; scrub PDF metadata | | Abstract not registered by the earlier date | No submission slot exists | Nothing fixes this post-deadline — calendar it now | | Same study under review elsewhere | Dual-submission exposure | Withdraw one venue; verify the current concurrent-submission wording |
1. Freeze the body early; references can churn, the argument cannot. 2. Register title/abstract/authors/conflicts before the (earlier) abstract deadline. 3. Anonymize the tool and dataset, re-host behind an anonymizing service, and write the Data Availability Statement after Conclusions. 4. Run the mechanical anonymity checks on the *final* PDF and the *final* archive, not drafts. 5. Fill every HotCRP field — area tags that match your automation, conflicts for every coauthor's institution and recent collaborators — a day early; late conflicts are the classic failure. 6. Re-download the uploaded PDF and read it cold to confirm it is the file you meant.
Stanford REAP × CoPaper.AI · 由斯坦福实证方法论团队精选与维护 访问 copaper.ai 微信:CoPaper.AI 按 11 个主流学科板块覆盖 经管与商科 社会科学 人文学科 数学与物理科学 生命科学 医学与健康 工程与技术 计算机科学与 AI 体育科学 点击任一学科名可跳转到对应说明;每类下的代表子领域在正文总览中完整列出。下方封面墙按 venue 导航,完整分类见覆盖一览。 🧭 布局指南 · 📚 Skill Pack 一览 · ⚡ 如何使用 · 🧪 自动实证
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without…
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,…
Use when preparing an accepted AAAI paper for camera-ready source submission to AAAI Press, including proceedings page limits, two-column template compliance,…
Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human…
Use when positioning an AAAI paper's novelty against archival work, contemporaneous arXiv or workshop papers, and AAAI/IJCAI/NeurIPS/ICML/ICLR neighbors across…
Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting,…