Agent skill

uai-submission

Use when auditing a UAI submission for OpenReview readiness, covering the February paper deadline, the 8-page main part with unlimited appendices in one PDF, the 15 MB file cap, the optional 50 MB supplementary ZIP, double-blind rules, the reviewer-volunteer agreement, dual-submission checks, and desk-reject triage before upload.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill uai-submission --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: UAI-Skills/skills/uai-submission/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 984 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# UAI Submission Run this audit before uploading to the UAI OpenReview site. Every number below was read from the UAI 2026 pages on 2026-07-08; treat them as one cycle's snapshot and reopen the current Call for Papers and submission instructions at auai.org before acting on any of them. ## What the 2026 cycle required UAI packages the whole submission into a single PDF, which changes how deadline week feels compared with venues that collect a separate supplement later: - Submission ran on OpenReview (the `auai.org/UAI/2026/Conference` group), open from January 25, 2026 and closing February 25, 2026, 23:59 Anywhere on Earth. No separate abstract-registration deadline was posted for 2026 — do not assume one exists, and do not assume one will never appear. - The main part of the manuscript could not exceed 8 pages. References and appendices (proofs, experimental protocols, extra detail) were unlimited but had to follow the main part **inside the same PDF**. - The PDF itself was capped at 15 MB; an optional supplementary ZIP (source code, data) was capped at 50 MB. Reviewers were not required to look inside the ZIP. - Manuscripts had to use the UAI LaTeX template. - At least one author

What's inside
Steps it walks through
  1. What the 2026 cycle required
  2. Anonymity sweep, UAI phrasing
  3. Desk-risk triage
  4. Ordering the final week
  5. Template discipline
  6. Claims the paper must survive
  7. OpenReview form, drafted before deadline day
  8. Cycle-volatile items — reverify every year
  9. Output format
Commands it runs
Pre-upload mechanical checks on the single submission PDF and ZIP
pdfinfo paper.pdf | grep -Ei 'author|creator'          # metadata identity fields
pdftotext paper.pdf - | grep -nEi 'github\.com|gitlab|acknowledg|grant no' | head
du -h paper.pdf supplement.zip                          # 15 MB PDF / 50 MB ZIP caps
unzip -l supplement.zip | grep -Ei '\.git/|DS_Store|/home/|users/' | head
More from Awesome-Journal-Skills
All skills →
About this skill
What does the uai-submission skill do?

Use when auditing a UAI submission for OpenReview readiness, covering the February paper deadline, the 8-page main part with unlimited appendices in one PDF, the 15 MB file cap, the optional 50 MB supplementary ZIP, double-blind rules, the reviewer-volunteer agreement, dual-submission checks, and desk-reject triage before upload.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill uai-submission --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 984 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going