resubmit-pipeline

Orchestrate text-only paper resubmission with audits, microedits, and compile validation.

Updated May 29, 2026
One-click install
npx skills add https://github.com/Mang30/myskills --skill resubmit-pipeline-mang30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resubmit-pipeline
Source: https://github.com/Mang30/myskills/tree/main/skills/resubmit-pipeline
Command: npx skills add https://github.com/Mang30/myskills --skill resubmit-pipeline-mang30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The resubmit-pipeline Skill helps you move an already-polished paper to a new venue while obeying strict “no new experiments, no bib edits, no framework changes, never overwrite prior submissions” constraints.

Core Features & Use Cases

  • End-to-end resubmit orchestration: sets up a new sibling submission directory and runs the full gate→audit→microedit→compile pipeline.
  • Text-only microedits with hard guardrails: uses an edit whitelist and diff checkpoints to ensure changes stay within allowed LaTeX paths and operations.
  • Reviewer-concern absorption without bib mutations: runs proof checks, claim audits, and a citation audit in soft-only mode to propose text fixes rather than bibliography edits.
  • Safety and compliance gates: performs compile health checks plus an anonymity scan (when applicable) and a final kill-argument adversarial triage.
  • Overleaf-ready finalization: compiles the final PDF and can push it to Overleaf via the repo’s overleaf-sync flow.

Quick Start

Run this when you need to port your rejected/withdrawn polished paper to a different venue under tight time constraints: resubmit-pipeline paper-base-dir --target-venue iclr --review-corpus path/to/reviewer-reports.

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 new venue without adding new experiments or changing the bibliography?

To resubmit a paper without new experiments or bibliography changes, use an end-to-end resubmission pipeline that sets up a sibling directory and applies constrained text-only microedits to absorb reviewer concerns. This ensures your LaTeX source remains compliant while obeying strict no-mutation constraints.

What is text-only microediting in LaTeX for paper resubmission?

Text-only microediting in LaTeX resubmission is the process of applying constrained textual changes using an edit whitelist and diff checkpoints. It allows you to address reviewer concerns by modifying only allowed LaTeX paths and operations without altering the underlying framework or bibliography.

Can I sync my resubmitted paper directly to Overleaf after compiling the final PDF?

Yes, you can sync your resubmitted paper directly to Overleaf after compiling the final PDF by using the repository's overleaf-sync flow. The pipeline finalizes the submission by running compile health checks and pushing the output to Overleaf for final submission.

How do I perform a citation verification and anonymity check before resubmitting a polished paper?

To perform citation verification and anonymity checks before resubmission, run a pipeline that executes soft-only citation audits and an anonymity scan. This proposes text fixes rather than bibliography edits while ensuring compliance with double-blind review requirements.

Does paper resubmission work safely without overwriting prior submission directories?

Yes, safe paper resubmission works without overwriting prior submissions by enforcing never-overwrite invariants that create a new sibling submission directory. This isolates your polished paper's text-only microedits while preserving the original venue's files.

What are the limitations of a text-only resubmission pipeline when addressing reviewer concerns?

The limitations of a text-only resubmission pipeline include the inability to add new experiments, edit the bibliography, or modify the paper's core framework. It is constrained to absorbing reviewer concerns through whitelisted LaTeX microedits under tight budget and page-limit validation.