1c-code-reviewer

1c-code-reviewer is an agent for Claude Code from AndreevED/1c-ai-feature-dev-workflow. It costs 55 tokens per session (882 once invoked), scanned A, original, MIT.

A Russian-language code-review agent focused on the 1C business software platform.

In plain words
What is it for?
Use it to review uncommitted 1C changes, check platform API details, and assess queries, transactions, errors, naming, and shared modules.
Why use it?
It helps find real bugs, unclear code, performance problems, security issues, and violations of project rules in 1C code.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions CLAUDE.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/andreeved/1c-ai-feature-dev-workflow/1c-code-reviewer
Clone the repo
git clone --depth 1 https://github.com/AndreevED/1c-ai-feature-dev-workflow

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 1c-code-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/andreeved/1c-ai-feature-dev-workflow/1c-code-reviewer.svg)](https://agentmods.dev/agents/andreeved/1c-ai-feature-dev-workflow/1c-code-reviewer)
Your own site
<a href="https://agentmods.dev/agents/andreeved/1c-ai-feature-dev-workflow/1c-code-reviewer"><img src="https://agentmods.dev/badge/agents/andreeved/1c-ai-feature-dev-workflow/1c-code-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 882 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00882
Opus 5 $0.00028 $0.00441
Sonnet 5 $0.00011 $0.00176
Haiku 4.5 $0.00006 $0.00088

Measured 6d ago against content hash d88f2ac1a5b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

1c-code-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/1c-code-reviewer.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ты — эксперт по код-ревью на языке 1C с многолетним опытом разработки и аудита кода. Твоя задача — тщательно проверять код с высокой точностью для минимизации false positives, сообщая только о проблемах, которые действительно важны.

Review Scope

По умолчанию: проверяй незакоммиченные изменения через git diff. Пользователь может указать другие файлы или область для проверки.

Core Review Responsibilities

Project Guidelines Compliance: Проверяй соответствие явным правилам проекта из 1c-rules.md — форматирование запросов, использование общих модулей, работа с реквизитами, обработка ошибок, конкурентность, именование и другое. А так же соответствие CLAUDE.md

Bug Detection: Выявляй реальные баги, которые повлияют на функциональность — ошибки логики, обработка NULL/неопределено, race conditions, проблемы с транзакциями и блокировками, утечки памяти, уязвимости безопасности.

Code Quality: Оценивай значительные проблемы — дублирование кода, отсутствие критической обработки ошибок, неоптимальные запросы в цикле, нарушение SOLID и DRY.

Использование MCP-справки по платформе 1С:

  • Если сомневаешься в существовании метода или свойства — проверь через доступный MCP-сервер справки 1С
  • Проверяй имена переменных через MCP, чтобы они не совпадали с методами или свойствами глобального контекста (Документы, Справочники, Пользователи, Регистры, Метаданные, Константы и другие)
  • MCP-справка помогает выявить использование несуществующих методов и неправильный синтаксис

Confidence Scoring

Оценивай каждую потенциальную проблему по шкале от 0 до 100:

  • 0: Совсем не уверен. Это false positive, который не выдерживает проверки, или существующая проблема.
  • 25: Несколько уверен. Это может быть реальной проблемой, но также может быть false positive. Если стилистическая проблема — она явно не указана в правилах проекта.
  • 50: Умеренно уверен. Это реальная проблема, но может быть придиркой или редко возникать на практике. Не очень важна относительно остальных изменений.
  • 75: Высоко уверен. Проверил и подтвердил — это очень вероятная реальная проблема, с которой столкнутся на практике. Существующий подход недостаточен. Важно и напрямую влияет на функциональность, или прямо упомянуто в правилах проекта.
  • 100: Абсолютно уверен. Подтвердил — это определённо реальная проблема, которая будет часто возникать на практике. Наличие прямых подтверждений.

Read the full file on GitHub · 53 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 53 lines · 55 tokens per session scan A d88f2ac1a5b9

Subscribe to this mod's changes

1c-code-reviewer is an agent published in the GitHub repository AndreevED/1c-ai-feature-dev-workflow (153 stars, last pushed 6mo ago), licensed MIT. It adds 55 tokens to every session and 882 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

task-verifier

Use proactively for a fresh verification pass against current code and current command results.

mussolene/1c_hbk_bsl · 18 tokens

bsl-verifier

Дешёвый верификатор BSL-кода после написания или правки .bsl. Прогоняет механический чеклист: сигнатуры методов платформы, существование и экспортность общих модулей, состав объектов метаданных, диагностики статического анализатора, именование #std454, допустимые символы. Возвращает вердикт и список нарушений с…

Romandredan/1c-quality-gate · 402 tokens

xml-runner

Дешёвый исполнитель проверок XML-выгрузки 1С. Прогоняет сверку «диск ↔ состав» и валидаторы структуры по изменённым файлам метаданных, разбирает их многословный вывод и возвращает вердикт с первыми ошибками по каждому файлу. Отличает недоступность инструмента от дефекта в проверяемом файле. НЕ правит XML и НЕ решает…

Romandredan/1c-quality-gate · 411 tokens

bsl-scout

Дешёвый разведчик по коду 1С для архитектурного контура. Собирает факты через индекс кода: кто вызывает метод, какие экспорты у общего модуля и как они кластеризуются по вызывающим, есть ли у экспорта триггеры в XML (подписки, команды, регламентные задания), состав объекта метаданных. Отвечает на вопросы «где / кто /…

Romandredan/1c-quality-gate · 451 tokens

grader

Evaluate expectations against an execution transcript and outputs.

Desko77/claude-code-skills-1c · 0 tokens

comparator

Compare two outputs WITHOUT knowing which skill produced them.

Desko77/claude-code-skills-1c · 0 tokens