Respond Reviewer banner
youngeun1209 youngeun1209

Respond Reviewer

Development community

Description

--- description: Classify a reviewer letter into per-comment labels and dispatch each to the right specialist; assemble a rebuttal letter. Structural comments are routed to user attention, never auto-dispatched. --- # /respond-reviewer Dispatcher. Read [`skills/respond-reviewer/SKILL.md`](../skills/respond-reviewer/SKILL.md) and follow it exactly. Arguments: `$ARGUMENTS` ## Signature ``` /respond-reviewer <review-letter-path> [--manuscript <root>] [--draft-only] [--format md|latex] ``` ##

Installation

Installs to ~/.claude/skills/youngeun1209-oh-my-claudecode-research-respond-reviewer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/youngeun1209-oh-my-claudecode-research-respond-reviewer && curl -fsSL https://raw.githubusercontent.com/youngeun1209/oh-my-claudecode-research/HEAD/commands/respond-reviewer.md -o ~/.claude/skills/youngeun1209-oh-my-claudecode-research-respond-reviewer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository