explaingit

xiongqi123123/awesome-rebuttal

24TeXAudience · researcherComplexity · 2/5Setup · moderate

TLDR

A skill package you install into AI coding assistants like Claude Code or Cursor to help academic researchers write paper rebuttals, it organizes reviewer comments and drafts responses without making up data or citations.

Mindmap

mindmap
  root((repo))
    What It Does
      Organizes reviewer comments
      Drafts rebuttal text
      Enforces safety rules
    Tech Stack
      TeX
      LaTeX template
      AI assistant skill
    Use Cases
      Conference rebuttals
      Journal responses
      OpenReview format
    Audience
      Academic researchers
      Paper authors
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Break a reviewer's feedback into individual concerns and decide which ones need new experiments versus which can be addressed with existing evidence.

USE CASE 2

Draft a structured rebuttal for a conference like NeurIPS, correctly formatted for PDF or OpenReview per-reviewer replies.

USE CASE 3

Use the included LaTeX template to produce a one-page rebuttal PDF when the conference requires a fixed-format document.

Tech stack

TeXLaTeX

Getting it running

Difficulty · moderate Time to first run · 30min

Installation path differs per AI assistant (Claude Code, Cursor, Codex), the README gives separate step-by-step commands for each.

License not mentioned in the explanation.

In plain English

Awesome Rebuttal is an add-on skill package for AI coding assistants (specifically Codex, Claude Code, and Cursor) that helps academic researchers write the author response when a submitted paper receives reviewer feedback from a conference or journal. After a paper is reviewed, authors typically get a short window to respond to each reviewer's concerns, and that process (called a rebuttal) requires careful argumentation, evidence, and formatting. This package gives an AI assistant a structured way to help with that task. Once installed, the package lets you ask your AI assistant to set up a rebuttal workspace in your paper's project folder. It will organize reviewer comments into atomic concerns, help you decide which concerns need new experiments versus which can be addressed with existing evidence, and draft responses in the appropriate format for the venue, whether that is a one-page PDF, per-reviewer replies on a platform like OpenReview, or a global comment section. The package includes safety rules to prevent the assistant from inventing experiment numbers, fabricating citations, or making claims that are not backed by evidence you have already provided. It will also not use a hostile tone toward reviewers or leak author identity in a double-blind venue. These constraints are baked into the skill definition so the assistant enforces them automatically during rebuttal drafting. All working data (drafts, notes, memory of reviewer positions, snapshots of drafts at different stages) stays in a hidden folder called .awesome-rebuttal/ inside your workspace. Nothing is sent to external services by this package itself. Installation involves cloning the repository and copying the files into the skills directory that your AI assistant reads, with slightly different paths for each supported assistant. The README includes step-by-step commands for each option. The package also includes a fallback LaTeX template for conferences that require a one-page rebuttal document.

Copy-paste prompts

Prompt 1
I installed awesome-rebuttal in Claude Code. My paper has 3 reviewers. Help me set up the .awesome-rebuttal/ workspace and organize Reviewer 2's comments into atomic concerns I can respond to one by one.
Prompt 2
Using the awesome-rebuttal skill, help me draft a response to this reviewer concern: [paste concern here]. I have Figure 3 as supporting evidence but no new experiments to add.
Prompt 3
I need to write a rebuttal for an ICML submission on OpenReview. Use awesome-rebuttal to draft per-reviewer replies that address each concern without inventing new results or citations.
Prompt 4
My conference requires a one-page rebuttal PDF. Use the awesome-rebuttal LaTeX template to help me format my responses to fit within the page limit.
Open on GitHub → Explain another repo

← xiongqi123123 on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.