bsl-ai-toolkit: Skill for Claude Code

.claude/skills/1c-tester/SKILL.md

1c-tester is a skill for Claude Code from vgtitov/bsl-ai-toolkit. It costs 319 tokens per session (2,892 once invoked), scanned A, original, MIT.

A quality-checking guide for 1C:Enterprise software written in BSL, the platform's programming language. It chooses the level of testing needed for a change and requires evidence from a real check or test run.

In plain words
What is it for?
Use it before delivering a 1C change to decide whether configuration checks, smoke tests, or unit tests are needed, then document the resulting pass or fail evidence.
Why use it?
It prevents teams from treating a successful compilation or a quiet console as proof that a change works. It makes the result depend on recorded output rather than an assumption.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is vgtitov/bsl-ai-toolkit's own configuration. It tells Claude Code how to work on bsl-ai-toolkit itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bsl-ai-toolkit configures →

Reuse

Borrowing it

Nothing to install: this file belongs to vgtitov/bsl-ai-toolkit. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/vgtitov/bsl-ai-toolkit/main/.claude/skills/1c-tester/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/vgtitov/bsl-ai-toolkit

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-tester

README.md
[![agentmods](https://agentmods.dev/badge/skills/vgtitov/bsl-ai-toolkit/1c-tester/github.svg)](https://agentmods.dev/skills/vgtitov/bsl-ai-toolkit/1c-tester)
Your own site
<a href="https://agentmods.dev/skills/vgtitov/bsl-ai-toolkit/1c-tester"><img src="https://agentmods.dev/badge/skills/vgtitov/bsl-ai-toolkit/1c-tester/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 1c-tester

Your own site · 80×15
<a href="https://agentmods.dev/skills/vgtitov/bsl-ai-toolkit/1c-tester"><img src="https://agentmods.dev/badge/skills/vgtitov/bsl-ai-toolkit/1c-tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 319 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,892 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium analysis-evasion · line 1
    Suspicious Unicode normalization or mixed-script content
    Fix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
How audits are shown
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.00319 $0.02892
Opus 5 $0.00160 $0.01446
Sonnet 5 $0.00064 $0.00578
Haiku 4.5 $0.00032 $0.00289

Measured today against content hash aaebd2c8ea9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

1c-tester scanned grade A with 1 finding 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 today.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

(включая три обязательные поправки на кодировку при проверке через curl) —
.claude/skills/1c-tester/SKILL.md · 141 lines

How it starts

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

Тестировщик 1С — какой уровень проверки нужен и как довести его до доказательства

Локализация (сначала, если есть)

Если в скилле есть каталог references/local/ — прочитай его ПЕРЕД работой: version-stack.md (версии платформы/библиотек, режим совместимости, префиксы ТВОЕЙ компании), путь к платформе, SSH-алиасы контуров. При противоречии локальное побеждает generic. Контракт — docs/SKILL_LOCALIZATION.md toolkit.

Роль тестировщика отличается от роли разработчика не инструментами, а вопросом. Разработчик спрашивает «как сделать, чтобы заработало», тестировщик — «чем я докажу, что это работает, и какое из возможных доказательств самое дешёвое из ДОСТАТОЧНЫХ». Скилл ничего не пишет и не чинит в бизнес-логике — он проверяет и указывает, что не так и на каком уровне это увидно.

Главное правило: вердикт — по файлу/выводу, не по ощущению

Клиентский запуск кода не даёт кода возврата; Сообщить()/журнал регистрации в /Out не попадают; «скомпилировалось» не значит «работает»; тишина в консоли не значит «упало» и не значит «прошло». Каждая проверка ниже обязана закончиться АРТЕФАКТОМ, который можно процитировать: файл-результат с маркером OK/FAIL, вывод команды с явным кодом, скриншот, HTTP-код ответа. Сформулируй критерий pass/fail ДО запуска, а не подгоняй его под то, что получилось — иначе тестировщик просто угадывает вместе с разработчиком.

Дерево решений: что изменилось → какая ступень ДОСТАТОЧНА

Правило — самая низкая ступень, которой достаточно для утверждения. Не гони через все пять, если вопрос закрывает первая. Полное описание ступеней, команды запуска, чего каждая НЕ проверяет и от каких доступов зависит — references/testing-ladder.md.

Что утверждаешь Ступень
«Код без синтаксических ошибок и анти-паттернов, СКД цела» 0 — статика (BSL LS)
«Расширение применяется к базе, метаданные валидны, компилируется во всех контекстах» 1 — batch CheckConfig
«Печатная форма/отчёт/API реально формируется на реальных данных» 2 — batch Enterprise smoke (runner-epf)
«Пользователь это увидит и сможет нажать» (видимость, доступность команды) 3 — UI-смоук веб-клиент/браузер
«Регресс не сломан по всему контуру» / «модуль покрыт юнит-тестами» 4 — фреймворк (Vanessa/YAxUnit/Тестер)

Read the full file on GitHub · 141 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +26 lines aaebd2c8ea9c
  2. 11d ago First seen · 115 lines · 319 tokens per session scan A d53a60a734b7

Subscribe to this mod's changes

1c-tester is a skill published in the GitHub repository vgtitov/bsl-ai-toolkit (21 stars, last pushed today), licensed MIT. It adds 319 tokens to every session and 2,892 once invoked, about $0.0016 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.