ワンクリックで
lit-review
Use when a research topic needs literature review, or when papers need to be found and documented for a project
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when a research topic needs literature review, or when papers need to be found and documented for a project
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when a file or module is too large, responsibilities are tangled, or a cross-cutting redesign is needed
Use when literature notes exist and need citation verification, or before publishing any artifact that cites literature
Use at the end of a work session to embed learnings into conventions. Simplified for models with lower reasoning capacity.
Use at the end of a work session, or when accumulated findings need to be embedded into conventions, skills, or patterns
Use when the Slack bot needs to handle an operational action like launching an experiment, querying status, or processing approvals
Use when a plan, finding, or design needs adversarial review before committing to it
| name | lit-review |
| description | Use when a research topic needs literature review, or when papers need to be found and documented for a project |
| complexity | medium |
| model-minimum | glm-5 |
| disable-model-invocation | false |
| allowed-tools | ["Read","Write","Grep","Glob","WebSearch","WebFetch","Bash(git *)"] |
You are conducting a literature review on the given topic. If a project path is provided, focus the review on that project's needs — read the project README first to understand the mission, open questions, and what's already known.
Use WebSearch to find relevant papers, technical reports, and blog posts. Search for:
Aim for breadth first — collect 8-15 candidate sources.
For each candidate, make a quick judgment:
Read load-bearing and contextual papers using WebFetch. Skip incremental ones.
For each paper worth keeping, you MUST mechanically verify the URL before creating a note. This is mandatory — never create notes from memory alone.
Verification procedure (per paper):
https://arxiv.org/abs/XXXX.XXXXX).Verified: YYYY-MM-DD (today's date).Verified: false and flag for manual verification. Do not cite in publications until verified.Save verified notes to literature/ within the project directory (create it if needed), or to docs/literature/ if not project-specific. Follow the literature note schema in CLAUDE.md.
Key requirements:
After reviewing the literature, identify:
MANDATORY. Literature reviews often reveal actionable findings that require follow-up work. You must create tasks to ensure this work happens.
For each load-bearing paper that addresses an open question or enables new work:
Identify the action: What does this paper enable or suggest? (e.g., "Evaluate method X on our dataset", "Implement technique Y", "Compare our approach to baseline Z")
Create a task in the relevant project's TASKS.md:
- [ ] <action verb phrase>
Why: Literature review finding — <paper title> enables/suggests <brief rationale>.
Done when: <observable condition>
Priority: medium
Source: lit-review YYYY-MM-DD, <paper title>
If no tasks are warranted (literature fully answers questions with no follow-up needed), state this explicitly in the review summary: "No follow-up tasks: literature fully addressed the inquiry."
This gate ensures literature discoveries become actionable work, not forgotten knowledge.
## Literature review: <topic>
Scope: <project name or "general">
Date: YYYY-MM-DD
### Papers reviewed
| Title | Type | CI Layers | Verdict |
|---|---|---|---|
| <title> | load-bearing / contextual / incremental | L1-L5 | <1-line summary> |
### Key findings
<bulleted list of the most important things learned, with paper references>
### Gap analysis
<what remains unknown, which CI layers are under-studied>
### Follow-up tasks
<list of tasks created in project TASKS.md files, or "None: literature fully addressed the inquiry.">
### Recommended reading order
<if someone has limited time, which 2-3 papers matter most and why>
### Notes saved
<list of literature note files created, with paths>
Prioritize quality over quantity. Three well-analyzed load-bearing papers are worth more than ten superficial summaries.
Follow docs/sops/commit-workflow.md. Commit message: lit-review: <topic> — <N> papers reviewed