/cf-validate - валидация конфигурации 1С
SkillAI & modelsThis 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.
No other account needed.
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