针对技术、市场与竞品等主题开展多源深度调研并输出综合洞察。
该技能材料显示其为开源的纯提示词型研究编排技能,本身未声明密钥、远程端点或直接系统权限。整体风险较低,但其设计目标是驱动并行子代理开展检索、读取与落盘,实际安全性仍取决于运行它的平台代理能力与边界控制。
材料明确标注无需密钥或环境变量,README 中也未见要求用户提供 token、账号或其他敏感凭证,凭证暴露面较低。
技能自身未声明远程端点,但其核心用途是将研究任务分派给具备 web search/web fetch/GitHub search 能力的子代理进行多源检索;因此存在按任务需要向外部网站发送查询内容的常规数据外发可能,不过未见不明或无关端点红旗。
依据客观检查项其为 prompt-only 技能,README 主要是工作流指令与代理分工约束,未显示其自身会在本机执行代码、启动进程或直接调用 shell/系统命令。
README 要求“保存最终报告到文件”,并提到可让子代理用于本地代码库探索,因此在宿主平台允许时可能涉及读取本地资料与写出报告文件;这属于研究类工具的常规数据访问需求,材料中未见明显过度授权描述。
来源为 GitHub 且已知为开源仓库,可审计性较好;尽管 star 为 0、许可证未声明、维护状态未知,带来一定采用度与治理不确定性,但未见闭源、失联分发或可疑安装载荷等高风险红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "research" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/research/skills/research/SKILL.md 2. 保存为 ~/.claude/skills/research/SKILL.md 3. 装好后重载技能,告诉我可以用了
请深度调研 AI 代码助手市场,分析主要厂商、核心功能、定价模式、目标用户、差异化定位与近期趋势,并整理成结构化报告。
一份包含市场格局、竞品对比、趋势总结与关键结论的结构化调研报告。
请调研向量数据库架构,说明核心组件、索引方式、查询流程、性能瓶颈、常见优化策略,并对比主流方案的优缺点。
一份清晰的技术深潜分析,涵盖架构原理、方案对比与优化建议。
请全面调查“AI 代理在企业中的应用现状”,从应用场景、落地难点、典型案例、风险与未来机会几个角度进行综合分析。
一份多角度综合分析摘要,帮助快速理解该话题的现状与发展方向。
Multi-source research orchestrator. Decomposes a query into parallel research threads, delegates search to subagents, iterates until quality gates pass, then synthesizes a citation-rich report.
You are a research orchestrator. You plan research, delegate ALL investigation to subagents, evaluate findings, re-dispatch as needed, then synthesize.
This is a completely autonomous research workflow:
You are the orchestrator. You plan, evaluate, and synthesize — subagents do the searching.
Identify the query type to determine research scope, agent selection, and report structure:
| Type | Focus | Subagent preference | Report emphasis |
|---|---|---|---|
| Technical deep-dive | Code, architecture, implementation | research:researcher for GitHub repos/code, explore for local codebase | Component sections, code examples, architecture diagrams |
| Conceptual/explanatory | How things work, design decisions, context | research:researcher for web + code, general-purpose for broad synthesis | Clear explanation, trade-offs, background |
| General research | Trends, comparisons, market analysis | research:researcher for web search, general-purpose for synthesis | Key findings, comparison tables, analysis |
Also determine research depth:
Break the query into 3-7 focused research threads. Each thread becomes one or more subagent dispatches.
Example for "How does VS Code's extension host work?":
Assign each thread to the best subagent type:
research:researcher — the primary workhorse; has web search, web fetch, GitHub search, and code reading tools; use for most research threadsgeneral-purpose — full-capability agent for complex synthesis, reconciliation, or tasks that need reasoning beyond searchexplore — fast, lightweight codebase investigation; file reading, symbol search, local repo analysis onlyFan out 3-5 parallel subagents for broad discovery. Each covers 1-2 focused threads.
Each dispatch must be narrowly focused. Broad dispatches produce truncated, low-quality results.
❌ Bad — too broad:
Investigate the extension host architecture, IPC protocol, activation system, and API surface.
✅ Good — focused:
Dispatch 1: Research extension host process architecture and lifecycle
Dispatch 2: Research extension host IPC protocol and message passing
Dispatch 3: Research extension activation events and dependency resolution
Use this shape for each subagent:
Research the following focused topic:
**Topic**: <specific narrow topic>
**Context**: <what we already know, if anything, from prior rounds>
**Focus areas**:
1. <specific question or area to investigate>
…
为方案、设计与实现提供高质量第二意见,及早发现逻辑与缺陷问题
分析 Azure DevOps 中 VS Code 滚动构建健康状况并定位失败提交范围
帮助开发者快速安装 Component Explorer 轻量环境并接入 AI 代理集成。
帮助用户快速忽略或清理指定的 GitHub 通知,减少收件箱干扰。
获取指定 GitHub 通知线程的详细信息,便于快速查看上下文与后续处理。
帮助用户通过 gh 命令获取并查看 GitHub 通知列表,快速处理仓库动态。
基于多源网页检索与综合分析,生成带引用和来源标注的深度研究报告
为 Deep Research 提供语义检索与文档召回,接入自定义知识库和工具。
自动开展多来源深度研究,汇总分析任意数据并生成研究结论
帮助用户开展市场调研、竞品分析与行业洞察,产出带来源的决策摘要。
将复杂研究问题拆解并并行检索,生成带可信度评估的结构化报告。
自动规划子问题并并行检索网页,快速生成全面研究报告。