What problem does it solve? Editing 1C:Enterprise role rights by hand in Rights.xml is error-prone: RLS constraints, templates, and unrelated object blocks can be lost, and physical file paths are hard to locate. This Skill performs typed, transactional edits to an existing role's rights through the unica.role.edit MCP tool using a logical metadata address. ## Core Features & Use Cases - Typed right modification: Set a specific right (setRight with objectName, right, and boolean value) on a role addressed as Role.<Name> within a sourceSet, without touching physical Rights.xml paths. - Safe preview by default: Every call builds a dry-run preview; changes are only applied when dryRun is explicitly set to false. - Preservation guarantees: RLS constraints, templates, global flags, and all other object blocks and rights survive the edit; repeated equivalent operations return changed: false with no write. - Use Case: Revoke the Delete right on Catalog.Демо for role Role.Демо, preview the effect, then apply it in a single transaction while keeping all other permissions intact. ## Quick Start Ask the assistant to use the unica role-edit skill to set the Delete right to false for Catalog.Демо in Role.Демо, first as a dry-run preview and then applied.