implement-1c-task

Automate 1C task implementation from ANALYSIS-REPORT.md with SQL validation and BSL changes.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill implement-1c-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-1c-task
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/implement-1c-task
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill implement-1c-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Replaces manual and error-prone implementations of 1C tasks from ANALYSIS-REPORT.md with a structured, repeatable pipeline that outputs BSL/XML changes via EDT-MCP, 1c-mcp-toolkit, and bsl-debug-server.

Core Features & Use Cases

  • End-to-end workflow from analysis to committed changes with SQL validation, code edits annotated with task IDs, and verification steps.
  • Supports multi-point modifications for 1C configurations, ensuring traceability and reproducibility.
  • Use-case: after ANALYSIS-REPORT-v2, implement tasks with required quality checks and documentation.

Quick Start

Follow the workflow: read ANALYSIS-REPORT, validate SQL, apply BSL changes, run tests, and commit.

Frequently Asked Questions about implement-1c-task

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

FAQPage Schema
How do I automate 1C Enterprise task implementation from an analysis report?

Automate 1C Enterprise task implementation by reading ANALYSIS-REPORT.md and applying structured BSL/XML changes. This pipeline replaces manual coding with a repeatable workflow that enforces task ID traceability and outputs commit-ready configuration modifications.

What is the best way to apply multi-point modifications to a 1C configuration?

Multi-point modifications for 1C configurations are applied through a structured pipeline that ensures traceability and reproducibility. The process enforces task IDs on code edits and performs cross-tool verification to maintain configuration integrity across multiple modification points.

How does SQL validation work during 1C BSL code changes?

SQL validation during 1C BSL code changes works by running queries through bsl-debug-server as part of the implementation pipeline. This validates database interactions before committing, ensuring that configuration changes do not introduce SQL errors.

Do I need EDT-MCP and 1c-mcp-toolkit to automate 1C configuration tasks?

Yes, EDT-MCP and 1c-mcp-toolkit are required to automate 1C configuration tasks. They provide the core interface for applying BSL and XML changes, while bsl-debug-server handles validation, ensuring end-to-end workflow from analysis to committed results.

Can I use this 1C automation workflow without an ANALYSIS-REPORT.md file?

No, the 1C automation workflow requires an ANALYSIS-REPORT.md file as its starting input. The pipeline reads this report to extract task definitions and requirements, forming the foundation for all subsequent code edits and validation steps.

Why are task IDs enforced in 1C BSL code edits?

Task IDs are enforced in 1C BSL code edits to ensure traceability and reproducibility across multi-point configuration modifications. This structured annotation links every code change back to the original analysis report, preventing untracked modifications.