cfe-diff

Compare 1C configuration extensions with configurations to identify borrowed objects and transfer status.

140|16|Updated May 2, 2026
One-click install
npx skills add https://github.com/IngvarConsulting/unica --skill cfe-diff-ingvarconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cfe-diff
Source: https://github.com/IngvarConsulting/unica/tree/main/plugins/unica/skills/cfe-diff
Command: npx skills add https://github.com/IngvarConsulting/unica --skill cfe-diff-ingvarconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers and analysts understand differences and transfer status of 1C configuration extensions (CFE), ensuring consistency across environments.

Core Features & Use Cases

  • Analyze extension composition: View borrowed and own objects within a configuration extension.
  • Check transfer status: Verify whether code snippets and insertions from extensions are correctly transferred to configurations.
  • Use Case: A developer wants to compare a local extension with a target configuration to ensure all customizations are correctly migrated without missing or misplaced edits.

Quick Start

Use the cfe-diff skill to analyze the extension at src/extensions/MyExtension against configuration at src with Mode A for overview.

Frequently Asked Questions about cfe-diff

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

FAQPage Schema
How do I check the transfer status of a 1C configuration extension?

To check the transfer status of a 1C configuration extension, compare it against the target configuration to verify whether code snippets and insertions are correctly migrated without missing edits.

Can I view borrowed and own objects within a 1C configuration extension?

Yes, you can analyze the composition of a 1C configuration extension to view both borrowed and own objects, ensuring consistency across environments and validating the extension's structure.

What is the best way to compare 1C configuration extensions with existing configurations?

The best way to compare 1C configuration extensions is to analyze the extension against the target configuration paths, using an overview mode to identify borrowed objects and code movement.

Do I need specific paths to analyze 1C configuration extension differences?

Yes, you must provide the paths to both the configuration extension and the existing configuration to perform the analysis and identify differences or transfer status accurately.

What limitations exist when verifying code snippets transferred from 1C extensions?

Verification of transferred code snippets relies on accurate path inputs for the extension and configuration, meaning misplaced paths will prevent proper identification of missing or misplaced edits.

When do I need to analyze 1C configuration extension composition?

You need to analyze 1C configuration extension composition during deployment and migration tasks to ensure customizations are correctly migrated and satisfy validation and consistency requirements.