一键导入
research-and-synthesis
Fetch and summarize authoritative external sources into actionable guidance using MCP helpers. EXCLUSIVE to researcher agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch and summarize authoritative external sources into actionable guidance using MCP helpers. EXCLUSIVE to researcher agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Brainstorm and advise on technical decisions using structured process and MCP helpers. EXCLUSIVE to brainstormer agent. Does NOT implement — only advises.
Diagnose errors and failing tests in Laravel + React + Python applications. Use when encountering bugs, exceptions, stack traces, 500 errors, TypeErrors, failing tests, or unexpected behavior. EXCLUSIVE to debugger agent.
Review code changes for correctness, security, performance, and maintainability. Use for PR reviews, code audits, pre-merge checks, or quality validation of Laravel + React + Python code. EXCLUSIVE to reviewer agent.
Plan and implement safe database schema changes including migrations, indexes, and backfills. Use when creating tables, adding columns, optimizing queries, or managing Eloquent/SQLAlchemy relationships. EXCLUSIVE to database-admin agent.
Manage deployment, Docker, CI/CD, server hardening, and infrastructure security. EXCLUSIVE to devops-engineer agent.
Keep project documentation accurate when behavior changes. EXCLUSIVE to project-manager agent.
| name | research-and-synthesis |
| description | Fetch and summarize authoritative external sources into actionable guidance using MCP helpers. EXCLUSIVE to researcher agent. |
| allowed-tools | Read, Grep, Glob, Bash, WebFetch, mcp_codex-bridge, mcp_gemini-bridge, mcp_context7, mcp_playwright, mcp_zread, mcp_web-search-prime, mcp_web-reader, mcp_zai-mcp-server, mcp_open-bridge |
Exclusive to: researcher agent
mcp_gemini-bridge_consult_gemini(
query="Research [topic] with pros/cons, security considerations, and code examples",
directory="."
)
mcp_open-bridge_consult_gemini(
query="Research [topic] with pros/cons, security considerations, and code examples",
directory="."
)
mcp_codex-bridge_consult_codex(
query="Analyze code patterns for [topic]",
directory="."
)
# Resolve library first
mcp_context7_resolve-library-id(libraryName="fastapi", query="dependency injection")
# Then query
mcp_context7_query-docs(libraryId="/tiangolo/fastapi", query="Depends pattern")
# Discover relevant content
mcp_web-search-prime_search(query="[topic] best practices 2025")
# Read full articles
mcp_web-reader_read(url="https://discovered-url.com/article")
# Smart content extraction
mcp_zread_read(url="https://docs-page.com")
Research Flow:
## Instructions
1. Understand project stack from `docs/project-overview-pdr.md`
2. Define the research question clearly
3. Use **Gemini-Bridge** for deep analysis and reasoning
4. Use **Context7** for up-to-date library documentation
5. Verify with multiple sources
6. Summarize actionable findings
## Supported Stacks
**PHP/Laravel:**
- Laravel 12, Inertia.js, Pest
**JavaScript/React:**
- React 19, TypeScript, Tailwind, shadcn/ui
**Python:**
- FastAPI, LangChain, LangGraph, pytest, Pydantic
## Source Evaluation
| Criteria | ✅ Good | ❌ Bad |
|----------|---------|--------|
| Recency | < 1 year | > 2 years |
| Authority | Official docs | Random blogs |
| Relevance | Same stack | Different framework |
## Research Process
1. Define the question clearly
2. Fetch 1-3 authoritative sources
3. Verify with multiple sources
4. Summarize actionable findings
## Package Evaluation
| Factor | Check |
|--------|-------|
| Maintenance | Last commit < 6 months |
| Compatibility | Works with Laravel 12 / React 19 |
| Documentation | Clear docs, examples |
| Security | No known vulnerabilities |
## Comparison Matrix
```markdown
| Criteria | Option A | Option B |
|----------|----------|----------|
| Implementation | ⭐⭐⭐ | ⭐⭐ |
| Performance | ⭐⭐ | ⭐⭐⭐ |
| Security | ⭐⭐⭐ | ⭐⭐ |
## Summary
[2-3 sentences]
## Key Findings
- Finding 1
- Finding 2
## Recommendation
[Which option and why]
## References
- [Source](url)