external-research-skill

Research official documentation and GitHub issues before implementing features or debugging.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/misunders2d/ori --skill external-research-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-research-skill
Source: https://github.com/misunders2d/ori/tree/main/skills/external-research-skill
Command: npx skills add https://github.com/misunders2d/ori --skill external-research-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Forces the agent to actively research official documentation, GitHub issues, and installed package versions before implementing new features OR debugging failures.

Core Features & Use Cases

  • RRV Pattern (Search -> Reason -> Verify): Gather sources, reason claims, and verify with evidence before producing changes.
  • Evidence-driven development: Applies to new features, integrations, and bug fixes by confirming APIs, docs, and resource availability.
  • One-Retry Rule: Use your own knowledge once; if verification fails, research externally before retrying.
  • Best-practices & governance: Consult references/research-best-practices.md for credibility scoring and orchestration.

Quick Start

Follow the External Research Mandate before implementing new features or debugging failures.

Frequently Asked Questions about external-research-skill

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

FAQPage Schema
How do I ensure AI agents check official documentation before coding?

To ensure agents check official documentation before coding, this Skill mandates the RRV pattern: agents must search sources, reason claims, and verify evidence before implementing features or debugging failures.

What is the RRV pattern for evidence-based software development?

The RRV pattern for evidence-based development is a Search, Reason, and Verify workflow that mandates gathering sources, reasoning claims, and verifying with evidence before producing code changes.

How do I stop AI from using outdated library versions during integration?

To stop AI from using outdated library versions, this Skill enforces verifying installed package versions and official docs before implementing new features or integrations.

When should an agent research external sources instead of relying on its own knowledge?

An agent should research external sources instead of relying on its own knowledge when verification fails, following the one-retry rule: use internal knowledge once, then research externally before retrying.

Does this external research mandate apply to both new feature development and bug fixes?

Yes, the external research mandate applies to both new feature development and bug fixes, requiring agents to confirm APIs, docs, and resource availability before implementing changes.