<< All versions
Skill v1.0.1
Automated scan100/100ingvarconsulting/unica/cf-validate
+3 new
──Details
PublishedAugust 11, 2026 at 07:17 AM
Content Hashsha256:faef1b0447e4df13...
Git SHA9d2cfeb3a576
Bump Typepatch
──Files
Files (1 file, 2.2 KB)
SKILL.md2.2 KBactive
SKILL.md · 64 lines · 2.2 KB
version: "1.0.1" name: cf-validate description: Валидация конфигурации 1С. Используй после создания или модификации конфигурации для проверки корректности argument-hint: <ConfigPath> [-Detailed] [-MaxErrors 30] allowed-tools:
- Bash
- Read
- Glob
/cf-validate — валидация конфигурации 1С
MCP routing
- Preferred path: use MCP
unicatoolunica.cf.validate;unicaowns XML/JSON DSL work and refreshes related workspace caches after mutations. - Do not call internal MCP/CLI adapters directly. They are hidden behind
unicaand synchronized by the orchestrator. - Execution path: call MCP
unicatoolunica.cf.validate; skill-local operation scripts are not part of the workflow. - For mutating operations, pass
dryRun: falseonly when the user explicitly requested the change; otherwise keep the default dry run.
Проверяет Configuration.xml на структурные ошибки: XML well-formedness, InternalInfo, свойства, enum-значения, ChildObjects, DefaultLanguage, файлы языков, каталоги объектов.
Параметры
| Параметр | Обяз. | Умолч. | Описание | |
|---|---|---|---|---|
| ConfigPath | да | — | Путь к Configuration.xml или каталогу выгрузки | |
| Detailed | нет | — | Подробный вывод (все проверки, включая успешные) | |
| MaxErrors | нет | 30 | Остановиться после N ошибок |
MCP вызов
Каталог выгрузки
json
{"jsonrpc": "2.0","method": "tools/call","params": {"name": "unica.cf.validate","arguments": {"cwd": "<workspace>","ConfigPath": "upload/cfempty"}}}
Прямой путь к Configuration.xml
json
{"jsonrpc": "2.0","method": "tools/call","params": {"name": "unica.cf.validate","arguments": {"cwd": "<workspace>","ConfigPath": "upload/cfempty/Configuration.xml"}}}