audit-verify-explain-grade-5

audit-verify-explain-grade-5 is a skill for Codex from devinilabs/pro-skill. It costs 73 tokens per session (785 once invoked), scanned A, a copy of audit-verify-explain-grade-5, MIT.

A skill for checking work against evidence and explaining the result in simple language.

In plain words
What is it for?
It is for auditing changes, checking tests and builds, validating fixes, reviewing documents or releases, and explaining findings to non-technical readers.
Why use it?
It reduces the risk of accepting unsupported claims, missing regressions, or confusing technical findings with verified results.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It is for auditing changes, checking tests and builds, validating fixes, reviewing documents or releases, and explaining findings to non-technical readers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/devinilabs/pro-skill/audit-verify-explain-grade-5
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 devinilabs/pro-skill --skill audit-verify-explain-grade-5
Clone the repo
git clone --depth 1 https://github.com/devinilabs/pro-skill

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 audit-verify-explain-grade-5

README.md
[![agentmods](https://agentmods.dev/badge/skills/devinilabs/pro-skill/audit-verify-explain-grade-5.svg)](https://agentmods.dev/skills/devinilabs/pro-skill/audit-verify-explain-grade-5)
Your own site
<a href="https://agentmods.dev/skills/devinilabs/pro-skill/audit-verify-explain-grade-5"><img src="https://agentmods.dev/badge/skills/devinilabs/pro-skill/audit-verify-explain-grade-5.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 785 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 100% copy Near-identical to another mod 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.00073 $0.00785
Opus 5 $0.00036 $0.00392
Sonnet 5 $0.00015 $0.00157
Haiku 4.5 $0.00007 $0.00078

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

Security

Grade A, and why

audit-verify-explain-grade-5 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 8d 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.

Origin

This is a copy

100% identical to audit-verify-explain-grade-5 — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agent-skills/codex/audit-verify-explain-grade-5/SKILL.md · 105 lines

How it starts

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

Audit, Verify, Explain

Core Rule

Treat every answer as three jobs:

  1. Audit what changed or what is being claimed.
  2. Verify it with direct evidence.
  3. Explain it like the reader is smart but new to the topic.

Do not skip verification when local files, commands, logs, tests, screenshots, or source data are available. Do not pretend something was verified if it was only inferred.

Workflow

1. Audit

Start by finding the real source of truth:

  • For code changes, inspect the diff, touched files, related call sites, and existing tests.
  • For bug fixes, identify the before/after behavior and the user-facing path.
  • For performance claims, separate measured evidence from likely improvement.
  • For release or app behavior, check the packaged/running artifact when possible.
  • For documents or content, compare the user request against the actual produced artifact.

Look for:

  • obvious bugs or regressions
  • missing edge cases
  • stale assumptions
  • unverified claims
  • mismatches between implementation and user intent
  • risks that a grade-5 explanation might accidentally hide

2. Verify

Prefer evidence in this order:

  1. Automated tests, builds, linters, typechecks, or validators.
  2. Running the actual app or workflow.
  3. Logs, process checks, screenshots, generated artifacts, or live output.
  4. Static code inspection when execution is impractical.
  5. Clearly labeled inference when nothing stronger is available.

When verification fails, report the blocker and what it means. When verification is partial, say exactly what was and was not checked.

For performance work, avoid overclaiming. Say "this removes repeated work" only when the code clearly does so. Say "should improve" only when no timing trace was captured. Say "measured faster" only when before/after measurements exist.

3. Explain Simply

Use grade-5 language without talking down to the user:

  • Use short sentences.
  • Define technical terms in plain words.
  • Use one simple analogy only if it genuinely helps.
  • Say what changed, why it matters, and how to test it.
  • Keep important caveats visible.

Read the full file on GitHub · 105 lines

Files

What ships with it

6 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. 8d ago First seen · 105 lines · 73 tokens per session scan A d4b5ce0ccda2

Subscribe to this mod's changes

audit-verify-explain-grade-5 is a skill published in the GitHub repository devinilabs/pro-skill (23 stars, last pushed 25d ago), licensed MIT. It adds 73 tokens to every session and 785 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to audit-verify-explain-grade-5, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories