ontologian-validate

Validate multi-domain ontology schemas and cross-domain referential integrity.

3|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/swszz/ontologian --skill ontologian-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ontologian-validate
Source: https://github.com/swszz/ontologian/tree/main/plugin/skills/validate
Command: npx skills add https://github.com/swszz/ontologian --skill ontologian-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures ontology schema validity and cross-domain referential integrity, reducing unnoticed inconsistencies across domains.

Core Features & Use Cases

  • Validates object, link, and action type definitions for required fields and allowed values.
  • Checks cross-domain references and governance metadata, including dependency_direction and domain ownership.
  • Produces detailed error and warning reports by domain, type, and field, with remediation guidance.

Quick Start

Run the /ontologian-validate command to start a full ontology validation across all domains.

Frequently Asked Questions about ontologian-validate

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

FAQPage Schema
How do I validate ontology schema integrity across multiple domains?

You can validate ontology schema integrity by running a full validation across all domains defined under ontology/domains, checking objects, links, and actions for required fields and allowed values to ensure consistency.

What issues cause cross-domain referential integrity errors in an ontology?

Cross-domain referential integrity errors occur when ontology schemas contain invalid references, missing descriptions, circular triggers, or duplicate names across linked domains. Validation resolves these by performing schema checks and cross-domain reference resolution.

How do I check for circular triggers and duplicate names in domain ontologies?

Checking for circular triggers and duplicate names requires performing schema checks and cross-domain resolution across all domain ontologies. Validation detects these artifacts and reports them with detailed remediation guidance.

Does ontology validation check governance metadata like dependency direction and domain ownership?

Yes, ontology validation checks governance metadata including dependency_direction and domain ownership. It validates these governance fields alongside object, link, and action type definitions to ensure full schema consistency.

What is the best way to detect missing descriptions in multi-domain ontology definitions?

The best way to detect missing descriptions is to run a full ontology validation that performs schema checks across all objects, links, and actions, producing detailed error and warning reports grouped by domain, type, and field.

Can I get remediation guidance for invalid references found during ontology validation?

Yes, ontology validation produces detailed error and warning reports by domain, type, and field that include remediation guidance for invalid references, missing descriptions, and governance metadata issues across all domains.