Provides actionable peer-review rebuttal guidance (not full rebuttal prose) using conditional persuasion P(Z|X,Y): match reviewer mindset X, recommend strategy
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-rebuttal-guidance-59d9fe175218 ,按照其中的说明把「rebuttal-guidance」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
This skill delivers executable rebuttal guidance per concern: structured plans, evidence pointers, tone and strategy priorities. It does not produce ready-to-paste rebuttal prose; the author writes the final text.
The core model is conditional persuasion P(Z=1 | X, Y):
idea-evaluator.pre-submission-reviewer.Extract every numbered Weakness and Question from the pasted review. If the user pasted only one reviewer's block, ask whether other reviewers exist.
Output a short table:
| ID | Type | One-line summary |
|---|---|---|
| R1.W1 | W | ... |
| R1.Q1 | Q | ... |
See: references/concern-classification.md
Tag each item as one of:
misunderstanding | evidence_gap | novelty | baseline_fairness | scope_claim | writing_clarity | theory | efficiency | other
See: references/mindset-matching-heuristics.md
Score the review on 5–7 behavior signals (openness, severity, constructiveness, specificity, skepticism, harshness, actionability). Map scores to a cluster in references/mindset-library.md.
State: matched cluster name, confidence (high / medium / low), and the specific phrases that triggered the match.
From the matched cluster in references/mindset-library.md, read:
Cross-check dimensions in references/strategy-dimensions.md.
For each concern, emit a guidance block (not final prose):
### R?.W?: [short title]
- **Concern type**: ...
- **Mindset-aware strategy**: ...
- **Recommended structure**: Acknowledge → Response → Evidence → Revision note
- **Clarify from paper?**: yes/no: where to look (section, table, appendix)
- **New experiment needed?**: yes/no: what exactly (no fabricated numbers)
- **Tone note**: ...
- **Template**: A / B / C: see references/response-templates.md
- **Avoid**: ...
Do not fabricate experimental numbers. Mark anything unverified as
[TO VERIFY].
Before finalizing, run through references/checklist.md.
Key flags:
Deliver a ## Rebuttal Guidance section containing:
| Purpose | File |
|---|---|
| Concern type → response priority | concern-classification.md |
| Reviewer signal → mindset cluster | mindset-matching-heuristics.md |
| Mindset clusters with stats & patterns | mindset-library.md |
| 10 strategy dimensions (Y) | strategy-dimensions.md |
| Response templates A / B / C | response-templates.md |
| Pre-submit integrity checklist | checklist.md |