一键导入
paper-reviewer
Use this skill when the task is to review an academic paper PDF from the repo input folder, run specialized auditors, and compile a final report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when the task is to review an academic paper PDF from the repo input folder, run specialized auditors, and compile a final report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | paper-reviewer |
| description | Use this skill when the task is to review an academic paper PDF from the repo input folder, run specialized auditors, and compile a final report. |
This skill runs a reproducible multi-agent paper-review workflow for academic PDFs.
inputs/.For fresh runs, use scripts/review_paper.py as the primary entry point.
The pipeline stages are:
paper_id from the filename stem unless explicitly provided.work/<paper_id>/parsed/.work/<paper_id>/prompts/.config/reviewers.json.--parser-repair plan is enabled and parser-quality preflight reports high- or medium-severity parser artifacts, run scripts/run_parser_repair_agent.py and write work/<paper_id>/repair/parser_repair_notes.md.work/<paper_id>/selection/reviewer_selection.json.work/<paper_id>/selection/selected_reviewers.json.work/<paper_id>/reviews/.work/<paper_id>/editor/normalized_bundle.json.work/<paper_id>/editor/editor_input.md.outputs/<paper_id>/report.md.scripts/check_final_report.py --bundle work/<paper_id>/editor/normalized_bundle.json.Use --reviewer-selection static only when all enabled review-stage reviewers should run.
Use --parser-repair plan only when parser-quality issues should be converted into a reviewer-facing repair overlay before substantive reviewers run.
If parsed artifacts, reviewer JSON files, work/<paper_id>/selection/selected_reviewers.json, and work/<paper_id>/editor/normalized_bundle.json already exist, rerun only the editor when the change is limited to editor prompt/report presentation:
scripts/render_prompts.py, passing --reviewers-config work/<paper_id>/selection/selected_reviewers.json.scripts/build_editor_input.py, passing the same selected reviewer config.codex exec --output-last-message outputs/<paper_id>/report.md -.scripts/check_final_report.py --input outputs/<paper_id>/report.md --bundle work/<paper_id>/editor/normalized_bundle.json.Do not use editor-only refresh when reviewer evidence, parser artifacts, reviewer selection, or normalized findings need to change.
Use editor-only refresh to test narrowly scoped editor prompt changes against the same evidence bundle before changing the full workflow. This is especially useful for checking whether report emphasis improved without changing reviewer evidence, such as when adjusting how parser/preprocessing caveats are surfaced in prose.
cannot_verify.cannot_verify; do not assert lack of novelty from vague prior-work impressions.scripts/check_final_report.py as a structure and traceability smoke check, not as independent verification that external sources are real or current.codex exec --output-last-message writes only a short acknowledgement for the editor, rely on the wrapper's recovery from the editor transcript and then rerun the final report checker.work/<paper_id>/parsed/work/<paper_id>/repair/work/<paper_id>/selection/work/<paper_id>/reviews/outputs/<paper_id>/report.mdThe expected final report shape is synthesis-first: executive summary, prose review configuration, roughly 3 to 8 high-confidence highest-priority findings when supported by the evidence, suggested revision priorities, additional findings, domain-specific sections, grammar appendix when needed, external-sources appendix when external evidence is cited, parser-caveat prose that keeps central auditability failures visible, and traceability map appendix.