Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Ecta Rebuttal

ASecurity

Use when a revise-and-resubmit or referee reports arrive for an Econometrica manuscript and you must write the response letter and plan the revision. Structures the rebuttal and revision; it does not re-derive the theorems (use ecta-theory-model) or rebuild the package (use ecta-replication-package).

1,052 stars
0 votes
0 copies
0 views
Added 6/5/2026
ai-agentsexpress

Security Analysis

A100/100

Scanned 6/5/2026

Install to Claude Code

$npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill ecta-rebuttal --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ecta Rebuttal?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Ecta Rebuttal
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/brycewang-stanford-ecta-rebuttal/badge)](https://www.skillsdirectory.com/skills/brycewang-stanford-ecta-rebuttal)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: ecta-rebuttal
description: Use when a revise-and-resubmit or referee reports arrive for an Econometrica manuscript and you must write the response letter and plan the revision. Structures the rebuttal and revision; it does not re-derive the theorems (use ecta-theory-model) or rebuild the package (use ecta-replication-package).
---

# Rebuttal and Revision (ecta-rebuttal)

## When to trigger

- A decision letter with a handling Co-Editor recommendation and referee reports has arrived
- You need to plan a (typically major) revision and draft a point-by-point response
- A referee flagged a proof gap, a generality limit, or missing finite-sample evidence
- You reached **conditional acceptance** and must satisfy the Co-Editor's last conditions
  *and* prepare final files for the ES **Data Editor**'s reproducibility check

Do not draft the response before the revised theorems, simulations, and code are actually
done — promised fixes that are not yet real read as evasive to this referee pool.

## Read the letter correctly

- The **co-editor's letter is the controlling document.** Identify which points the co-editor
  treats as essential vs. which are referee suggestions left to your judgment. Address the
  co-editor's essential points fully and first.
- An R&R at Econometrica is a genuine opportunity (the acceptance rate is ~6–9%, and R&R is
  the common path to publication) but signals **substantial remaining work** and likely
  **another round**, followed by **conditional acceptance** and the Data Editor stage. Plan
  accordingly; do not do the minimum.
- Sort every comment into: (a) genuine error / gap to fix, (b) request for added generality /
  evidence, (c) presentation, (d) a point you will respectfully push back on with argument.

## Response-letter structure

```
Dear Editor / [Co-editor],

We thank you and the referees for [specific, sincere]. The main changes are:
(1) [most important fix — e.g., closed the gap in the proof of Theorem 2],
(2) [added the limiting-distribution / uniform result requested],
(3) [added Monte Carlo design X showing finite-sample size control].
All changes are marked in the revision; new proofs are in Supplemental Material §...

— Response to the Co-Editor —
[CE point 1] ... [CE point 2] ...

— Response to Referee 1 —
[R1.1] Comment: "..."
       Response: [what we did, where (section / theorem / appendix), why it resolves the point].
[R1.2] ...

— Response to Referee 2 —
...
```

## Writing each response

- **Quote the comment, then answer.** Make it trivial for the referee to see you addressed it.
- **Point to the exact location** of each change (theorem number, appendix section, table).
- For a **proof gap**: state the corrected argument explicitly; do not just assert it is now fixed.
- For a **generality request**: either deliver the more general result, or argue precisely why the
  current scope is the right one (and add the boundary example that shows the limit binds).
- For **more finite-sample evidence**: add the requested design and report it; show the method's
  behavior even where it is less favorable — selective new evidence is transparent.
- **Disagreement**: allowed, but back it with a precise mathematical argument or a citation, framed
  respectfully. "We respectfully disagree, because [argument]; if the referee still prefers X, we are
  glad to add it."
- **Consistency:** never claim a fix in the letter that the revised manuscript does not contain.

## Revision discipline

- Re-run the **full replication package** after every substantive change; numbers in the
  letter, text, and tables must agree (see `ecta-replication-package`). At conditional
  acceptance the ES **Data Editor** will re-run this code, so it must reproduce bit-for-bit.
- Watch the **45-page** body limit: a revision that adds results can push the body over the
  cap — move the overflow (proofs, extra Monte Carlo) into the Supplemental Material rather
  than cutting content.
- Re-check **theorem numbering and cross-references** after reorganizing — added results shift numbers.
- If a fix changes a result, trace it through: identification → asymptotics → simulations → text.
- Keep a marked-changes version; keep a clean version; keep the response letter in sync with both.

## Checklist

- [ ] Co-editor's essential points identified and addressed first and fully
- [ ] Every referee comment quoted and answered with a location
- [ ] Proof gaps fixed with the corrected argument written out, not merely asserted
- [ ] Generality / evidence requests delivered or precisely rebutted
- [ ] New Monte Carlo / results added where requested; reported fairly
- [ ] Disagreements backed by argument, framed respectfully
- [ ] Full package re-run; letter, text, tables, and code all consistent
- [ ] Theorem numbering and cross-references re-verified after reorganization

## Anti-patterns

- Promising fixes in the letter that the manuscript does not actually contain
- Treating a referee suggestion the co-editor flagged as essential as optional
- "We have addressed this" with no pointer to where
- Patching a proof gap with another hand-wave instead of a complete argument
- Adding only the flattering new simulation and omitting the adverse design the referee implied
- Dismissive disagreement with no mathematical backing
- Forgetting to re-run the package, leaving stale numbers in the revision

## Output format

```
【Co-editor essential points】[...]
【Comment triage】fix: [...] | generality/evidence: [...] | presentation: [...] | push-back: [...]
【Proof gaps closed】[Theorem N: ...]
【New evidence added】[design/result ...]
【Push-backs (with argument)】[...]
【Package re-run + consistent】yes/no (Data Editor will re-run at conditional acceptance)
【Body ≤45pp after revision】yes/no — overflow moved to Supplemental Material: [...]
【Status】response letter drafted → re-submit via Editorial Express
```

Attribution

brycewang-stanfordbrycewang-stanford
View sourceMore from brycewang-stanford →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →