Skip to main content
ClaudeWave
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
Copy
git 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-reviewer
Then start a new Claude Code session; the skill loads automatically.

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]