← Back to list

deep-research
by Who-Visions
⭐ 0🍴 0📅 Dec 26, 2025
SKILL.md
name: deep_research description: Conducts rigorous academic research and document analysis using Gemini's advanced control features (Logprobs, Citations, Long Context). usage_trigger: Use when the user asks for "research", "paper analysis", "fact checking", "academic review", or "uncertainty analysis".
🔬 Deep Research Skill
Capabilities
This skill leverages specific Gemini Research features to provide higher-fidelity analysis than standard chat.
-
Uncertainty Quantification (Logprobs):
- When analyzing complex topics, this skill checks the
logprobsof the generated tokens. - It highlights statements where the model's confidence is low, preventing hallucinations.
- When analyzing complex topics, this skill checks the
-
Rigorous Citations (CitationMetadata):
- Enforces strict citation extraction using
groundingMetadata.
- Enforces strict citation extraction using
-
Long-Context Synthesis:
- Optimized for ingesting full PDF papers or large text dumps (up to 2M tokens).
Instructions
For Paper Analysis
- Ingest: Read the full content of the file.
- Analyze: Use the configured Pro model (currently
gemini-3-pro-preview) withthinking_level="HIGH". - Output: structured report with:
- Core Thesis: What is the paper claiming?
- Methodology Evaluation: Is it sound?
- Confidence Score: Based on Logprobs (simulated or actual if access permits).
- Novelty Assessment: How does this comparing to existing literature?
For Fact Checking
- Activate
google_searchtool. - Cross-reference claims.
- Explicitly list
CitationMetadatasources.
Python Helper (Concept)
Use visions/core/visions_backend.py to access the raw client if you need to inspect response.candidates[0].logprobs.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon