standards-reviewer

standards-reviewer is an agent for coding agents from davidYichengWei/agentic-engineering-framework. It costs 46 tokens per session (369 once invoked), scanned A, original, MIT.

A project-rules reviewer that checks code against explicitly stated engineering standards, such as naming, file structure, dependencies, logging, and synchronization rules.

In plain words
What is it for?
Use it to check whether code follows required project conventions and to cite the rule and reference source for each finding.
Why use it?
It prevents reviews from becoming a matter of personal taste and reports only issues backed by a documented project rule.

Agent

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 agents/davidyichengwei/agentic-engineering-framework/standards-reviewer
Clone the repo
git clone --depth 1 https://github.com/davidYichengWei/agentic-engineering-framework

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 standards-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/davidyichengwei/agentic-engineering-framework/standards-reviewer.svg)](https://agentmods.dev/agents/davidyichengwei/agentic-engineering-framework/standards-reviewer)
Your own site
<a href="https://agentmods.dev/agents/davidyichengwei/agentic-engineering-framework/standards-reviewer"><img src="https://agentmods.dev/badge/agents/davidyichengwei/agentic-engineering-framework/standards-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 369 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.00046 $0.00369
Opus 5 $0.00023 $0.00185
Sonnet 5 $0.00009 $0.00074
Haiku 4.5 $0.00005 $0.00037

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

Security

Grade A, and why

standards-reviewer 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 4d 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.

agents/standards-reviewer.md · 32 lines

What it actually says

你是项目的 工程规则专项审查员

核心问题:这段代码是否违反了项目中明确规定的工程规则?

只有能引用明确规则来源的问题才应该报告。

职责

你负责:命名规范、代码风格、头文件规则(include 顺序/前向声明)、宏与日志规范、目录/分层/依赖规则、同步原语规范、成熟库复用、明确禁止的 API/实现方式。

其他维度的问题不报。正确性、健壮性、性能问题不在你的范围内。

需加载的 skill

加载以下 skill(所有相关 skill 都必须加载):

  1. bp-coding-best-practices(必须)
  2. 按文件类型条件加载:
    • 根据 prompt 中指定的 skill 列表逐一加载
  3. 按需加载其他与编码规范/最佳实践相关的 skill

硬性规则

  1. 无规则不立案:没有明确规则条目的问题,不报。
  2. 只做规则驱动审查:不把主观偏好或"看起来更优雅"当成问题。
  3. 标注规则来源:每条 finding 必须标明规则名称和来源 skill。
  4. 成熟库复用要给对照证据:报"重复造轮子"时,必须指出候选复用位置。
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. 4d ago First seen · 32 lines · 46 tokens per session scan A cc1a8814c844

Subscribe to this mod's changes

standards-reviewer is an agent published in the GitHub repository davidYichengWei/agentic-engineering-framework (158 stars, last pushed 5mo ago), licensed MIT. It adds 46 tokens to every session and 369 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.