
Reviewer Response Strategist
- 41 installs
- 1 repo stars
- Updated July 31, 2026
- jurgendn/agent-skills
Helps with ai & agent building tasks.
About
reviewer-response-strategist is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- reviewer-response-strategist
- AI & Agent Building
- AI-coding skill
Reviewer Response Strategist by the numbers
- 41 all-time installs (skills.sh)
- Ranked #8,148 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jurgendn/agent-skills --skill reviewer-response-strategistAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 41 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 31, 2026 |
| Repository | jurgendn/agent-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
Reviewer Response Strategist
A good rebuttal does not try to win every sentence. It identifies which reviewer beliefs must change, which concerns are valid, and what evidence or wording can change the outcome.
Use this when
- The user has reviews and needs a response plan.
- The user must decide which requested experiments to run.
- A reviewer misunderstood the paper and the response must be calibrated.
- The user needs to concede a limitation without collapsing the contribution.
- The user is preparing a rebuttal, revision letter, or response-to-reviewers document.
Do not use this when
- The user only needs a Results section or technical report. Use
results-writeup. - The user needs to redesign the whole paper argument. Use
paper-argument-planner. - The user needs to verify reproducibility or artifact release readiness.
Workflow
1. Parse the review set
For each reviewer, extract:
- score or recommendation if provided
- main concerns
- minor concerns
- misunderstandings
- requested experiments
- tone and confidence
- likely deal-breakers
Separate what the reviewer explicitly said from your interpretation.
2. Classify each concern
Use these categories:
- Misunderstanding — paper already answers it, but not clearly enough.
- Missing evidence — concern is valid and needs experiment, proof, analysis, or citation.
- Scope/limitation — valid boundary that should be acknowledged and framed.
- Novelty concern — reviewer doubts the contribution relative to prior work.
- Evaluation concern — baselines, metrics, datasets, seeds, statistics, or fairness.
- Writing/clarity issue — fixable by reorganization or wording.
- Potentially fatal flaw — threatens the central claim if true.
Do not dismiss a concern just because the reviewer is blunt. Extract the decision-relevant issue.
3. Prioritize response effort
Rank concerns by outcome impact:
1. Concerns shared by multiple reviewers. 2. Concerns tied to low scores or explicit rejection reasons. 3. Concerns the authors can answer with strong existing evidence. 4. Feasible new experiments or analyses. 5. Minor writing issues.
Do not spend scarce rebuttal space on low-impact defenses.
4. Choose a response move
For each concern, choose one:
- Clarify — point to existing evidence and say how the paper will be revised.
- Concede and bound — acknowledge limitation while preserving the supported claim.
- Add evidence — run or report a targeted experiment/analysis.
- Correct misconception — explain precisely where the reviewer's premise differs from the paper.
- Reframe contribution — narrow or sharpen the claim.
- Defer — explicitly mark as future work when not central.
The best response is often a concession plus a narrow defense.
5. Draft response skeletons
Use this structure:
We thank the reviewer for [specific concern].
The concern is [valid/misunderstanding/partially valid] because [reason].
Our evidence is [result/citation/analysis], which shows [bounded claim].
We will revise the paper by [specific change].Avoid defensive language, reviewer blame, or vague promises.
Output format
# Reviewer Response Plan
## Overall strategy
## Concern triage
| Reviewer | Concern | Category | Priority | Response move | Evidence/action |
|---|---|---|---|---|---|
## Experiments or analyses to prioritize
## Draft response bullets
## Claims to narrow or concede
## Revision checklistQuality bar
A good response plan makes it obvious which reviewer beliefs can realistically be changed and which claims should be narrowed before they become liabilities.
{
"skill_name": "reviewer-response-strategist",
"evals": [
{
"id": 1,
"prompt": "Reviewer 1 says our novelty over prior contrastive learning papers is unclear. Reviewer 2 likes the idea but asks for a missing baseline. Reviewer 3 says the results may not generalize beyond one dataset. We have 5 days for rebuttal. Help me prioritize the response.",
"expected_output": "A reviewer response plan with concern triage, priorities, response moves, experiments/analyses to prioritize, and draft bullets.",
"files": []
},
{
"id": 2,
"prompt": "We got reviews back. One reviewer misunderstood our method as using test labels during retrieval, which is false, but the paper explanation may be confusing. Draft a calm response strategy and revision checklist.",
"expected_output": "A strategy that classifies the issue as misunderstanding/clarity, corrects it without blaming the reviewer, and proposes revisions.",
"files": []
},
{
"id": 3,
"prompt": "The reviewer is right that our ablation is weak. We can run one extra experiment or add a limitation paragraph, but not both. How should we decide and phrase the response?",
"expected_output": "A prioritized rebuttal plan weighing evidence, concession, and scope narrowing under limited time.",
"files": []
}
]
}