Agent skill · Data & Analytics

icse-camera-ready

Use when converting an accepted ICSE research-track paper into its final published form, covering the extra camera-ready page, de-anonymization order, finalizing the Data Availability section with archival DOIs, IEEE-template production checks, and conference-presentation obligations to verify.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icse-camera-ready --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: ICSE-Skills/skills/icse-camera-ready/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

# ICSE Camera-Ready Acceptance converts the paper from an argument into a permanent record — ICSE proceedings live in the ACM Digital Library and IEEE Xplore, and the camera-ready is the version every future reader, replicator, and artifact evaluator holds against your claims. The window is short and lands amid artifact-evaluation prep, so run it as a checklist, not a rewrite. ## What actually changes The 2027 call (read 2026-07-08) grants accepted papers **one extra page of main text** for the camera-ready — 11 + 2 instead of 10 + 2. Spend it where review friction was, in this order of value: 1. Changes promised in the author response or Major Revision ledger that were squeezed by space — reviewers who see their request honored in the final version include your artifact evaluators and future citers. 2. The threats-to-validity or study-design detail that reviews called thin. 3. Restored per-subject detail that summarize-and-point compression removed. Do not spend it on a new contribution: the paper was accepted for what it evidenced, and content that never faced review is a correctness risk with your name permanently on it. ## De-anonymization order Reverse the double-anonymous tra

What's inside
Steps it walks through
  1. What actually changes
  2. De-anonymization order
  3. Production-quality gate
  4. Consistency with the accepted version
  5. Obligations around the paper — verify, don't assume
  6. The December–January squeeze
  7. Publication-week hygiene
  8. Output format
Commands it runs
Residual-anonymity sweep on the camera-ready sources
grep -rn "anonym\|blinded\|double-blind\|under review" *.tex        # stale phrases
grep -rn "anonymous.4open\|anonymized-link\|REDACTED" *.tex         # placeholder URLs
grep -n "our prior work\|the authors of \[" *.tex                   # third-person self-cites to naturalize
pdfinfo camera-ready.pdf | grep -Ei 'author|title'                  # metadata now SHOULD carry authors
More from Awesome-Journal-Skills
All skills →
About this skill
What does the icse-camera-ready skill do?

Use when converting an accepted ICSE research-track paper into its final published form, covering the extra camera-ready page, de-anonymization order, finalizing the Data Availability section with archival DOIs, IEEE-template production checks, and conference-presentation obligations to verify.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icse-camera-ready --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