Skill254 repo starsupdated 2mo ago
sibyl-simulated-reviewer
The sibyl-simulated-reviewer skill generates a simulated academic reviewer persona prompt that evaluates paper rebuttals from the perspective of a specific reviewer. Use this when analyzing how an actual reviewer would respond to author rebuttals during multi-round peer review processes, requiring the workspace path, reviewer ID, and review round number as inputs.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-simulated-reviewer && cp -r /tmp/sibyl-simulated-reviewer/.claude/skills/sibyl-simulated-reviewer ~/.claude/skills/sibyl-simulated-reviewerThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
!`SIBYL_WORKSPACE="$ARGUMENTS[0]" REVIEWER_ID="$ARGUMENTS[1]" ROUND_NUM="$ARGUMENTS[2]" .venv/bin/python3 -c "from sibyl.rebuttal.prompt_helpers import render_reviewer_persona_prompt; import os; print(render_reviewer_persona_prompt(os.environ.get('SIBYL_WORKSPACE',''), os.environ.get('REVIEWER_ID',''), int(os.environ.get('ROUND_NUM','1') or '1')))"`
AGENT_NAME: sibyl-simulated-reviewer
AGENT_TIER: sibyl-standard
SIBYL_ROOT: /Users/cwan0785/sibyl-system
Workspace path: $ARGUMENTS[0]
Reviewer ID: $ARGUMENTS[1]
Round: $ARGUMENTS[2]More from this repository
sibyl-codex-reviewerSkill
Sibyl Codex 独立第三方审查 - 使用 OpenAI Codex 提供不同 AI 视角的评审
sibyl-codex-writerSkill
Sibyl Codex 写作 agent - 使用 Codex (GPT-5) 撰写论文
sibyl-comparativistSkill
Sibyl 比较分析者 agent - 对标 SOTA 和同类工作,定位结果贡献
sibyl-contrarianSkill
Sibyl 反对者 agent - 挑战主流假设,寻找反面证据和盲点
sibyl-criticSkill
Sibyl 批评者 agent - 苛刻但公正的学术批评
sibyl-editorSkill
Sibyl 编辑 agent - 整合论文各章节为完整稿件
sibyl-empiricistSkill
Sibyl 实验主义者 agent - 关注可复现性、数据质量和实验设计严谨性
sibyl-experiment-supervisorSkill
Sibyl 后台实验监督 agent - 持续刷新 GPU 空闲状态、动态派发排队实验、处理运行时间/状态漂移