Aaai Author Response

Drafts AAAI rebuttals under the 2500-char, no-URL, no-new-results feedback rules

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 21, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 3eee95a

Fetched SKILL.md via raw GitHub; frontmatter parses with name+description, body (3447 bytes) references no scripts or external files, no security smells found, and clone+copy installed cleanly to a temp HOME. Output test: same rebuttal scenario drafted twice. Baseline included a live results URL, promised three new experiments, and argued score fairness; skill version tracked a 612/2500 char budget, included no URL, promised no new runs (cited Table 3/Appendix B.2/Table 5 instead), cut the fairness plea, and emitted the required output block with a cut list. Trigger tested: "write my AAAI rebuttal" YES, "AAAI author feedback window, respond in 2500 chars" YES, "handle the AI-generated review in my AAAI response" YES; "write the related work section for my AAAI submission" NO, "draft a rebuttal for my NeurIPS paper" NO (AAAI-specific rules). 5/5 correct.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Aaai Author Response does

Guides drafting an AAAI author response (rebuttal) within the single character-limited feedback window, enforcing the no-URL rule, no-new-results guidance, and triage of human and AI-generated review points for SPC/AC discussion. Triggers when a user is writing or planning their AAAI rebuttal after reviews are released. Produces a structured output block with a tracked character budget, a submitted-evidence anchor, and a cut list.

How to install Aaai Author Response

git clone --depth 1 https://github.com/brycewang-stanford/Awesome-Journal-Skills.git /tmp/aaai-author-response-src
mkdir -p ~/.claude/skills
cp -R /tmp/aaai-author-response-src/AAAI-Skills/skills/aaai-author-response ~/.claude/skills/aaai-author-response
# Self-contained: single SKILL.md, no scripts, deps, or API keys.
# Plugin-marketplace alternative: repo ships AAAI-Skills/.claude-plugin/marketplace.json

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Aaai Author Response

  • /aaai-author-response Drafts AAAI rebuttals under the 2500-char, no-URL, no-new-results feedback rules

It also activates on plain-language prompts like these:

  • Draft my AAAI author response to these reviews
  • Shorten this rebuttal to fit the character limit
  • Address the AI-generated review in my AAAI response

Frequently asked questions

Is the Aaai Author Response skill free?
Yes. The skill itself is free from brycewang-stanford/Awesome-Journal-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Aaai Author Response work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Tested · Works. Fetched SKILL.md via raw GitHub; frontmatter parses with name+description, body (3447 bytes) references no scripts or external files, no security smells found, and clone+copy installed cleanly to a temp HOME. Output test: same rebuttal scenario drafted twice. Baseline included a live results URL, promised three new experiments, and argued score fairness; skill version tracked a 612/2500 char budget, included no URL, promised no new runs (cited Table 3/Appendix B.2/Table 5 instead), cut the fairness plea, and emitted the required output block with a cut list. Trigger tested: "write my AAAI rebuttal" YES, "AAAI author feedback window, respond in 2500 chars" YES, "handle the AI-generated review in my AAAI response" YES; "write the related work section for my AAAI submission" NO, "draft a rebuttal for my NeurIPS paper" NO (AAAI-specific rules). 5/5 correct.
What is the Aaai Author Response SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Aaai Author Response?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Aaai Author Response with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.