/cf-validate - валидация конфигурации 1С

SkillAI & models

This skill lets your AI check whether a 1C configuration is correct. It is meant to be used after a configuration is created or after changes are made to it. That way, problems in the configuration are caught as part of the work instead of going unnoticed.

Available today. Use it from your connected AI after setup.

Add the skill, then ask your AI to validate your 1C configuration. It works best right after creating a configuration or after making changes to one.

Then ask your AI: use the /cf-validate - валидация конфигурации 1С skill

What your AI can do with it

  • Validate a 1C configuration
  • Check a newly created configuration for correctness
  • Re-check a configuration after it has been modified
  • Confirm that configuration changes are correct

What this skill tells your AI

The instructions your AI receives, as published by desko77/claude-code-skills-1c in skills/1c-cf-validate/SKILL.md and read by ahel’s review.

Проверяет Configuration.xml на структурные ошибки: XML well-formedness, InternalInfo, свойства, enum-значения, ChildObjects, DefaultLanguage, файлы языков, каталоги объектов.

Параметры

ПараметрОбяз.Умолч.Описание
ConfigPathда-Путь к Configuration.xml или каталогу выгрузки
Detailedнет-Подробный вывод (все проверки, включая успешные)
MaxErrorsнет30Остановиться после N ошибок
OutFileнет-Записать результат в файл (UTF-8 BOM)

Команда

powershell.exe -NoProfile -File skills/1c-cf-validate/scripts/cf-validate.ps1 -ConfigPath "upload/cfempty"
powershell.exe -NoProfile -File skills/1c-cf-validate/scripts/cf-validate.ps1 -ConfigPath "upload/cfempty/Configuration.xml"

Signals

GitHub stars
61
Forks
14
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
x-1c-cf-validate
Source
github.com/desko77/claude-code-skills-1c