seven-pass-review

Solid

Mechanize Pattern 15 — the seven-pass adversarial review protocol for academic manuscripts. Spawns 7 forked subagents in parallel (abstract, intro, methods, results, robustness, prose, citations), then synthesizes a prioritized revision checklist. Use for submission-ready or R&R-stage papers where single-pass review isn't enough.

Code & Development 0 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<!-- Adapted from pedrohcgs/claude-code-my-workflow (MIT), https://github.com/pedrohcgs/claude-code-my-workflow --> # Seven-Pass Adversarial Review Runs seven independent reviewers, each focused on a single lens, then synthesizes their findings into one prioritized revision plan. Pattern 15 from the workflow guide, mechanized. **Why seven passes?** A single-agent review blends lenses and softens each one. Seven forked agents each approach the paper with full context budget for their own lens, then a synthesizer resolves conflicts and de-duplicates. > **When to pick this over `/review-paper`:** This skill costs roughly 7× more tokens than `/review-paper` (default) and ~2× more than `/review-paper --adversarial`. Use it when the paper is submission-ready or at R&R stage and you need maximum lens coverage. For early drafts or iterative work, `/review-paper` is the right tool. For journal-simulation pressure test, use `/review-paper --peer <journal>` instead. ## Inputs - `$0` — manuscript path (`.tex`, `.qmd`, `.md`, or `.pdf`). Required. ## The Seven Lenses Each lens runs as a **forked subagent** (context: fork) so the main conversation stays clean. | # | Lens | Focus | Agent type | |---|---|---|---| | 1 | Abstract audit | Does the abstract state the question, method, result, and contribution? Does it match the paper? | general-purpose | | 2 | Intro structure | Does the intro follow Cochrane / Varian framework? Literature placement? Contribution clarity? | general-purp...

Details

Author
groundnuty
Repository
groundnuty/agentic-repo-template
Created
3 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

review-paper

Comprehensive manuscript review with three modes: single-pass (default), --adversarial critic-fixer loop, and --peer [journal] simulated peer-review pipeline (editor + 2 dispositioned referees + editorial decision, calibrated to a target journal). R&R continuation via --peer --r2/--r3; hostile-editor stress test via --peer --stress. Reviews referenced analysis scripts and runs /audit-reproducibility on them unless --no-cross-artifact.

0 Updated today
groundnuty
AI & Automation Listed

review-paper

Run a full referee review of a manuscript, six agents in parallel (spelling and style, internal consistency, unsupported claims, math and notation, tables and figures, adversarial top-journal referee), findings triaged CRITICAL/MAJOR/MINOR against a named target journal (MKSCI, JMR, JCR, MS, AER, QJE, JPE, Econometrica, REStud, AEJMacro, JME, RED, JF, JFE, RFS, JFQA). Writes a dated pre-submission report on your own draft. Includes a buried-contribution desk-reject gate and a --quick pass. TRIGGER on "review my paper", "referee my draft", "is this ready to submit", "what would a referee say", "desk reject risk", "read this like Reviewer 2", or any request to critique a full paper or PDF.

5 Updated today
ericluo04
AI & Automation Solid

academic-paper-reviewer

Multi-perspective academic paper review with dynamic reviewer personas. Simulates 5 independent reviewers (EIC + 3 peer reviewers + Devil's Advocate) with field-specific expertise. Supports full review, re-review (verification), quick assessment, methodology focus, Socratic guided, and calibration modes. Triggers on: review paper, peer review, manuscript review, referee report, review my paper, critique paper, simulate review, editorial review, calibrate reviewer, reviewer calibration, measure reviewer accuracy.

3 Updated today
fabioc-aloha