check-review-alignment
当用户明确要求"核查/优化综述 `{主题}_review.tex` 的正文引用"或"运行 check-review-alignment"时使用。通过宿主 AI 的语义理解逐条核查引用是否与文献内容吻合,只在发现致命性引用错误时对"包含引用的句子"做最小化改写,并复用 `systematic-literature-review` 的渲染脚本输出 PDF/Word。核心原则:不为了改而改,无法确定是否为致命性错误时保留原样并在报告中警告。⚠️ 不适用:用户只是想生成系统综述正文(应使用 systematic-literature-review);用户只是想新增/核对 BibTeX 条目(应使用专门的 bib 管理流程)。
npx skills add majiayu000/claude-skill-registry --skill check-review-alignment --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Check Review Alignment ## 适用场景 - 已有 `{主题}_review.tex` 与对应 `.bib`,需要核查正文每条引用是否“真的在引用该论文”,并在必要时最小化改写以消除错配/幻觉引用。 - 需要在优化后自动渲染生成 PDF 与 Word。 ## 输入 - `work_dir`:综述工作目录(包含 `{主题}_review.tex` 与 `.bib`,可含 PDF)。 - 可选:`--tex` 指定 tex 文件名(默认取目录下首个 `*_review.tex`;若目录内存在多个候选,脚本会给出 warning 并提示使用 `--tex` 明确指定)。 ## 输出 - `{work_dir}/.check-review-alignment/ai_alignment_report.md`:单一报告,包含 Summary / Critical Fixes (P0) / Warnings (P1) / Rendering Result(末尾附 PDF/Word 路径或错误摘要)。 - `{work_dir}/.check-review-alignment/ai_alignment_input.json`:脚本生成的"引用 + 文献元信息(含 DOI/URL) + PDF 摘要段"结构化输入,便于宿主 AI 快速核查。 - 已优化的 `{主题}_review.tex`(保存在 `work_dir` 根目录);新生成的 `{主题}_review.pdf` 与 `{主题}_review.docx`(保存在 `work_dir` 根目录)。 ## 工作流 ### 步骤 0:依赖检查(仅渲染路径强制) 本技能支持两类确定性动作: - `--prepare`:生成结构化输入(不依赖渲染 skill) - `--render`:渲染 PDF/Word(强制依赖 `systematic-literature-review`) **当且仅当你需要执行渲染(步骤 5 或 `--render`)时,必须检查以下依赖**: - [ ] `systematic-literature-review` skill 是否可用? - 如果不可用:立即停止,并提示: `❌ 缺少依赖:check-review-alignment 依赖 systematic-literature-review skill 进行 PDF/Word 渲染。请先安装 systematic-literature-review skill。` - 如果可用:继续执行 ### 步骤 1:预检与文件定位 1) 在 `work_dir` 内定位 `*_review.tex` 与对应 `.bib`(或用 `--tex` 指定)。 2) 若缺项:停止并说明缺失文件。 ### 步骤 2:提取结构化上下文(
- 适用场景
- 输入
- 输出
- 工作流
- 步骤 0:依赖检查(仅渲染路径强制)
- 步骤 1:预检与文件定位
- 步骤 2:提取结构化上下文(推荐)
- 步骤 3:AI 语义核查与优先级分级
- 步骤 4:生成报告
- 步骤 5:渲染 PDF/Word
- 修改边界与优先级
- 必须修复(P0)
- 仅警告不改(P1)
- 禁止修改(P2)
cd /path/to/check-review-alignment python3 scripts/run_ai_alignment.py --work-dir "/path/to/work_dir" --prepare python3 scripts/run_ai_alignment.py --work-dir "/path/to/work_dir" --render
What does the check-review-alignment skill do?
当用户明确要求"核查/优化综述 `{主题}_review.tex` 的正文引用"或"运行 check-review-alignment"时使用。通过宿主 AI 的语义理解逐条核查引用是否与文献内容吻合,只在发现致命性引用错误时对"包含引用的句子"做最小化改写,并复用 `systematic-literature-review` 的渲染脚本输出 PDF/Word。核心原则:不为了改而改,无法确定是否为致命性错误时保留原样并在报告中警告。⚠️ 不适用:用户只是想生成系统综述正文(应使用 systematic-literature-review);用户只是想新增/核对 BibTeX 条目(应使用专门的 bib 管理流程)。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill check-review-alignment --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
