Skip to main content
ClaudeWave
Skill254 repo starsupdated 2mo ago

sibyl-rebuttal-strategist

The sibyl-rebuttal-strategist analyzes peer reviewer feedback by parsing evaluations, prioritizing issues by severity, and calculating weighted scores to inform academic rebuttal strategy. Use this when preparing responses to conference or journal reviewer comments, particularly in multi-round review processes where strategic prioritization of rebuttals directly impacts acceptance outcomes.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-rebuttal-strategist && cp -r /tmp/sibyl-rebuttal-strategist/.claude/skills/sibyl-rebuttal-strategist ~/.claude/skills/sibyl-rebuttal-strategist
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

!`SIBYL_WORKSPACE="$ARGUMENTS[0]" REBUTTAL_MODE="$ARGUMENTS[1]" ROUND_NUM="$ARGUMENTS[2]" .venv/bin/python3 -c "from sibyl.rebuttal.prompt_helpers import render_rebuttal_skill_prompt; import os; print(render_rebuttal_skill_prompt('rebuttal_strategist', workspace_path=os.environ.get('SIBYL_WORKSPACE',''), mode=os.environ.get('REBUTTAL_MODE',''), round_num=int(os.environ.get('ROUND_NUM','1') or '1')))"`

AGENT_NAME: sibyl-rebuttal-strategist
AGENT_TIER: sibyl-heavy
SIBYL_ROOT: /Users/cwan0785/sibyl-system

Workspace path: $ARGUMENTS[0]
Mode: $ARGUMENTS[1]
Round: $ARGUMENTS[2]