Skip to content

Add inno-rebuttal skill for academic conference rebuttals#92

Merged
bbsngg merged 3 commits intomainfrom
feat/inno-rebuttal-skill
Mar 24, 2026
Merged

Add inno-rebuttal skill for academic conference rebuttals#92
bbsngg merged 3 commits intomainfrom
feat/inno-rebuttal-skill

Conversation

@bbsngg
Copy link
Copy Markdown
Contributor

@bbsngg bbsngg commented Mar 24, 2026

Summary

  • New inno-rebuttal skill with 6-stage workflow for drafting academic rebuttals across 20+ AI/CS conferences
  • Absorbs best practices from two community rebuttal tools: review-response (templates/cases) and wanshuiyin/rebuttal (safety gates/issue board), with attribution in Design Influences section
  • Registers the skill in catalog, tag mapping, stage map, and taxonomy overrides

Key Features

  • Issue Board: structured concern tracking with severity classification (Major-Blocking/Major-Addressable/Minor/Misunderstanding) and reviewer stance analysis (Champion/Persuadable/Entrenched)
  • 6 response strategies with combo patterns and detailed templates in references/response_strategies.md
  • Safety gates: provenance (no fabrication), commitment (no empty promises), coverage (no missed concerns)
  • Venue routing: 20+ venues with specific artifact formats, revision policies, and constraints in references/venue_rule_matrix.md
  • Character budgeting and dual output (paste-ready + extended version)
  • Multi-round follow-up support for threaded discussion venues (ICLR, NeurIPS, ICML 2026, etc.)
  • scripts/count_limits.sh: automated venue limit verification

File Structure

skills/inno-rebuttal/
├── SKILL.md                          [308 lines]
├── references/
│   ├── venue_rule_matrix.md          [139 lines]
│   ├── writing_principles.md         [177 lines]
│   ├── platforms_and_policies.md     [95 lines]
│   ├── response_strategies.md        [196 lines]
│   └── issue_board_guide.md          [100 lines]
└── scripts/
    └── count_limits.sh               [94 lines]

Test plan

  • Verify skill triggers correctly for English and Chinese rebuttal requests
  • Test with a sample 3-reviewer scenario (ICML format)
  • Verify count_limits.sh works for character and word counting
  • Confirm all cross-references in SKILL.md resolve to existing files

🤖 Generated with Claude Code

bbsngg and others added 3 commits March 24, 2026 15:13
New skill with 6-stage workflow: review analysis with issue board tracking,
strategy selection with combo patterns, task synthesis, venue-routed drafting
with character budgeting and dual output, safety gates (provenance/commitment/
coverage), and multi-round follow-up support.

Covers 20+ venues (NeurIPS, ICML, ICLR, CVPR, ECCV, AAAI, ARR, KDD, UAI,
AISTATS, TMLR, etc.) with detailed routing rules.

Includes reference files for response strategies/templates, issue board guide,
writing principles with reviewer stance classification, venue rule matrix,
and platform policies. Also includes count_limits.sh for venue limit verification.

Design influences credited to review-response skill (templates/cases) and
wanshuiyin/rebuttal skill (safety gates/issue board/follow-up rounds).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add inno-rebuttal to the Paper Review category in SkillShortcutsPanel
- Add inno-rebuttal to the manuscript-review guided prompt scenario

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Accept main's multi-line YAML format for the description field.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bbsngg bbsngg merged commit 42dc4f4 into main Mar 24, 2026
1 check passed
@bbsngg bbsngg deleted the feat/inno-rebuttal-skill branch March 24, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant