research-answer

Executes multi-step web research workflows and synthesizes cited answers from authoritative sources.

3|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/ruskicoder/system-prompts --skill research-answer-ruskicoder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-answer
Source: https://github.com/ruskicoder/system-prompts/tree/main/prompt-orchestrator/.opencode/skills/research-answer
Command: npx skills add https://github.com/ruskicoder/system-prompts --skill research-answer-ruskicoder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Answering factual or time-sensitive questions from memory alone risks hallucinated claims, fabricated citations, and outdated information. This Skill enforces a systematic research workflow that grounds every answer in verified sources with inline citations. ## Core Features & Use Cases - Adaptive Research Depth: Scales from a single search for simple facts to multi-query chains with cross-referencing for deep research topics. - Source Evaluation & Synthesis: Reads authoritative sources, resolves contradictions, and distinguishes confirmed facts from speculation. - Inline Citation Discipline: Every factual claim receives an inline citation, with explicit checks against fabricated references and confirmation bias. - Use Case: Ask a question like "What are the current limitations of long-context transformer models?" and receive a structured answer built from chained searches, cross-referenced sources, and inline citations. ## Quick Start Invoke the research-answer workflow with your question, for example: "/research-answer What are the latest benchmark results for sparse attention methods in 2026?"

Frequently Asked Questions about research-answer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get AI answers with verified citations?▼

Use a research-then-answer workflow that searches authoritative sources before responding and attaches an inline citation to every factual claim. This Skill chains search queries, reads sources directly, and wraps the final synthesized answer with source references.

How to fact-check AI-generated answers against web sources?▼

Run the claim through a structured research workflow: search for the topic, visit authoritative sources directly, extract facts with attribution, and cross-reference multiple sources. Contradictions are flagged rather than silently resolved.

When should I search the web before answering a question?▼

Search before answering whenever information is time-sensitive, such as current events, recent changes, or fast-moving topics. Training data alone is unreliable for anything that may have changed since the model's knowledge cutoff.

How does deep research differ from a simple web search?▼

Simple facts need one search and a direct answer, while deep research uses multi-query chains where each finding informs the next query. Deep research also cross-references sources, evaluates evidence quality, and distinguishes confirmed facts from speculation.

What are the limitations of AI research workflows?▼

Key risks include fabricated citations, overconfidence from a single source, and confirmation bias toward agreeing sources. This workflow mitigates them with sanity checks, but very large research tasks may exceed token budgets and require continuation in a follow-up session.