resubmit-pipeline

Orchestrates text-only resubmission of a polished paper to a new venue under frozen bibliography and structure constraints.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Lingjie-wang/autoRL --skill resubmit-pipeline-lingjie-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resubmit-pipeline
Source: https://github.com/Lingjie-wang/autoRL/tree/main/Auto-claude-code-research-in-sleep/skills/resubmit-pipeline
Command: npx skills add https://github.com/Lingjie-wang/autoRL --skill resubmit-pipeline-lingjie-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a finished paper is rejected at one venue, moving it to another venue usually means risky manual edits: reformatting to a new LaTeX style, absorbing prior reviewer concerns, shrinking page count, and preserving anonymity — all without accidentally mutating the original submission or introducing new experiments, citations, or framework changes. This Skill automates that entire constrained resubmission workflow. ## Core Features & Use Cases - Physical isolation setup: Composes the new venue submission as a sibling directory via physical copies, guaranteeing prior submission directories are never overwritten. - 5-layer anonymity scan: Detects surface identifiers, self-citation phrasing, acknowledgments, cross-rebuttal references, and internal codenames before double-blind submission. - Whitelist-gated microedits: Runs an auto-improvement loop bound by an edit whitelist that forbids bib edits, new theorems, new citations, and unbacked numerical claims, with per-round diff checkpoints. - Adversarial gate and audit chain: Coordinates proof-checker, claim-audit, citation-audit (soft-only), and kill-argument skills, emitting a forensic RESUBMIT_REPORT ledger. - Use Case: Your ICLR submission was rejected with three reviewer reports. Point the Skill at the paper directory, the NeurIPS template, and the review corpus; it produces a compiled NeurIPS-format submission with reviewer concerns addressed through text-only edits and a full audit trail. ## Quick Start Run the resubmit pipeline on my rejected paper directory targeting NeurIPS, using the folder of prior reviewer reports as the review corpus.

Frequently Asked Questions about resubmit-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resubmit a rejected paper to a different conference venue?

Provide the polished paper directory, the target venue name (iclr, icml, neurips, aaai, ijcai, colm, tmlr, uai, or other), and a directory of prior reviewer reports. The Skill composes a new sibling submission directory, migrates the venue format, and applies text-only microedits addressing reviewer concerns.

How does the resubmit pipeline avoid changing the bibliography or adding experiments?

It generates an edit whitelist YAML that forbids new citations, new bibitems, new theorem environments, and unbacked numerical claims. Citation-audit runs in soft-only mode so findings become sentence-rewrite proposals instead of bib edits, and every Phase 2 round diff is checked against the whitelist.

Does the resubmit pipeline ever modify my original submission directory?

No. The new venue submission is created as a sibling directory using physical copies, never symlinks or cross-directory \input commands. The Skill aborts at Phase 0 if the target directory already exists, enforcing a strict never-overwrite invariant on all prior submissions.

What happens if the paper exceeds the target venue page limit?

An ordered page-shrink heuristic applies: compress the conclusion, tighten abstract and intro hedging, move marginal figures and proof sketches to the appendix, then compress related work. If the paper still overflows, the run is blocked and the user must relax a constraint or choose another venue.

When should I not use the resubmit pipeline?

Do not use it when the paper still needs new experiments, structural rewrites, new sections, or new theorems — those belong to the paper-writing or experiment workflows. It also blocks with an out_of_scope reason code if reviewer concerns critically demand framework changes.

How does the anonymity scan work for double-blind resubmission?

The scan covers five layers: author surnames and affiliations, first-person self-citation phrasing, acknowledgments and grant IDs, cross-rebuttal references to prior venues, and internal codenames or repository links. Any hit blocks the pipeline until the user approves a fix or explicitly skips the scan for non-double-blind venues.