Семипроходное рецензирование научной рукописи
documentation
seven-pass-review is a Claude Code skill that mechanizes Pattern 15 — a seven-pass adversarial review protocol for academic manuscripts. It spawns 7 forked subagents in parallel, each dedicated to a single lens: abstract, introduction, methods, results, robustness, prose, and citations, then synthesizes their findings into one prioritized revision checklist. Each subagent writes a structured report to `quality_reports/seven_pass_[stem]/lens_[N]_[lens-name].md` and emits a typed scorecard (CRITICAL / MAJOR / MINOR with evidence); Phase 2 reduces these scorecards through a hallucination gate — synthesis may de-duplicate or downgrade lens findings but cannot introduce new blockers without re-verification. At roughly 7× the token cost of the default `/review-paper`, this skill is designed for submission-ready or R&R-stage papers requiring maximum lens coverage rather than early-draft iteration.
- #manuscript-review
- #multi-lens-analysis
- #parallel-review
- #submission-ready
- #academic-writing