respond-to-referees

Generate response-to-referees documents from referee reports and revised manuscripts.

1|1|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/xashgg/claude-code-my-workflow-codex --skill respond-to-referees-xashgg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: respond-to-referees
Source: https://github.com/xashgg/claude-code-my-workflow-codex/tree/main/.codex/skills/respond-to-referees
Command: npx skills add https://github.com/xashgg/claude-code-my-workflow-codex --skill respond-to-referees-xashgg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pdftotext, pandoc, grep, bash, task, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a structured response-to-referees document for academic papers, addressing referee comments and drafts polite yet firm responses during the R&R stage.

Core Features & Use Cases

  • Automatic Response Drafting: Automatically classify referee comments and generate structured responses.
  • Integration with Revised Manuscript: Maps each comment to the relevant section of the revised manuscript.
  • Efficient Documentation: Facilitates efficient creation of response documents for academic paper submissions.

Quick Start

Create a structured response-to-referees document from your referee report and revised manuscript with the following command: respond-to-referees [referee-report-path] [revised-manuscript-path]

Frequently Asked Questions about respond-to-referees

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

FAQPage Schema
How do I automatically draft a response-to-referees document for an academic paper revision?

To draft a response-to-referees document, this Skill automates the extraction of referee comments and cross-references them with changes in your revised manuscript. It classifies comment coverage and generates structured responses during the R&R stage.

How do I map referee comments to specific sections in my revised manuscript?

Mapping referee comments to manuscript sections is handled by cross-referencing the extracted referee report text against the revised manuscript. This process identifies relevant changes and links them directly to the corresponding reviewer comments.

What tools are required to extract text and generate academic paper revision responses?

Extracting text and generating academic paper revision responses requires pdftotext, pandoc, grep, bash, and task. These dependencies handle file parsing, text searching, and the automation workflow needed to process manuscript files.

Does this response drafting tool work with both referee reports and revised manuscripts?

Yes, this response drafting tool requires both the referee report path and the revised manuscript path as inputs. It uses text extraction to analyze both documents and classify how comments are addressed across the revised text.

What is the best way to classify referee comment coverage during paper submission?

The best way to classify referee comment coverage is to automate the cross-referencing of extracted comments against manuscript changes. This Skill evaluates the revised manuscript to determine which reviewer points are addressed and drafts polite responses.

Can I use this tool to generate response documents for paper submission without manual text searching?

Yes, you can generate response documents for paper submission without manual text searching by using the automated command with your referee report and revised manuscript paths. The tool handles text extraction and grep operations automatically.