review

review is a command for coding agents from kouroshez/coding-os. It costs 0 tokens per session (106 once invoked), scanned A, original, Apache-2.0.

A command that checks the current code changes against the project's engineering rules.

In plain words
What is it for?
Use it to review modified files, run relevant checks, and report each finding with its location, severity, problem, and suggested fix.
Why use it?
It helps find bugs, security problems, missing error handling, and missing tests before changes are accepted.

Command

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.

agentmods
npx agentmods add commands/kouroshez/coding-os/review
Clone the repo
git clone --depth 1 https://github.com/kouroshez/coding-os

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 review

README.md
[![agentmods](https://agentmods.dev/badge/commands/kouroshez/coding-os/review.svg)](https://agentmods.dev/commands/kouroshez/coding-os/review)
Your own site
<a href="https://agentmods.dev/commands/kouroshez/coding-os/review"><img src="https://agentmods.dev/badge/commands/kouroshez/coding-os/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 106 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00106
Opus 5 $0.00000 $0.00053
Sonnet 5 $0.00000 $0.00021
Haiku 4.5 $0.00000 $0.00011

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

Security

Grade A, and why

review 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 2d 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.

src/core/commands/review.md · 15 lines

What it actually says

Review the current changes against project coding standards.

Steps:

  1. Run git diff --name-only to see which files changed
  2. For each changed file, check against the relevant engineering rules
  3. Run the appropriate verification commands
  4. Report findings in this format:
file:line — severity (critical/warning/info) — issue — suggested fix

Focus on: bugs, security issues, missing error handling, missing tests. Skip: style preferences, minor formatting, local patterns that work.

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. 2d ago First seen · 15 lines · 0 tokens per session scan A f340381fe2c4

Subscribe to this mod's changes

review is a command published in the GitHub repository kouroshez/coding-os (6 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 106 tokens. 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 commands, from other repositories

info

Display information and statistics about a knowledge abstract.

yifanfeng97/Hyper-Extract · 0 tokens

wh:llmsr-transfer

Use when the user wants to test whether an LLM-SR discovered equation's FORM generalizes to a recording the search never scored, and ingest both transfer numbers into the Wheeler knowledge graph.

maxwellsdm1867/wheeler · 44 tokens

wh:resume

Use when starting a new session and restoring Wheeler context from STATE.md or .plans/.continue-here.md.

maxwellsdm1867/wheeler · 25 tokens

maestro-next

Unified entry for all development intents — classify intent, assess complexity, route to the correct execution channel: /maestro-companion (lightweight), standard single run, or /maestro and /maestro-ralph (multi-step manual/orchestrated). Pure router, never runs execution loops itself.

catlog22/maestro-flow · 64 tokens

analyze-task

Parse user task description -> detect required capabilities -> build dependency graph -> design dynamic roles with role-spec metadata. Outputs structured task-analysis.json with frontmatter fields for role-spec generation.

catlog22/maestro-flow · 0 tokens

maestro-knowhow

Intent-driven knowhow precipitation — describe what you want to capture (记一个关于X的决策 / 保存这段代码模板 / 写个部署配方 / 存个调试技巧) and the workflow infers the type and records it into .workflow/knowhow/. Pure capture surface; knowhow 的管理/审计走 /maestro-knowledge;项目约束规则走 /maestro-spec add。Triggers on "knowhow capture", "知识沉淀", "沉淀经验"…

catlog22/maestro-flow · 128 tokens