prove-checks

prove-checks is a skill for Claude Code, Codex from sergeyklay/.agents. It costs 221 tokens per session (3,483 once invoked), scanned A, original, Apache-2.0.

A checking guide for proving that a test, build, CI job, smoke test, or rehearsal could have failed before treating a passing result as proof.

In plain words
What is it for?
It helps inspect setup mutations, environment variables, secrets, fixtures, revisions, failure paths, and target selection so that a green result carries meaningful evidence.
Why use it?
A check can pass without testing the intended thing—for example, when setup changes do nothing, the subject is never exercised, or failures are hidden. This helps expose those silent false positives.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

Good fit It helps inspect setup mutations, environment variables, secrets, fixtures, revisions, failure paths, and target selection so that a green result carries meaningful evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sergeyklay/.agents/prove-checks
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 sergeyklay/.agents --skill prove-checks
Clone the repo
git clone --depth 1 https://github.com/sergeyklay/.agents

Made for: Claude Code, 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 prove-checks

README.md
[![agentmods](https://agentmods.dev/badge/skills/sergeyklay/.agents/prove-checks/github.svg)](https://agentmods.dev/skills/sergeyklay/.agents/prove-checks)
Your own site
<a href="https://agentmods.dev/skills/sergeyklay/.agents/prove-checks"><img src="https://agentmods.dev/badge/skills/sergeyklay/.agents/prove-checks/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 prove-checks

Your own site · 80×15
<a href="https://agentmods.dev/skills/sergeyklay/.agents/prove-checks"><img src="https://agentmods.dev/badge/skills/sergeyklay/.agents/prove-checks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 221 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,483 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.00221 $0.03483
Opus 5 $0.00111 $0.01741
Sonnet 5 $0.00044 $0.00697
Haiku 4.5 $0.00022 $0.00348

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

Security

Grade A, and why

prove-checks 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 yesterday.

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/skills/prove-checks/SKILL.md · 125 lines

How it starts

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

Prove the Check Can Fail

A green result is evidence only if red was reachable. Every check runs in a state, and when that state is wrong the check does not error — it passes, cheaply and convincingly. The failure is silent by construction: nothing in the output distinguishes "the system works" from "the system was never asked".

Three ways a check goes green without testing anything:

Shape What happened What green meant
Setup no-op The mutation the check depends on never applied The check compared the old state to itself
Subject not exercised Only the downstream half ran, or it ran its no-op branch The upstream half is still unverified
Failure suppressed The failure path was routed to a warning or a forced exit 0 Exit status carries no information
Subject substituted The named target was unreachable and the tool silently chose another one The work was done correctly, on the wrong thing

Trigger

Run this before recording any green as proof, and always when one of these is true:

  • The check depends on a setup mutation: an in-place text edit, an env var, a secret, a generated fixture, a checked-out revision, a temporary config override.
  • The job or step is wrapped in continue-on-error, || true, set +e, if: always(), or emits ::warning::/echo instead of a non-zero exit.
  • An event-driven pipeline was hand-run: a workflow_dispatch on something whose real trigger is a repository_dispatch, a webhook, a tag push, or a release.
  • The run is a rehearsal of a future input ("simulate the next release", "pretend the version bumped", "assume the API returns X").
  • The check passed on the first attempt after a change that should have been hard.

Not this skill: a search returning zero hits, or a claim that something is absent — those are research-it (silent-zero results, format-assumption false negatives, summariser-bounded negatives), including when the absent thing is a third-party capability.

Procedure

Read the full file on GitHub · 125 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. yesterday Changed · +2 lines c25940759731
  2. 2d ago Changed · +16 lines · +23 tokens per session 8dbe68c3cadb
  3. 4d ago Changed · +3 lines 6802edf925f2
  4. 7d ago First seen · 104 lines · 198 tokens per session scan A e0b731f90c8d

Subscribe to this mod's changes

prove-checks is a skill published in the GitHub repository sergeyklay/.agents (5 stars, last pushed today), licensed Apache-2.0. It adds 221 tokens to every session and 3,483 once invoked, about $0.0011 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-09-03.