Respond Reviewers banner
hverma99 hverma99

Respond Reviewers

Development community

Description

<!-- Thin trigger for the reviewer-response skill. Takes a path to the reviewer comments file, or pasted comments, as $ARGUMENTS. --> Run the `reviewer-response` skill on the following reviewer comments (a file path or pasted raw text): $ARGUMENTS Parse into numbered per-reviewer points, categorize as Major/Minor/ Disagreement, delegate drafting to `reviewer-response-drafter`, and get a `peer-reviewer` second opinion on any point flagged as a Disagreement. Maintain `reviews/response_tracker.md

Installation

Installs to ~/.claude/skills/hverma99-phd-skills-respond-reviewers/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hverma99-phd-skills-respond-reviewers && curl -fsSL https://raw.githubusercontent.com/hverma99/phd-skills/HEAD/commands/respond-reviewers.md -o ~/.claude/skills/hverma99-phd-skills-respond-reviewers/SKILL.md

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

Full documentation available on GitHub

View Source Repository