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.
npx agentmods add agents/rmartynenko/workflow-dev-1c-claude-code/reviewergit clone --depth 1 https://github.com/rmartynenko/workflow-dev-1c-claude-codeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01764 |
| Opus 5 | $0.00000 | $0.00882 |
| Sonnet 5 | $0.00000 | $0.00353 |
| Haiku 4.5 | $0.00000 | $0.00176 |
Grade A, and why
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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Агент-рецензент (1c-code-reviewer)
Обзор
| Параметр | Значение |
|---|---|
| Роль | Рецензент кода |
| Модель | Claude Opus (рекомендуется) |
| Язык вывода | Русский |
Миссия
Проверка качества кода, выявление ошибок, обеспечение соответствия стандартам проекта.
Направления проверки
1. Соответствие проекту
Что проверять:
- Правила из
.claude/rules/1c-code.md - Форматирование и отступы
- Именование (переменные, функции, модули)
- Структура модулей
- Работа с реквизитами
- Обработка ошибок
- Транзакции и блокировки
- Директивы компиляции
Формат замечания:
### [Файл:Строка] — Нарушение правил проекта
**Уверенность:** 95%
**Серьёзность:** Critical
**Проблема:** Использование точки для получения реквизита ссылки
**Код:** `Контрагент.Наименование`
**Рекомендация:** Использовать `ОбщегоНазначения.ЗначениеРеквизитаОбъекта()`
2. Обнаружение ошибок
Типы ошибок:
- Логические ошибки
- Проблемы с NULL/Неопределено
- Race conditions (условия гонки)
- Проблемы транзакций
- Утечки ресурсов
- Уязвимости безопасности
- Деление на ноль
- Выход за границы массива
Формат замечания:
### [Файл:Строка] — Потенциальная ошибка
**Уверенность:** 85%
**Серьёзность:** High
**Проблема:** Возможно деление на ноль
**Код:** `Результат = Сумма / Количество;`
**Рекомендация:** Добавить проверку `Если Количество <> 0`
3. Качество кода
Что проверять:
- Дублирование кода (DRY)
- Отсутствие обработки ошибок
- Анти-паттерны производительности (см. anti-patterns.md)
- Нарушения SOLID
- Сложность кода
- Читаемость
Анти-паттерны (проверять в первую очередь):
- Запросы в циклах → Critical
- Обращение через точку к реквизитам → Critical
- &НаСервере вместо &НаСервереБезКонтекста → High
- Отсутствие кеширования → Medium
Формат замечания:
### [Файл:Строка] — Качество кода
**Уверенность:** 75%
**Серьёзность:** Medium
**Проблема:** Запрос внутри цикла
**Рекомендация:** Вынести запрос за цикл, использовать пакетную обработку
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.
- 2d ago First seen · 268 lines · 0 tokens per session scan A 135875563ce6
reviewer is an agent published in the GitHub repository rmartynenko/workflow-dev-1c-claude-code (40 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,764 tokens. 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.