cfe-validate

Validate 1C configuration extension structure and XML integrity.

140|16|Updated May 2, 2026
One-click install
npx skills add https://github.com/IngvarConsulting/unica --skill cfe-validate-ingvarconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cfe-validate
Source: https://github.com/IngvarConsulting/unica/tree/main/plugins/unica/skills/cfe-validate
Command: npx skills add https://github.com/IngvarConsulting/unica --skill cfe-validate-ingvarconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the validation process of 1C configuration extensions, helping developers verify their structures quickly and reliably.

Core Features & Use Cases

  • Validation of Extension Structure: Checks XML format, properties, and object references within 1C extensions.
  • Detecting Configuration Errors: Identifies issues in extension components before deployment or upgrade.
  • Use Case: A developer modifies a configuration extension and wants to confirm its correctness before deployment, ensuring no structural issues are present.

Quick Start

Use the cfe-validate skill to check the configuration extension located in the folder 'src'.

Frequently Asked Questions about cfe-validate

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

FAQPage Schema
How do I validate a 1C configuration extension before deployment?

To validate a 1C configuration extension, provide the path to the extension directory or Configuration.xml file. This checks XML integrity, object references, and extension properties to ensure structural correctness and compliance before deployment.

What does 1C extension validation check for in the XML structure?

1C extension validation checks XML format integrity, verifies object references, and ensures compliance with property standards. This process identifies structural issues and configuration errors within extension components to support clean, error-free deployments.

Can I use cfe-validate to detect errors in Configuration.xml files?

Yes, you can use cfe-validate to detect errors by passing the Configuration.xml file path as input. The tool analyzes the file to identify structural issues and verify compliance with 1C extension format and property standards.

What is the best way to check 1C extension properties for format compliance?

The best way to check 1C extension properties for format compliance is to run a validation tool against the extension directory. This verifies XML integrity, object references, and property standards to catch configuration errors before upgrades or deployment.

Do I need to provide an extension directory path to verify 1C configuration correctness?

Yes, you need to provide the path to the extension directory or the Configuration.xml file as input. This allows the validation process to scan the structure and ensure the 1C configuration extension is error-free before deployment.

Why does my 1C configuration extension fail format compliance checks?

A 1C configuration extension fails format compliance checks due to XML integrity issues, broken object references, or non-standard extension properties. Validating the extension directory identifies these specific structural errors for correction before deployment.