What problem does it solve? 1C role definitions in Rights.xml span thousands of XML lines, making manual review of granted rights, RLS restrictions, and templates impractical. This Skill compresses a role's rights into a 50–150 line readable summary for analysis before modification or audit. ## Core Features & Use Cases - Rights Summarization: Groups allowed rights by metadata object type (Catalog, Document, InformationRegister, etc.), showing only granted rights per object. - RLS and Template Detection: Flags rights with row-level security restrictions and lists restriction templates defined in the role. - Paginated Output: Handles large roles via -Limit and -Offset parameters, with UTF-8 file output to preserve Cyrillic names. - Use Case: Before modifying a 1C role like "BasicRightsBP", run the script on its Rights.xml to see all 138 allowed rights, 18 denied rights, and 4 RLS restrictions in one compact view. ## Quick Start Ask the assistant to analyze the role rights by running the 1c-role-info script against the role's Rights.xml file and writing the summary to an output file.