Research assistant for extracting detailed information from review articles (002). Produces citation-ready content with bib-key lookups for thesis incorporation.
Extracts detailed information from review articles (002) sources) for incorporation into the thesis text. Unlike literature_research (which identifies relevant reviews), this skill extracts and structures content from specific review articles for direct use in writing.
thesis references1b7df790-7858-4fc8-879c-39f41238c4aeUse this skill when:
Do NOT use this skill for general reference gathering — use literature_research instead.
Do NOT use this skill for the author's own papers — use paper_analysis instead.
Review articles are external to the thesis. Their content must be:
\cite{bib_key} referencesource_registry first to obtain 002) source IDs.literature_research has identified which reviews are most relevant.mcp_notebooklm_notebook_query(
notebook_id="1b7df790-7858-4fc8-879c-39f41238c4ae",
query="<your question>",
source_ids=<review_002_ids>, # from source_registry, only 002) sources
conversation_id=<previous_id> # for follow-up drilling
)
Filtering strategy: Pass only the 002) review source IDs to focus the AI on review literature. If you need a specific review, pass only that single source ID.
When you need to extract from a specific review article:
mcp_notebooklm_notebook_query(
notebook_id="1b7df790-7858-4fc8-879c-39f41238c4ae",
query="Based on this review, detail the structure and key arguments about [topic]",
source_ids=["<single_review_source_id>"]
)
Structure Extraction: Ask for the table of contents or argument flow of a specific review.
"What is the detailed structure of [Review X] regarding [Topic]? List section headers and summarize the argumentation flow."Concept Definitions: Extract how the review defines standard concepts.
"How does [Review X] define [Concept]? Include any key equations or parameters."Narrative Flow: Understand how experts transition between ideas.
"How does [Review X] transition from [Concept A] to [Concept B]? What logical steps connect them?"Specific Claims with Citations: Get precise statements that can be paraphrased.
"What specific claims does [Review X] make about [Topic]? For each, note the section number and any papers they cite."Comparative Views: Compare how different reviews cover the same topic.
"Compare how [Review A] and [Review B] present [Topic]. What differences in emphasis or interpretation exist?"Figure Identification: Identify key figures from papers cited in the review that illustrate core concepts.
"Which figures from the papers discussed in [Review X] are considered canonical illustrations of [Topic]? For each, provide the paper's arXiv ID, figure number, and a brief description of what it shows."section_drafting Step 4b and paper_lookup Recipe 3 for actual downloads.Structure extracted content as:
## [Topic] — from [Review Author (Year)]
### Key Points
- [Paraphrased claim 1] → `\cite{bib_key}`, Sec X.X
- [Paraphrased claim 2] → `\cite{bib_key}`, Sec Y.Y
### Definitions
- **[Term]**: [definition as given in review] → `\cite{bib_key}`
### Narrative Structure
1. The review begins by establishing...
2. It then transitions to...
3. The argument concludes with...
### Key Figures
- **Fig. N** from [arXiv:XXXX.XXXXX]: [description of what it shows] → illustrates [concept]
- **Fig. M** from [arXiv:YYYY.YYYYY]: [description] → illustrates [concept]
For every reference extracted:
bibliography.bib: grep_search(query="<arxiv_number>", SearchPath="bibliography.bib")\cite{}REQUIRED: Use the knowledge skill (save mode) to persist extracted insights to .agent/knowledge/. The knowledge skill defines the standard file format and handles deduplication.
002) reviews to get the history, main interpretations (DM vs. Pulsars), and current controversy."Based on the review articles, outline the history and leading interpretations of the Galactic Center Excess. Include specific section references.""Provide the mathematical definition of the NFW density profile and explain its parameters, citing the specific sections from the reviews."002) reviews for a high-level summary."According to the reviews, what are the dominant systematic uncertainties in gamma-ray dark matter searches? List them with section references."