一键导入
paper-rerun
Re-run a single step of the paper-review pipeline against an existing slug. Replaces the old paper-archive / paper-repolish skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Re-run a single step of the paper-review pipeline against an existing slug. Replaces the old paper-archive / paper-repolish skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate platform-adapted articles from a GitHub repo, a local codebase, or a research report — spawns platform-specific agents for generation.
三方会审 — each reviewer identity is run independently by three heterogeneous models (Opus + DeepSeek + Codex) via takeover fan-out + sharp-review's merge engine. Disagreements between models surface genuine issues.
Export a finalized article for publishing — image verification, clipboard export, platform-specific publishing guidance. Does NOT edit content.
Archive a finalized article and accumulate personal style fingerprints — moves to archived/YYMMDD/, updates style/profile.md
Review an academic paper PDF — ingest, summarise, fan out multi-angle 锐评, polish user draft into publishable English reviewer comments, archive.
| name | paper-rerun |
| description | Re-run a single step of the paper-review pipeline against an existing slug. Replaces the old paper-archive / paper-repolish skills. |
| argument-hint | <step-number> <slug> |
| allowed-tools | Read,Write,Bash,Glob,Grep,Agent,Skill |
Usage:
/paper-review:rerun 7 majestic-book # re-polish (regenerate final.md from draft.md)
/paper-review:rerun 8 majestic-book # re-archive (move + update style + angles)
/paper-review:rerun 5 majestic-book # re-aggregate critiques.md
/paper-review:rerun 2 majestic-book # re-run literature.md (02-literature.md)
/paper-review:rerun 2b majestic-book # rewrite summary.md (02b-consensus.md)
.claude/skills/paper-review/<step>-*.md for the requested step (e.g. 2 → 02-literature.md, 2b → 02b-consensus.md, 7 → 07-polish.md). Match the step token exactly — 2 must not pick up 02b-*.ongoing/<slug>/ (or archived/YYMMDD/<slug>/ if the slug is already archived — glob-match archived/*/<slug>/ to find it; in that case any new output is written next to the old with a .<timestamp> suffix, never overwriting the archive).| Old call | Now |
|---|---|
/paper-review:archive <slug> | /paper-review:rerun 8 <slug> |
/paper-review:repolish <slug> | /paper-review:rerun 7 <slug> |
archived/YYMMDD/<slug>/ never overwrite the existing snapshot; suffix outputs with a timestamp.07-polish.md).