rebuttal

Generates evidence-traced academic rebuttals by mapping reviewer concerns to wiki claims and experiments.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill rebuttal-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rebuttal
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/i18n/en/skills/rebuttal
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill rebuttal-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Responding to peer review comments requires mapping each criticism to actual experimental evidence, avoiding fabrication, and ensuring no concern is left unanswered. This Skill automates that process by parsing reviews, atomizing concerns, checking evidence sufficiency against a research wiki, and drafting traceable rebuttals. ## Core Features & Use Cases - Concern Atomization: Splits reviewer weaknesses and questions into atomic concerns with Rvx-Cy IDs, classified by type (evidence, method, missing, clarity, scope, novelty) and severity. - Evidence Mapping: Links each concern to wiki claims and experiments, judging evidence as sufficient, partial, insufficient, or contradicted to select the right response strategy. - LLM Stress-Test: Simulates skeptical reviewer follow-ups via a Review LLM, scoring each response 1-5 and revising weak answers across up to two rounds. - Use Case: After receiving three reviewer reports for an ICLR submission, run the Skill on the review files to produce a formal plain-text rebuttal for the submission system plus a rich-text analysis with evidence gap tables and suggested follow-up experiments. ## Quick Start Run the rebuttal skill on raw/reviews/reviewer1.txt with paper slug my-paper to generate formal and rich-text rebuttals in wiki/outputs/.

Frequently Asked Questions about rebuttal

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

FAQPage Schema
How do I generate a rebuttal from reviewer comments?

Provide the review file paths or pasted review text, optionally with a paper slug and target venue. The Skill parses the comments, atomizes each concern with Rvx-Cy IDs, maps them to wiki claims, and outputs a formal plain-text rebuttal and a rich-text analysis version.

How does the rebuttal skill check evidence for each reviewer concern?

Each concern is mapped to wiki claims, and the claim's evidence list is counted by strength. Evidence is judged sufficient with at least one strong or two moderate items, and the judgment determines the response strategy, from direct citation to acknowledging gaps with a concrete experiment plan.

What is the Review LLM stress-test in rebuttal generation?

The stress-test sends drafted responses to an independent Review LLM that scores each 1-5 as a skeptical reviewer and poses follow-up questions. Responses scoring 3 or below are strengthened or rewritten, with a maximum of two rounds.

Can the rebuttal skill fabricate experiment results to answer reviewers?

No. Safety constraints forbid fabrication: every cited data point must be traceable to wiki/experiments/ with an annotated source. Concerns with insufficient evidence are answered by acknowledging the gap and proposing specific, feasible supplementary experiments instead.

What happens if a reviewer concern cannot be mapped to any wiki claim?

Unmapped concerns are annotated as such and still receive a response based on paper content rather than wiki claims. Full coverage is enforced, so no concern is ever omitted from the final rebuttal.