Agent skill · Documentation

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.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: ICCV-Skills/skills/iccv-writing-style/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +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

# 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

What's inside
Steps it walks through
  1. Write for the generalist, cite for the specialist
  2. The inclusive-8-pages economy
  3. Mechanism-first sentences
  4. Claims sized for a one-page defense
  5. Structure that survives skim-order reading
  6. Introduction in five moves
  7. Language-level pass, last
  8. Reverify each cycle
  9. Output format
Commands it runs
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?
More from Awesome-Journal-Skills
All skills →
About this skill
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.

Keep going