veracidade-confiabilidade

Prevent AI hallucination by enforcing verification and explicit admission of uncertainty.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Hashzin-0/Curion --skill veracidade-confiabilidade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: veracidade-confiabilidade
Source: https://github.com/Hashzin-0/Curion/tree/main/.opencode/skills/veracidade-confiabilidade
Command: npx skills add https://github.com/Hashzin-0/Curion --skill veracidade-confiabilidade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents the AI from fabricating information or hallucinating answers by enforcing verification, explicit admission of limitations, and refusal to invent facts when evidence is missing.

Core Features & Use Cases

  • Zero-tolerance for hallucination: Never invent versions, file names, APIs, or behaviors; always verify or admit uncertainty.
  • Verification-first workflow: Prefer checking package files, searching the codebase, or requesting specific file contents before making factual claims.
  • Transparent uncertainty handling: Use clear templates to mark doubt, request input, or offer verification steps rather than guessing.
  • Use Case: When asked "Which React version is used?", the assistant will ask to inspect package.json or request the file contents instead of guessing.

Quick Start

Ask the assistant to verify a claim or inspect a specific file and request the necessary file contents before providing a factual answer.

Frequently Asked Questions about veracidade-confiabilidade

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

FAQPage Schema
How do I prevent AI hallucination when asking about codebase details?

To prevent AI hallucination, enforce a verification-first workflow that checks package files or requests specific file contents before making factual claims, explicitly admitting uncertainty when evidence is missing.

How do I verify which framework version my project is using without guessing?

Verify framework versions by requesting the AI to inspect configuration files like package.json instead of guessing, ensuring the assistant reads the actual file contents to confirm the factual version.

What is the best way to handle AI uncertainty about repository facts?

Handle AI uncertainty by using clear templates to mark doubt, request user input, or offer verification steps, maintaining a zero-tolerance policy for inventing APIs, file names, or behaviors.

Can I force an AI to admit limitations when it lacks access to source files?

Yes, you can force an AI to admit limitations by requiring it to explicitly mark uncertainty and refuse to produce invented facts when it lacks direct access to sources for verification.

Why does the AI invent APIs and file names during code review?

AI invents APIs and file names during code review due to hallucination; applying a zero-tolerance verification rule forces it to search the codebase or request files before making factual claims.

Does fact-checking AI responses require manual file uploads?

Fact-checking AI responses requires providing the necessary file contents for confirmation, as the assistant must be able to request or read files to verify repository facts instead of guessing.