一键导入
research
Systematically gather, evaluate, and synthesize information from available sources
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Systematically gather, evaluate, and synthesize information from available sources
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review pull requests for code quality, security, and correctness
Review pull requests for code quality, security, and correctness
End-to-end shipping workflow — tests, PR creation, review request. Unified pr-create + pr-complete.
Periodic cross-agent learning consolidation — review what worked, what didn't, propagate insights
Break down complex problems through structured analytical frameworks
Persist and recall context across sessions — critical for continuity
| name | research |
| version | 1.0.0 |
| description | Systematically gather, evaluate, and synthesize information from available sources |
| uses | [] |
| requires | {"tools":[],"env":[]} |
| security | {"risk_level":"read","capabilities":["source:read","search:execute"],"requires_approval":false} |
Systematically gather, evaluate, and synthesize information from available sources to answer questions or build understanding.
This is an agent-handled skill (handler: type: agent). When research_query is invoked, you (the agent) execute the methodology below using your available tools (file reading, search, web access, etc.) and reasoning. There is no backing code — you follow these instructions directly. The tool schema in tool.yaml defines the external contract; this document guides how you fulfill it. An orchestrator may route this skill to any agent that has analysis/research in its skill list.
Before gathering anything, clarify what you need to know:
Identify all available sources relevant to the scope:
From each source, extract relevant facts:
Validate findings across sources:
Combine findings into a coherent understanding:
Every claim must be traceable:
## Research: [Topic]
### Scope
- Question: [What we're investigating]
- Depth: [Overview | Working Knowledge | Deep Dive]
### Key Findings
1. [Finding] — Confidence: [High/Medium/Low]
Source: [citation]
2. [Finding] — Confidence: [High/Medium/Low]
Source: [citation]
### Contradictions / Conflicts
- [Source A] says X, [Source B] says Y
Resolution: [which is correct and why, or "unresolved"]
### Gaps
- [What remains unknown]
- [How it could be resolved]
### Sources Consulted
- [Source 1]: [what it provided]
- [Source 2]: [what it provided]
Research is complete when: