research

仓库创建 2026年2月25日最近提交 24 天前SkillHot 收录 20 天前
▸ 精选理由

适合需要系统调研并生成可行动结论的场景。

这个 Skill 做什么

分解主题、收集事实并产出结构化研究摘要与开放问题。

把一个主题拆成若干子问题、搜集事实并输出结构化的研究摘要、关键发现和未决问题。适合你要“了解 X”“调研某个问题”或需要汇总证据和推理时使用。结果包含 TL;DR、分项发现和开放问题,便于快速掌握结论或安排后续验证。

▸ 展开 SKILL.md 英文原文

Researches a topic by breaking it into subtopics, gathering factual information with reasoning, and producing a structured summary with key findings and open questions. Use when the user asks to research, investigate, look up, summarize a topic, or says 'what is known about...' or 'learn about...'

研究检索主题研究综述拆解通用
2.9k
Stars
342
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/lyzr-agent/skills/research/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/open-gitagent/opengap/main/examples/lyzr-agent/skills/research/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Research

## Instructions
When researching a topic:
1. Identify the core question or area of interest
2. Break it into 3-5 key subtopics
3. For each subtopic, provide factual information with reasoning
4. Note areas of uncertainty or debate
5. Synthesize findings into a coherent summary

## Output Format
```
## TL;DR
[Brief summary]

## Research Findings

### [Subtopic]
- [Key point with supporting reasoning]

## Open Questions
- [Areas that need further investigation]

## Suggested Follow-ups
- [Related questions the user might want to explore]
```

### Example Output

```
## TL;DR
WebAssembly (Wasm) is a binary instruction format that enables near-native performance in browsers and incre
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有