/interface-validate - валидация CommandInterface.xml
SkillDev toolsCatch mistakes in the command interface of a 1C subsystem before they go further. Once your AI has this skill, it can review a command interface that has just been configured and report anything that is incorrect. It is meant to be used right after the command interface of a subsystem has been set up.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding it, configure the command interface of your subsystem and then ask your AI to check it. It will report whether the configuration is correct and what needs fixing.
Then ask your AI: use the /interface-validate - валидация CommandInterface.xml skill
What your AI can do with it
- Check a 1C subsystem's command interface for correctness
- Review the configuration right after the interface has been set up
- Point out anything that is wrong in the command interface
- Confirm whether the configuration is correct
What this skill tells your AI
The instructions your AI receives, as published by desko77/cursor-1c-skills in skills/1c-interface-validate/SKILL.md and read by ahel’s review.
Проверяет XML командного интерфейса на структурные ошибки: корневой элемент, допустимые секции, порядок, формат ссылок на команды, дубликаты.
Параметры
| Параметр | Обяз. | Умолч. | Описание |
|---|---|---|---|
| CIPath | да | - | Путь к CommandInterface.xml |
| Detailed | нет | - | Подробный вывод (все проверки, включая успешные) |
| MaxErrors | нет | 30 | Остановиться после N ошибок |
| OutFile | нет | - | Записать результат в файл (UTF-8 BOM) |
Команда
powershell.exe -NoProfile -File "skills/1c-interface-validate/scripts/interface-validate.ps1" -CIPath "Subsystems/Продажи"
powershell.exe -NoProfile -File "skills/1c-interface-validate/scripts/interface-validate.ps1" -CIPath "Subsystems/Продажи/Ext/CommandInterface.xml"
Signals
- GitHub stars
- 57
- Forks
- 13
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-interface-validate-desko77- Source
- github.com/desko77/cursor-1c-skills