How to install rebuttal-writing
npx skills add https://github.com/lingzhi227/agent-research-skills --skill rebuttal-writingFull instructions (SKILL.md)
Source of truth, from lingzhi227/agent-research-skills.
name: rebuttal-writing description: Write point-by-point rebuttals to reviewer comments. Extract concerns from reviews, generate evidence-based responses, and format as a structured rebuttal document. Use after receiving peer review feedback. argument-hint: [reviews-file]
Rebuttal Writing
Generate structured, evidence-based rebuttals to peer review comments.
Input
$0— Reviewer comments (text file, or pasted directly)- Optional: current paper draft for reference
References
- Rebuttal prompts and format templates:
~/.claude/skills/rebuttal-writing/references/rebuttal-prompts.md
Workflow
Step 1: Parse Review Comments
For each reviewer:
- Extract individual concerns/questions/weaknesses
- Categorize each: major concern, minor concern, question, suggestion
- Identify the core issue behind each concern
Step 2: Generate Responses
For each concern:
- Acknowledge the reviewer's point
- Respond with evidence — cite specific sections, equations, experiments, or results from the paper
- Describe what was done (not what will be done) — "We have added...", "Our experiments show..."
- If additional experiments are needed, describe the new results concretely
Step 3: Format Rebuttal
Use the standard rebuttal format:
# Response to Reviewers
We thank all reviewers for their constructive feedback. We address each concern below.
## Reviewer #1
**Concern #1:** [extracted concern]
**Author Response:** [detailed response with evidence]
**Concern #2:** [extracted concern]
**Author Response:** [detailed response with evidence]
## Reviewer #2
...
Step 4: Summary of Changes
Add a brief summary at the top listing all major changes made to the paper:
- New experiments added
- Sections revised
- Clarifications made
Rules
- Reply with what was done, not what will be done — "We have conducted additional experiments" not "We will conduct..."
- Be specific — Reference exact sections, table numbers, equation numbers
- Be respectful — Thank reviewers, acknowledge valid concerns
- Address every concern — Do not skip any reviewer point
- Provide evidence — Every response should include concrete data, citations, or reasoning
- Keep responses concise — Detailed enough to address the concern, but not padded
- Highlight changes — When referring to modified text, use blue text or clearly mark revisions
Related Skills
- Upstream: self-review, paper-revision
- Downstream: paper-compilation
- See also: data-analysis
Related skills
More from lingzhi227/agent-research-skills and the wider catalog.
literature-review
Conduct comprehensive literature reviews using multi-perspective dialogue simulation. Generate diverse expert personas, conduct grounded Q&A conversations, and synthesize findings into structured knowledge. Use when starting a new research project or writing a survey section.
literature-search
Search academic literature using Semantic Scholar, arXiv, and OpenAlex APIs. Returns structured JSONL with title, authors, year, venue, abstract, citations, and BibTeX. Use when the user needs to find papers, check related work, or build a bibliography.
figure-generation
Generate publication-quality scientific figures using matplotlib/seaborn with a three-phase pipeline (query expansion, code generation with execution, VLM visual feedback). Handles bar charts, line plots, heatmaps, training curves, ablation plots, and more. Use when the user needs figures, plots, or visualizations for a paper.
citation-management
Manage BibTeX citations for LaTeX papers. Harvest missing citations from a draft using Semantic Scholar, validate cite keys against .bib files, deduplicate entries, and format bibliography. Use when working with references, BibTeX, or citations.
latex-formatting
Handle LaTeX formatting, templates, and styling for academic papers. Set up conference templates (ICML, ICLR, NeurIPS, AAAI, ACL), fix formatting issues, manage packages, and ensure venue-specific compliance. Use when the user needs to set up a paper template, fix LaTeX formatting, or prepare for submission.
data-analysis
Generate statistical analysis code with 4-round review. Select appropriate statistical tests, interpret results, and produce analysis reports with p-values, effect sizes, and confidence intervals. Use when analyzing experimental data for a paper.