role-info

Parse 1C Rights.xml files to summarize role permissions and RLS restrictions.

511|99|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Nikolay-Shirokov/cc-1c-skills --skill role-info-nikolay-shirokov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-info
Source: https://github.com/Nikolay-Shirokov/cc-1c-skills/tree/main/.claude/skills/role-info
Command: npx skills add https://github.com/Nikolay-Shirokov/cc-1c-skills --skill role-info-nikolay-shirokov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the complex and verbose Rights.xml files for 1C roles, providing a concise summary of permissions, RLS, and templates.

Core Features & Use Cases

  • Permission Summarization: Parses Rights.xml to show only allowed object rights, grouped by type.
  • RLS Identification: Clearly marks objects with Record Level Security (RLS) restrictions.
  • Use Case: Quickly understand the effective permissions of a role without sifting through thousands of lines of XML, making security audits and role management much faster.

Quick Start

Get a summary of the role permissions from the file located at Roles/MyRole/Ext/Rights.xml.

Frequently Asked Questions about role-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize 1C role permissions from Rights.xml?

To summarize 1C role permissions, you parse the Rights.xml file to extract allowed object access, RLS restrictions, and templates into a compact grouped summary. Denied rights are filtered out by default for readability.

What is the best way to audit Record Level Security (RLS) in 1C roles?

Auditing RLS in 1C roles involves parsing Rights.xml to identify and clearly mark objects with Record Level Security restrictions. This highlights active RLS rules without manually searching thousands of XML lines.

Can I view only allowed rights in a 1C Rights.xml file?

Yes, you can view only allowed rights in a 1C Rights.xml file. The summarization process filters out denied rights by default and groups allowed object access by type to simplify security reviews.

Does the 1C role permission summarizer support large roles?

Yes, the 1C role permission summarizer supports large roles. It includes pagination functionality to handle extensive Rights.xml files, ensuring summaries remain readable even with thousands of permission entries.

What does a 1C Rights.xml file include?

A 1C Rights.xml file includes role permissions, object access rights, Record Level Security (RLS) restrictions, and restriction templates. Parsing it extracts these details into a concise summary of effective permissions.