iccv-writing-style
Use when drafting or revising the prose and figures of an ICCV paper, covering writing for an international generalist reviewer pool, the inclusive 8-page economy, mechanism-first exposition, calibrated claims that survive a one-page rebuttal cycle, and captions and figures that carry the paper for readers who skim first.
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill iccv-writing-style --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ICCV Writing Style An ICCV submission is read by reviewers drawn from the most international pool in computer vision — in 2025, every author of 11,239 submissions was also a potential reviewer — and most of them work outside your subfield. The style target is therefore precise: a paper a *generalist vision researcher* can evaluate fairly in one sitting, in their second or third language, under deadline pressure of their own. ## Write for the generalist, cite for the specialist The three reviewers you draw will rarely all be specialists in your niche. Concretely: - Define subfield jargon at first use, in one clause, even terms your lab considers standard ("the chamfer-L1 metric, i.e. average nearest-neighbor distance in both directions"). - Make the method's *mechanism* explainable to an adjacent-area reviewer: what information flows where, and what would break without it. Specialists verify details; generalists score the story — you need both. - Prefer short declarative sentences. Non-native readers (and tired native ones) lose subordinate-clause chains; ICCV's reviewer pool is global by construction, and prose that filters readers filters scores. ## The inclusive-8-pages economy
- Write for the generalist, cite for the specialist
- The inclusive-8-pages economy
- Mechanism-first sentences
- Claims sized for a one-page defense
- Structure that survives skim-order reading
- Introduction in five moves
- Language-level pass, last
- Reverify each cycle
- Output format
Skim-pass simulator: what a reviewer sees in the first five minutes pdftotext -layout paper.pdf - | grep -A2 -E '^(Figure|Table) [0-9]+[.:]' > skim.txt head -60 skim.txt # does this sequence state problem → idea → evidence?
What does the iccv-writing-style skill do?
Use when drafting or revising the prose and figures of an ICCV paper, covering writing for an international generalist reviewer pool, the inclusive 8-page economy, mechanism-first exposition, calibrated claims that survive a one-page rebuttal cycle, and captions and figures that carry the paper for readers who skim first.
How do I install it?
Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill iccv-writing-style --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 909 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.