meta-validate

Validate 1C metadata XML structure for correctness across supported object types.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill meta-validate-msrv-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-validate
Source: https://github.com/msrv-tech/skills/tree/main/meta-validate
Command: npx skills add https://github.com/msrv-tech/skills --skill meta-validate-msrv-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Validates the structure and integrity of 1C metadata XML objects to catch configuration errors before deployment, reducing debugging time.

Core Features & Use Cases

  • Validates MetaDataObject XML against expected types, InternalInfo, GeneratedType, Properties, and StandardAttributes.
  • Supports batch and single-object checks across Catalogs, Documents, InformationRegisters, and other 1C metadata types.
  • Use cases include verifying new or modified metadata files before import into a configuration, or auditing existing XML dumps for structural correctness.

Quick Start

Run the meta-validate tool on a 1C metadata XML file to verify its structure.

Frequently Asked Questions about meta-validate

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

FAQPage Schema
How do I validate 1C metadata XML files for structural errors before deployment?

You can validate 1C metadata XML files by checking the structure of individual or batched files and directories for correctness. The tool inspects InternalInfo, GeneratedType, Properties, StandardAttributes, and ChildObjects to catch configuration errors before import.

What specific metadata elements are checked during 1C configuration validation?

1C configuration validation checks InternalInfo, GeneratedType, Properties, StandardAttributes, and ChildObjects across supported metadata types. It enforces UUID formats, naming conventions, type blocks, and cross-object consistency to ensure structural integrity.

Can I batch validate multiple 1C metadata objects in a single directory?

Yes, you can batch validate multiple 1C metadata objects by running the tool on an entire directory. It supports batch and single-object checks across Catalogs, Documents, InformationRegisters, and other 1C metadata types.

What is the best way to audit existing 1C XML dumps for structural correctness?

The best way to audit existing 1C XML dumps is to run a validation tool that checks XML representation against expected types and properties. This process returns detailed results and optional output files highlighting structural inconsistencies.

Does 1C metadata validation require any external dependencies or specific environments?

No external dependencies are required to perform 1C metadata validation. The tool operates directly on XML files and directories containing 1C metadata, allowing you to verify new or modified files without needing a full 1C enterprise environment.