Plugin Claude Code
A quality-control tool for 1C:Enterprise projects used with Claude Code, an AI coding assistant.
Plugin Claude Code
A quality-control tool for 1C:Enterprise projects used with Claude Code, an AI coding assistant.
Plugin Claude Code
A quality-control add-on for 1C:Enterprise software, checking code, design practices, and XML metadata structures against defined standards.
Instructions file CodexOpenCode
A set of repository instructions for 1c-quality-gate, a project that checks 1C:Enterprise code and metadata quality.
Instructions file
A set of project instructions for Claude Code, an AI coding assistant, explaining how the 1c-quality-gate project is organised and must be handled.
Agent
A code explorer for 1C:Enterprise that gathers facts about how code and metadata are connected.
Agent
An automated verifier for BSL, the programming language used by the 1C business-software platform. It checks method signatures, shared modules, metadata objects, static-analysis diagnostics, naming rules, and allowed characters.
Agent
An automated checker for XML exports from 1C, a business-software platform. It compares the files on disk with their expected contents and checks metadata structure.
Command
A command that reports the current state of the 1C quality gate. It shows which files are still waiting for checks.
Command
A command for running 1C quality checks on changed files. 1C is a platform for business applications, and the command clears the blocking quality gate when checks pass.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit and NotebookEdit tool calls, executing gate-arm.mjs via node. From Romandredan/1c-quality-gate.
Hook
Runs when the agent finishes a response, executing gate-check.mjs via node. From Romandredan/1c-quality-gate.
Skill Claude CodeCodex
An architecture review for 1C code, focused on how modules divide responsibilities and depend on one another. It applies design principles such as SOLID and GRASP, adapted to 1C.
Skill Claude CodeCodex
A code-review check for BSL, the programming language used by the 1C business-software platform. It looks for static-analysis warnings, performance anti-patterns, naming issues, API signature errors, and missing shared modules.
Skill Claude CodeCodex
A file-format check for 1C files. It checks encoding, hidden byte-order marks, control characters, dash characters, and line-ending consistency.
Skill Claude CodeCodex
A quality-control coordinator for 1C development. It chooses which checks to run for changed BSL code or XML metadata, then produces a report and controls whether the work can be finished.
Skill Claude CodeCodex
A checker for XML metadata files used by 1C, a business software platform. It verifies objects, forms, layouts, roles, configuration membership, and permissions in extension roles.