1c-role-info

Parse 1C role rights from Rights.xml files into compact summaries.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-role-info-jefest9988
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-role-info
Source: https://github.com/Jefest9988/1c-ai-development-kit/tree/main/.cursor/skills/1c-roles/info
Command: npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-role-info-jefest9988

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the complex and time-consuming task of understanding 1C role permissions by parsing Rights.xml files and presenting a concise, human-readable summary.

Core Features & Use Cases

  • Role Rights Analysis: Quickly view allowed and denied rights for any 1C role.
  • RLS and Template Identification: Identifies Row-Level Security restrictions and restriction templates.
  • Compact Output: Reduces thousands of XML lines to a manageable text summary (50-150 lines).
  • Use Case: Before modifying a role, use this Skill to get a clear overview of its current permissions, preventing unintended access changes.

Quick Start

Run the 1c-role-info skill with the path to your role's Rights.xml file.

Frequently Asked Questions about 1c-role-info

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

FAQPage Schema
How do I parse 1C role rights from a Rights.xml file into a readable summary?

To parse 1C role rights from a Rights.xml file, you can use a script that extracts objects, allowed rights, and RLS configurations, condensing thousands of XML lines into a compact 50-150 line text summary for quick review.

What is the best way to analyze 1C role permissions and RLS restrictions before modifying access control?

Analyzing 1C role permissions and RLS restrictions involves extracting allowed rights and restriction templates from the configuration XML to generate a concise overview, preventing unintended access changes during role modification.

Do I need PowerShell to extract access control rights from a 1C Rights.xml file?

Yes, you need PowerShell to execute the role-info.ps1 script, which processes the XML content from the Rights.xml file to parse and summarize the 1C role-based access control insights.

Can I identify Row-Level Security templates when reviewing 1C role rights?

Yes, you can identify Row-Level Security restrictions and restriction templates when parsing 1C role rights, allowing you to see exactly what RLS filters are applied to specific objects within the role configuration.

Why does my 1C role configuration analysis output thousands of XML lines instead of a compact summary?

Raw 1C role configuration files output thousands of XML lines because they lack built-in summarization, requiring an XML parsing script to extract and condense the allowed rights and RLS data into a manageable text format.