reviewing-to-standard

reviewing-to-standard is a skill for Claude Code, Codex from theam/facility. It costs 45 tokens per session (498 once invoked), scanned A, original, Apache-2.0.

Review instructions for checking code changes against a repository's STANDARD.md file, the document that defines its coding rules.

In plain words
What is it for?
Use it when reviewing pull requests, diffs, or another agent's work for correctness, security, maintainability, standards, and verification.
Why use it?
It gives reviews a consistent order, severity level, and evidence requirement so important defects are not buried in minor comments.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions subagents.

Good fit Use it when reviewing pull requests, diffs, or another agent's work for correctness, security, maintainability, standards, and verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theam/facility/reviewing-to-standard
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 theam/facility --skill reviewing-to-standard
Clone the repo
git clone --depth 1 https://github.com/theam/facility

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 reviewing-to-standard

README.md
[![agentmods](https://agentmods.dev/badge/skills/theam/facility/reviewing-to-standard/github.svg)](https://agentmods.dev/skills/theam/facility/reviewing-to-standard)
Your own site
<a href="https://agentmods.dev/skills/theam/facility/reviewing-to-standard"><img src="https://agentmods.dev/badge/skills/theam/facility/reviewing-to-standard/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 reviewing-to-standard

Your own site · 80×15
<a href="https://agentmods.dev/skills/theam/facility/reviewing-to-standard"><img src="https://agentmods.dev/badge/skills/theam/facility/reviewing-to-standard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 498 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
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.00045 $0.00498
Opus 5 $0.00023 $0.00249
Sonnet 5 $0.00009 $0.00100
Haiku 4.5 $0.00005 $0.00050

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

Security

Grade A, and why

reviewing-to-standard 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 10d 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.

packages/cli/templates/claude/skills/reviewing-to-standard/SKILL.md · 50 lines

What it actually says

Reviewing to standard

A review exists to change the implementer's next action. Everything else is noise.

Review order (stop-the-line first)

  1. Correctness and fit — the change does what was asked, no more. Scope creep is a finding, not a bonus.
  2. Security and privacy — auth regressions, data exposure, secret handling, injection paths, new attack surface. Verify the negative case; never accept a prose claim that a boundary holds.
  3. Maintainability — same concept reused not duplicated, clear ownership boundaries, domain names, side effects visible, easy for the next caller and the next test.
  4. Standard complianceSTANDARD.md and its module sections were followed. A missed module requirement (seeds, analytics, evidence, exposure) is a product-quality gap, not optional polish.
  5. Verification evidence — the right checks ran for the risk taken, and skipped checks are named. node guards/run.mjs should be green.

The comment contract

Every finding carries four things: file:line, the exact risk, the smallest practical fix, and the standard it missed. Severity is explicit — Blocker / High / Medium — and separated from optional suggestions. Never post:

  • Style-only nits, unless they hide a real bug or future maintenance cost.
  • Vague asks ("clean this up", "add tests") — name the missing case, command, or assertion instead.
  • Requests for broad rewrites when a narrow change closes the risk.

Leverage

For domains with real risk, dispatch the matching reviewer subagent from .claude/agents/ and consolidate its findings rather than re-deriving them. If the same problem has now appeared twice in reviews, the review is the wrong tool: propose the guard (guards/) that makes the third occurrence impossible, and say so in the review.

Verdict

End with Ready / Ready with follow-ups / Not ready, the checks you ran, and nothing else. You never approve or merge — that signature is human.

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. 10d ago First seen · 50 lines · 45 tokens per session scan A a3916e379781

Subscribe to this mod's changes

reviewing-to-standard is a skill published in the GitHub repository theam/facility (61 stars, last pushed today), licensed Apache-2.0. It adds 45 tokens to every session and 498 once invoked, about $0.0002 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-30.