What problem does it solve? Reviewing 1C:Enterprise changes manually is slow and error-prone: reviewers must trace callers, check metadata dependencies, run diagnostics, and spot high-risk patterns like query-in-loop or broken transaction boundaries. This Skill structures that entire review workflow through the Unica MCP tools. ## Core Features & Use Cases - Scoped change analysis: Resolves changed exported methods and entry points with code definition, outline, and call-graph tools to map the real impact of a diff. - Metadata-aware review: Connects code changes to metadata objects, roles, subscriptions, and functional options before judging correctness. - Diagnostics and standards checks: Runs BSL diagnostics per source set and explains diagnostic codes against 1C standards. - Use Case: A developer opens a pull request modifying a document posting module. Ask for a review and receive severity-ordered findings with file/line references, covering transaction boundaries, privileged mode usage, and missing tests. ## Quick Start Review the changes in my current diff for defects, regressions, and missing tests.