원클릭으로
synthesize-sources
Synthesize findings across multiple research sources
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Synthesize findings across multiple research sources
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fill missing type, title, and description frontmatter on documents using structured AI output
Download a web page by URL and save it as clean markdown with images
Audit for accessibility — keyboard navigation, ARIA labels, contrast, focus indicators
Produce a full dependency health report (SBOM, vulnerabilities, staleness, upgrades, licenses)
Audit error handling UX — error boundaries, silent failures, loading states, empty states
Audit for unnecessary re-renders — Zustand subscriptions, missing memoization, inline callbacks
| name | synthesize-sources |
| description | Synthesize findings across multiple research sources |
| user-invocable | true |
Read multiple research files from the user's research corpus and generate a comprehensive synthesis document.
Identify the topic. Ask the user what topic, tag, or set of sources to synthesize. Accept any of:
Find relevant sources. Use the search-research skill to locate matching research files:
execute_skill_script("search-research", "scripts/search.mjs", [query, research_dir_1, research_dir_2, --tag "tagname"])
Search directories should include:
research/ for each open project (e.g. <project>/research/)~/Notesage/research/Read source files. For each matched result, read the full file content to access the complete article text and frontmatter metadata (title, author, source_url, date_published, tags).
Generate the synthesis. Produce a well-structured document with these sections:
Executive Summary — 2-3 paragraphs covering the key findings across all sources. What are the main takeaways? What consensus or trends emerge?
Per-Source Summaries — For each source, include:
Theme Analysis — Identify and discuss:
Suggested Further Research — Based on the gaps and themes identified, suggest:
Offer next actions. Use quick replies to let the user choose:
Save synthesis as file|Insert into document|Go deeper on [first theme]|Find more sourcesresearch/synthesis-{topic}.md using save-research skill