By YoujunZhao
AutoRebuttal plugin-first workflow for Codex and Claude Code with evidence-first drafting and explicit budgeting modes
Auto-run supplementary experiments when reviewers ask for new evidence
Start the AutoRebuttal workflow for a paper, reviews, and response constraints
Polish an existing rebuttal draft against the reviews and response constraints
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AutoRebuttal is an evidence-first rebuttal workflow for coding agents. It parses papers and reviews, decomposes reviewer concerns, drafts venue-aware responses, and optionally routes empirical concerns into measured experiment loops with verifiable logs, metrics, and non-fabricated rebuttal insertion.
It is built for one job: help authors turn a paper, reviews, and explicit rebuttal constraints into a structured, evidence-first response without fabricating experiments, gains, or citations.
The current repo proves three paper-input lanes:
.tex file or a directory containing .tex filesReview inputs remain PDF or text. Revise mode still starts from an existing rebuttal PDF or rebuttal text. OCR support is limited to the implemented rendered-page fallback path in skills/auto-rebuttal/scripts/; this repo does not claim generic OCR or full LaTeX compilation/edit automation beyond the helpers that already exist.
The package exposes three command-style entrypoints:
/rebuttal for drafting from paper + reviews/rebuttal_revise for polishing an existing rebuttal draft/experiment-bridge for supplementary evidence when reviewers ask for new experimentsReview responses often fail in two opposite ways: they either overpromise new experiments that are not actually run, or they bury real evidence in unstructured logs that cannot be traced back to the rebuttal claim. AutoRebuttal keeps the drafting layer and evidence layer connected but separate.
The workflow can now represent a reviewer request as an Experiment Request, map it into a runnable Experiment Packet, run or materialize that packet, parse a metric, and write an Evidence Ledger entry. The ledger is the source of truth for experimental claims; rebuttal prose should only use verified claims or explicit placeholders.
AutoRebuttal can:
sbatch script for CV/HPC-style dry runsresults.tsv or results.jsonl plus evidence_ledger.jsonAutoRebuttal cannot:
| Paper | Reviews | Venue | AutoRebuttal |
|---|---|---|---|
| Paper A | Reviews A | ICLR | AutoRebuttal A |
| Paper B | Reviews B | ICLR | AutoRebuttal B |
| Paper C | Reviews C | ICLR | AutoRebuttal C |
| Paper D | Reviews D | ICLR | AutoRebuttal D |
| Paper E | Reviews E | ICLR | AutoRebuttal E |
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/YoujunZhao/AutoRebuttal/refs/heads/main/.codex/INSTALL.md
Install it through the Claude plugin workflow, use:
/plugin marketplace add YoujunZhao/AutoRebuttal
/plugin install auto-rebuttal@auto-rebuttal-dev
Preferred path: native skill discovery via clone + junction / symlink.
Clone the repo:
git clone https://github.com/YoujunZhao/AutoRebuttal.git ~/.codex/AutoRebuttal
Create the skill symlink:
mkdir -p ~/.agents/skills
ln -s ~/.codex/AutoRebuttal/skills/auto-rebuttal ~/.agents/skills/auto-rebuttal
Windows (PowerShell):
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.agents\skills"
cmd /c mklink /J "$env:USERPROFILE\.agents\skills\auto-rebuttal" "$env:USERPROFILE\.codex\AutoRebuttal\skills\auto-rebuttal"
Update through the clone:
cd ~/.codex/AutoRebuttal && git pull
Optional manager CLI path:
npx claudepluginhub youjunzhao/autorebuttal --plugin auto-rebuttal学术论文写作 — 12 agent 协作:结构设计、段落写作、引用合规、双语摘要、格式排版
Academic paper writing skills for ML conferences (NeurIPS, ICML, ICLR, AAAI)
Production-grade academic research pipeline for Claude Code: research → write → review → revise → finalize. 4 skills, 27 modes, 39-agent ensemble, v3.7.3 + v3.8 L3 claim-faithfulness gate, v3.9.0 cross-index triangulation, v3.10 triangulation policy layer, v3.11 deterministic citation verification gate (#182).
Multi-agent orchestrator for academic writing: 12 specialist agents and 30 writing principles for review, research, drafting, polishing, bibliography auditing, and literature surveys.
Semi-automated research assistant for academic research and software development, with skills for literature review, experiments, analysis, writing, and project knowledge management
Manage your academic publication pipeline from Claude Code — list, search, create, move, analyse, export BibTeX, track reminders, and sync papers (GitHub + Overleaf) via the Kabbo MCP server.