一键导入
rebuttal-writing
Use when the user wants to draft concise conference rebuttals under response-period constraints and prioritize which reviewer concerns to address.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants to draft concise conference rebuttals under response-period constraints and prioritize which reviewer concerns to address.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants to monitor arXiv for new papers by topic or author and produce a ranked digest of relevant preprints.
Use when the user wants to identify open research gaps, unresolved questions, or methodological blind spots across a literature corpus.
Use when the user wants to query Semantic Scholar for paper metadata, citations, references, author profiles, or semantic literature search results.
Use when the user wants to draft or revise a paper, conference, or journal abstract for a specific audience, structure, or word limit.
Use when the user wants to generate citation-aware manuscript sections or full research drafts grounded in the team's literature base.
Use when the user wants to draft structured responses to peer review comments, supported by evidence and relevant literature.
| name | rebuttal-writing |
| description | Use when the user wants to draft concise conference rebuttals under response-period constraints and prioritize which reviewer concerns to address. |
Drafts concise, strategic rebuttals for conference paper reviews under tight word limits. Optimized for the specific constraints of ML/CS conference rebuttal periods (NeurIPS, ICML, ICLR, ACL, etc.) where brevity, clarity, and prioritization are critical.
rebuttal_writing.draft(
reviews={"R1": "...", "R2": "...", "R3": "..."},
paper_abstract="...",
conference="NeurIPS",
word_limit=500,
strategy="address_fatal_flaws_first"
)
rebuttal_writing.strategy(
reviews={"R1": "...", "R2": "...", "R3": "..."},
conference="ICML",
output=["concern_ranking", "word_budget_recommendation", "pushback_opportunities"]
)
rebuttal_writing.single_response(
concern="The comparison to baseline X is unfair because different hyperparameter budgets were used",
response_budget=80, # words
supporting_evidence="We used the same compute budget as reported in [BaselineX paper] Appendix B"
)
Strategy document is a prioritized table with: concern, severity, recommended response type, word budget. Rebuttal draft is plain text respecting word limits, structured as numbered responses. Each response is ≤ allocated word budget.
review-response for the full revision cycle after acceptance