test-gates

test-gates is a skill for Codex from dzhokhov/markdown-agent-vault-ru. It costs 97 tokens per session (530 once invoked), scanned A, original, MIT.

A workflow for running and reporting software quality checks, including code checks, tests, smoke checks, and flaky-test notes.

In plain words
What is it for?
Running linting, type or security checks, unit and integration tests, release or smoke checks, and producing a PASS, FAIL, or INCOMPLETE report.
Why use it?
It prevents a change from being called ready when required checks were not run, failed, or were unavailable.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Running linting, type or security checks, unit and integration tests, release or smoke checks, and producing a PASS, FAIL, or INCOMPLETE report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dzhokhov/markdown-agent-vault-ru/test-gates
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.

Any agent
npx skills add dzhokhov/markdown-agent-vault-ru --skill test-gates
Clone the repo
git clone --depth 1 https://github.com/dzhokhov/markdown-agent-vault-ru

Made for: Codex.

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 test-gates

README.md
[![agentmods](https://agentmods.dev/badge/skills/dzhokhov/markdown-agent-vault-ru/test-gates/github.svg)](https://agentmods.dev/skills/dzhokhov/markdown-agent-vault-ru/test-gates)
Your own site
<a href="https://agentmods.dev/skills/dzhokhov/markdown-agent-vault-ru/test-gates"><img src="https://agentmods.dev/badge/skills/dzhokhov/markdown-agent-vault-ru/test-gates/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 test-gates

Your own site · 80×15
<a href="https://agentmods.dev/skills/dzhokhov/markdown-agent-vault-ru/test-gates"><img src="https://agentmods.dev/badge/skills/dzhokhov/markdown-agent-vault-ru/test-gates.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 530 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00097 $0.00530
Opus 5 $0.00048 $0.00265
Sonnet 5 $0.00019 $0.00106
Haiku 4.5 $0.00010 $0.00053

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

Security

Grade A, and why

test-gates 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 9d 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.

skills/test-gates/SKILL.md · 57 lines

What it actually says

Test Gates

Назначение

Проверяй изменение машинно-верифицируемыми проверками. Не доверяй текстовому объяснению без выполненных команд.

Связанный контекст: LLM Rules.

Вход

  • Целевой репозиторий/папка.
  • Список изменённых файлов.
  • Риск-класс изменения.
  • Локальные команды из TEST_PLAN.md и README.md.

Workflow

  1. Собери команды проверок из:
  • TEST_PLAN.md
  • AGENT_WORKFLOW.md
  • README.md
  1. Сначала выполни code gate:
  • lint
  • type/static/security checks (если настроены)
  1. Выполни test gate:
  • unit tests
  • integration tests
  1. Выполни release/smoke gate:
  • smoke-команды из проекта
  1. Обработай flaky:
  • пометь нестабильные проверки
  • не засчитывай flaky-pass как полноценный green без политики проекта
  1. Сформируй единый gate report.

Жёсткие правила

  • Не объявляй GREEN, если обязательная команда не запускалась.
  • Если команда недоступна в среде, отмечай как INCOMPLETE, а не PASS.
  • Если проверка падает, добавляй краткий корень проблемы и ближайший корректирующий шаг.

Выход (gate report)

  • Code gate: PASS|FAIL|INCOMPLETE
  • Test gate: PASS|FAIL|INCOMPLETE
  • Smoke gate: PASS|FAIL|INCOMPLETE
  • Flaky notes: если есть
  • Overall status: GREEN|YELLOW|RED

Критерии статуса

  • GREEN: все обязательные gates = PASS.
  • YELLOW: нет FAIL, но есть INCOMPLETE/остаточный риск.
  • RED: есть FAIL в обязательных gates.
Files

What ships with it

5 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. 9d ago First seen · 57 lines · 97 tokens per session scan A 2596dc63156d

Subscribe to this mod's changes

test-gates is a skill published in the GitHub repository dzhokhov/markdown-agent-vault-ru (2 stars, last pushed 2d ago), licensed MIT. It adds 97 tokens to every session and 530 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

pos-verify

Use this immediately after files are created, edited, moved, deleted, or materially rewritten inside PersonalOS. Verifies that new truth was routed to the correct owner, written in the correct file shape, and still follows POS conventions. Do NOT use for whole-vault deep audits; use system-health-check.

vincentmumme/personalos-boilerplate · 65 tokens

agentic-engineering

Use when designing or refactoring a model-native engineering workflow with bounded autonomy, probes, custom evaluation, durable state, and verified write-back.

Mark393295827/third-brain-v7-skills · 33 tokens

verify-before-claim

Use when an agent is about to claim completion, correctness, safety, publication, deployment, or any consequential external fact.

Mark393295827/third-brain-v7-skills · 29 tokens

skillify

Use this when {{username}} asks to skillify a repeated workflow, determine whether it deserves a reusable PersonalOS skill, or harden an existing workflow into a tested resolver-reachable capability. Do NOT use for one-off notes, ordinary execution, or already-specified skill authoring; use write-skill.

vincentmumme/personalos-boilerplate · 66 tokens

write-skill

Use this when the user wants to create a new shared PersonalOS skill under skills/ or revise a specified PersonalOS skill and the scope is already clear. Do NOT use for raw workflow capture or deciding whether work should become a skill; use skillify first. Do NOT use for repo-local or agent-local skills unless…

vincentmumme/personalos-boilerplate · 78 tokens

priority-dashboard

Use this to rebuild, inspect, or temporarily steer {{username}}'s current PersonalOS priority dashboard from canonical Actions, Attention Triggers, and owner context. Do NOT use it to create, complete, or independently manage tasks; use task-manager for Action and Trigger lifecycle changes.

vincentmumme/personalos-boilerplate · 60 tokens