What problem does it solve? Managed forms in 1C:Enterprise are defined in Form.xml files where structural mistakes such as duplicate IDs, broken DataPath references, or invalid event handlers only surface at runtime. This Skill checks a form right after creation or modification so errors are caught before deployment. ## Core Features & Use Cases - Structural validation: Checks Form.xml for unique element IDs, companion elements, and correct DataPath and command references. - Event matrix checks: Validates form and element events against the platform matrix, returning stable FORM_EVENT_* codes for duplicates, empty handlers, and wrong contexts. - Extension awareness: When a form has a direct BaseForm, verifies callType values (Before, After, Override) and flags unverifiable bindings with FORM_EVENT_CONTEXT_UNKNOWN. - Use Case: After editing a catalog item form, run validation on the form directory to confirm all event handlers and extension bindings are correct before committing. ## Quick Start Ask the assistant to validate the managed form at Catalogs/Номенклатура/Forms/ФормаЭлемента and report any structural or event errors.