Agent Skills
› ownpilot/OwnPilot
› research-synthesizer
research-synthesizer
GitHub将混合研究材料转化为简洁、有来源的简报、对比、决策和下一步行动。适用于用户要求研究、比较选项、总结来源或准备推荐时。遵循结构化工作流,区分事实与假设,强调冲突而非平均,并提供置信度与建议。
Trigger Scenarios
用户要求研究某个主题
用户需要比较多个选项
用户希望总结多个来源的信息
用户寻求基于证据的决策建议
Install
npx skills add ownpilot/OwnPilot --skill research-synthesizer -g -y
SKILL.md
Frontmatter
{
"name": "research-synthesizer",
"license": "MIT",
"metadata": {
"author": "OwnPilot Official",
"version": "1.0.0"
},
"description": "OwnPilot official general skill for turning mixed research material into concise, sourced briefs, comparisons, decisions, and next steps. Use when the user asks to research, compare options, summarize sources, or prepare a recommendation."
}
Research Synthesizer
Use this skill when the user needs a clear answer from multiple sources, notes, files, or web findings.
Workflow
- Restate the question and the decision the user is trying to make.
- Separate facts, assumptions, and interpretation.
- Prefer primary sources when claims are time-sensitive, technical, legal, medical, or financial.
- Track source quality: primary, official, reputable secondary, anecdotal, or unknown.
- Highlight conflicts instead of averaging them away.
- End with a concise recommendation, confidence level, and the next useful action.
Output Shapes
Use a brief when the user wants a fast answer:
Short answer:
Key evidence:
Tradeoffs:
Recommendation:
Confidence:
Use a comparison when the user is choosing between options:
Options:
Decision criteria:
Best fit:
Risks:
What would change the decision:
Quality Bar
- Cite or name sources when possible.
- Say when evidence is missing.
- Avoid inventing exact numbers, dates, quotes, or source claims.
- Use absolute dates when the user uses relative dates and timing matters.
Version History
- a17800c Current 2026-07-25 07:11


