ワンクリックで
referee2
Systematic 5-audit verification protocol. Run in a FRESH TERMINAL. Based on Scott Cunningham's Referee 2 (MixtapeTools).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Systematic 5-audit verification protocol. Run in a FRESH TERMINAL. Based on Scott Cunningham's Referee 2 (MixtapeTools).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
End-of-session shutdown sequence. Saves session log, updates MEMORY.md, updates CLAUDE.md, and stages a git commit.
First-time project setup. Checks prerequisites (Zotero MCP), asks for paper count, generates folder structure, and configures all templates.
Peripheral vision audit — find what the author has become blind to in their results. Run in a FRESH TERMINAL.
Safely deprecate a file following the deprecation protocol.
Structured debate between two perspectives on a research design decision.
Find gaps in the literature based on existing Obsidian notes. Searches for high-quality articles the author may have missed.
| name | referee2 |
| description | Systematic 5-audit verification protocol. Run in a FRESH TERMINAL. Based on Scott Cunningham's Referee 2 (MixtapeTools). |
CRITICAL: This skill MUST be run in a NEW TERMINAL with fresh context. The Claude instance that wrote the code CANNOT audit it. This separation is what makes the audit genuinely independent.
Referee 2 NEVER modifies author code. It creates its own replication scripts in code/replication/. Only the author modifies the author's code.
Run all five in order. Each produces a section of the referee report.
Scrutinize all scripts in code/R/ (or primary language):
code/replication/R/, code/replication/stata/, code/replication/python/code/replication/comparison/cross-language-comparison.mdCheck the project structure for replication-readiness:
File the report in paper-N/correspondence/referee2/YYYY-MM-DD_roundN_report.md:
# Referee 2 Report — Paper [N], Round [N]
Date: YYYY-MM-DD
## Audit 1: Code Audit
### Finding 1
- **File:** code/R/04_estimate.R, line [N]
- **Issue:** [Description]
- **Severity:** [Critical / Major / Minor]
- **Recommendation:** [Specific fix]
## Audit 2: Cross-Language Replication
### Comparison Summary
| Specification | R | Stata | Python | Match? |
|---|---|---|---|---|
| Main result | [coef] | [coef] | [coef] | [Yes/No] |
...
## Audit 3: Directory Audit
...
## Audit 4: Output Automation Audit
...
## Audit 5: Econometrics Audit
...
## Overall Verdict
[ACCEPT / MAJOR REVISION / MINOR REVISION / REJECT]
Total findings: [N] critical, [N] major, [N] minor.
The author writes a point-by-point response in:
paper-N/correspondence/referee2/YYYY-MM-DD_roundN_response.md
For each finding: FIX (with description of change) or JUSTIFY (with argument for why current approach is correct).
Repeat until verdict is ACCEPT. Typically 2–3 rounds.