Agent skill · Code Review & Quality

deep-research

Use this skill when the user wants an evidence-based research memo, literature review, market/policy/technical landscape, or a multi-source decision brief with citations, trade-offs, and a clear conclusion. Best for tasks that need synthesis across multiple external sources, iterative follow-up research, or a reusable written artifact. Do not use for quick factual lookups, single-source summaries, simple Q&A, summarizing one document the user already provided, plan-only requests where the user explicitly defers the actual research, or when the user wants a short answer with no need for cited e

staruhubgithub.com/staruhubGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add staruhub/ClaudeSkills --skill Geek-skills-deep-research --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 17
SKILL.md size: 11 KB
Bundled scripts: yes
Version: 8.1.2
Requires: Requires web search plus file read/write. Shell/scripts and subagents are optional accelerators, not hard requirements.
Path: skills/Geek-skills-deep-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 659
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Deep Research V8.1 This skill is for **evidence-rich research outputs**, not for every question that happens to mention “analysis”. The V8 shift is simple: - **Single-agent first.** Start with one lead agent and only fan out when parallel work will clearly help. - **Thin harness, fat skill.** Put reusable judgment and workflow here; keep deterministic checks in scripts. - **Context organization over prompt stuffing.** Load the minimum active context bundle, then pull in references only when needed. - **Eval and observability built in.** A good report is not enough; the run must also be diagnosable and improvable. ## What this skill should produce Choose the lightest artifact that satisfies the task. | Output type | Use when | Typical length | Required artifacts | |---|---|---:|---| | **Brief memo** | user wants a concise answer with evidence | 800-1800 words | `research-plan.md`, `registry.md`, `draft.md`, `run-summary.json` | | **Full report** | user asks for comprehensive analysis / literature review / decision document | 2500-6000 words | all core artifacts + `evaluation.md` | | **Delta update** | user says “continue”, “second round”, “what changed”, “deepen round 2” | 600-180

What's inside
Steps it walks through
  1. What this skill should produce
  2. When NOT to use this skill
  3. Org-policy boundary
  4. Active context bundle
  5. Workflow
  6. P0 — Scope, route, and choose the lightest mode
  7. P0.5 — Optional modules (not mandatory by default)
  8. P1 — Plan the evidence work
  9. P2 — Investigate, extract, and write notes
  10. P3 — Build registry and verify evidence
  11. P4 — Synthesize the output
  12. P5 — Evaluate and gate
  13. P6 — Finalize, summarize, and learn
  14. Deterministic helpers
Ships with 16 files
  • assets/report_template.md
  • evals/routing-evals.json
  • evals/runbook.md
  • references/evaluator-prompt.md
  • references/handoff-format.md
  • references/landscape-scan.md
  • references/methodology.md
  • references/observability.md
  • references/quality-gates.md
  • references/report-assembly.md
  • references/research-notes-format.md
  • references/subagent-prompt.md
  • references/tension-discovery.md
  • scripts/emit_run_summary.py
  • scripts/source_evaluator.py
  • scripts/verify_citations.py
More from ClaudeSkills
All skills →
gaokao-expert资深高考命题专家助手,提供专业的命题指导和评审服务。适用于创作高考试题、评审试题质量、分析试卷结构、了解命题趋势等场景。结合文档工具提取解压文件,使用网络搜索了解当年最新命题趋势,使用分析工具评估题目…Othera-share-analystA股分析研究助手,提供行情数据获取与技术面/基本面分析框架(仅供研究参考,不构成投资建议)。适用于:(1) 获取A股行情和历史数据,(2)…Otherseedream-imagegen用 ByteDance Seedream 4.0 API(经 Segmind)生成 AI 图像。当用户要从文字描述生成营销素材、海报、产品图、概念图、社交媒体配图等高质量图像,且环境配有…Backend & APIuniversity-exam-prep大学备考苏格拉底式学习助手,专为应对"面向课本和PPT考试"设计。当用户说"帮我复习"、"准备考试"、"备考"、"期末复习"、"模拟学习"、"突击复习"等时触发。核心特点:(1)强制要求用户上传课本/…Design & Presentationpodcast-generator用火山引擎 Podcast AI 模型生成中文双人对话播客。当用户要把文章、报告、话题文本转成播客音频、生成对话式音频内容时使用,需要环境具备火山引擎 APP_ID 和 ACCESS_KEY。支持…Media & Videoc-drive-cleanerWindows C盘清理和磁盘空间管理。当用户说C盘满了、磁盘空间不足、清理临时文件/缓存/回收站/系统日志、查找大文件、分析磁盘占用时使用。仅适用于 Windows…Other
About this skill
What does the deep-research skill do?

Use this skill when the user wants an evidence-based research memo, literature review, market/policy/technical landscape, or a multi-source decision brief with citations, trade-offs, and a clear conclusion. Best for tasks that need synthesis across multiple external sources, iterative follow-up research, or a reusable written artifact. Do not use for quick factual lookups, single-source summaries, simple Q&A, summarizing one document the user already provided, plan-only requests where the user explicitly defers the actual research, or when the user wants a short answer with no need for cited e

How do I install it?

Run `npx skills add staruhub/ClaudeSkills --skill Geek-skills-deep-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From staruhub/ClaudeSkills, a repository with 659 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going