gaia-val-validate

Validate factual claims about files and configurations in artifacts.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-val-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-val-validate
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-val-validate
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-val-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Validate an artifact against the repository state and ground-truth data, revealing discrepancies and evidence-backed findings.

Core Features & Use Cases

  • Structural and content validation of claims in artifacts.
  • Ground-truth cross-reference when memory context is available.
  • Deterministic, forked-context validation with evidence generation for audits and release readiness.

Quick Start

Provide the artifact path and run the validation to generate evidence-backed findings.

Frequently Asked Questions about gaia-val-validate

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

FAQPage Schema
How do I validate factual claims in an artifact against my codebase?

To validate artifact claims against a codebase, provide the artifact path to trigger deterministic validation. It cross-references file existence, configurations, and structural claims with repository ground-truth to generate evidence-backed findings.

What is codebase validation and when do I need it for release readiness?

Codebase validation verifies factual claims about files and structures in an artifact against repository state. You need it for software compliance checks, code audits, and release readiness to ensure documentation accurately reflects the actual codebase.

Can I verify non-binary file contents during a code audit?

Yes, you can verify non-binary file contents during a code audit. The validation process performs content verification for non-binary files, alongside path normalization and existence checks, to confirm artifact claims match repository ground-truth.

How to cross-reference artifact claims with memory ground-truth data?

Cross-referencing artifact claims with memory ground-truth data requires loading memory context before validation. The process applies deterministic, forked-context validation to compare claims against loaded ground-truth, producing evidence-backed discrepancy findings.

Are there file scanning limits when validating repository structures?

Yes, there is a 40-file scanning cap when validating repository structures. This limitation ensures deterministic validation performance while performing path normalization, existence checks, and content verification across the scanned files.

Does path normalization matter when checking file existence claims?

Path normalization is essential when checking file existence claims because it standardizes path formats before validation. This ensures accurate existence checks and content verification when validating an artifact against the actual codebase structure.