一键导入
gap-detection
Use when the user wants to identify open research gaps, unresolved questions, or methodological blind spots across a literature corpus.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants to identify open research gaps, unresolved questions, or methodological blind spots across a literature corpus.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants to monitor arXiv for new papers by topic or author and produce a ranked digest of relevant preprints.
Use when the user wants to query Semantic Scholar for paper metadata, citations, references, author profiles, or semantic literature search results.
Use when the user wants to draft or revise a paper, conference, or journal abstract for a specific audience, structure, or word limit.
Use when the user wants to generate citation-aware manuscript sections or full research drafts grounded in the team's literature base.
Use when the user wants to draft concise conference rebuttals under response-period constraints and prioritize which reviewer concerns to address.
Use when the user wants to draft structured responses to peer review comments, supported by evidence and relevant literature.
| name | gap-detection |
| description | Use when the user wants to identify open research gaps, unresolved questions, or methodological blind spots across a literature corpus. |
Analyzes a team's literature base to identify what has NOT been studied, contested, or resolved. Surfaces research gaps, contradictions left unaddressed, and methodological blind spots — helping teams identify novel contributions before writing.
gaps = gap_detection.analyze(
topic="self-supervised learning for genomics",
corpus=review.get_papers(),
include_future_work_sections=True
)
gap_detection.validate_novelty(
claim="We are the first to apply contrastive learning to single-cell RNA-seq",
search_depth="comprehensive"
)
gap_detection.gap_map(
topic="federated learning in clinical settings",
format="structured_markdown",
audience="paper_reviewer"
)
Returns categorized gap list with: gap description, supporting evidence (paper excerpts), estimated research effort, and a novelty confidence score. Optionally formatted as a gap map table.
claim_auditor for novelty-risk checksrelated_work_scout when positioning the contribution against nearby prior workcontradiction-detection to find gaps created by conflicting findings