ワンクリックで
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: