role-info

Summarize 1C role rights from Rights.xml into a compact report.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill role-info-mmmmmm786mngb-jpg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-info
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/role-info
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill role-info-mmmmmm786mngb-jpg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lxml, and includes scripts (resource) components.

What problem does it solve?

This skill provides a compact, human-readable summary of rights assignment for 1C roles by parsing Rights.xml, enabling quick audits of object access and permissions.

Core Features & Use Cases

  • Rights aggregation: groups rights by object type and lists only allowed rights, highlighting any RLS restrictions.
  • Comprehensive audit data: includes Denied rights (optional), RLS summaries, and templates, to support compliance reviews.
  • Flexible output: reports are generated from Rights.xml for security audits across 1C deployments, with optional paging and formatting.

Quick Start

Execute the role-info script with -RightsPath pointing to Rights.xml to generate the summary.

Frequently Asked Questions about role-info

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

FAQPage Schema
How do I audit 1C role rights from Rights.xml?

To audit 1C role rights from Rights.xml, execute the role-info script with the -RightsPath parameter pointing to your file, generating a compact summary of allowed objects and actions for security reviews.

What is included in a 1C role rights compliance report?

A 1C role rights compliance report includes allowed and denied rights grouped by object type, RLS restriction summaries, template details, and total counts of allowed and denied permissions parsed directly from Rights.xml.

Can I view denied rights and RLS templates in a 1C permissions audit?

Yes, you can view denied rights and RLS templates in a 1C permissions audit by enabling the optional Denied view, which supplements the default allowed rights summary with comprehensive access restrictions and template configurations.

Does the role rights parser handle XML namespaces in Rights.xml?

Yes, the role rights parser handles XML namespaces in Rights.xml using the lxml dependency, correctly resolving prefixed tags to extract accurate permission data for 1C security audits.

What is the best way to summarize 1C role permissions for security reviews?

The best way to summarize 1C role permissions for security reviews is parsing Rights.xml to aggregate rights by object type, highlight RLS restrictions, and output formatted counts with optional pagination for large deployments.

How do I manage large 1C rights reports during a compliance check?

You manage large 1C rights reports during compliance checks using the optional pagination feature, which segments the generated permission summaries into readable pages to prevent output overflow.