What problem does it solve?
This Skill removes the manual work of identifying changed 1C configuration files in Git and loading only those changes into the correct database, which is especially useful when you need a fast partial update instead of a full reload.
Core Features & Use Cases
- Git-aware change detection: Handles staged, unstaged, commit-range, and all-uncommitted changes.
- Partial 1C loading: Maps modified module and object files to the correct XML objects and loads only the impacted parts.
- Operational safeguards: Supports dry-run checks, database resolution from project metadata, extension loading, and optional post-load database updates.
- Use case: A developer edits several 1C objects in a feature branch, then uses this Skill to preview the affected files and apply the minimal database update needed for testing.
Quick Start
Ask the skill to load the relevant Git changes from your 1C configuration repository into the target database, and mention whether you want a dry run, a commit range, or an extension-specific load.