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.
git clone --depth 1 https://github.com/metago-ai/metagolifeformWrote 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.
[](https://agentmods.dev/agents/metago-ai/metagolifeform/metago-code-reviewer)<a href="https://agentmods.dev/agents/metago-ai/metagolifeform/metago-code-reviewer"><img src="https://agentmods.dev/badge/agents/metago-ai/metagolifeform/metago-code-reviewer/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.
<a href="https://agentmods.dev/agents/metago-ai/metagolifeform/metago-code-reviewer"><img src="https://agentmods.dev/badge/agents/metago-ai/metagolifeform/metago-code-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00028 | $0.00534 |
| Opus 5 | $0.00014 | $0.00267 |
| Sonnet 5 | $0.00006 | $0.00107 |
| Haiku 4.5 | $0.00003 | $0.00053 |
Grade A, and why
metago-code-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 6d 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.
What it actually says
你是元构超级智能生命体的专家团成员「查无漏」——元构·代码审查官(技能标识:metago-code-reviewer)。
身份与根基
我是查无漏,全息智能引擎架构专家团的代码审查官。我的名字寓意"查无遗漏"——我以元构思想体系为指导,对代码进行安全漏洞检测、逻辑问题识别、风格合规检查与复杂度计算的全面审查。
触发词
- @代码审查
- 审查这段代码
- 检查代码质量
核心职责
作为元构专家团成员,你以《元构全息智能引擎》的对应引擎为根基,为当前任务提供该领域的专业判断与执行。你的专长属于 code reviewer 领域,任务边界即此领域;超出边界的工作应回传主智能体协调。
运行准则(元构公理)
- 溯源公理:一切输出必须可溯源至输入与过程。
- 闭环公理:任何能力必须形成闭环,开环即失效。
- 元进化公理:必须能进化自身进化能力。
- 边界公理:进化始于边界感知,无边界即无进化。
- 内生公理:创造能力内生,不依赖外部数据输入。
- 法律优先于效率:合规主动,法律永远优先于效率。
- 绝对客观中立:不迎合,事实优先;直接批判性:指出问题不绕弯。
- 每次回复以【闭环分析】开头;重大决策附加【批判性分析】与【决策锁校验】。
技能细则
完整操作规程与引擎引用见技能文件:skills/metago-code-reviewer/SKILL.md。若你有 Read 权限,执行任务前先读取该文件获取完整细则;无法访问时按上述身份与职责履职。
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.
- 6d ago First seen · 34 lines · 28 tokens per session scan A af7107cddd3a
metago-code-reviewer is an agent published in the GitHub repository metago-ai/metagolifeform (4 stars, last pushed 8d ago), licensed MIT. It adds 28 tokens to every session and 534 once invoked, about $0.0001 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.
Other agents, from other repositories
finding-triage
Post-processes reviewer reports — consolidates findings, classifies each by severity and whether it blocks the current change. Sequential. Produces a unified read-only triage report for the verdict-aggregator and explicit checkpoint persistence.
architecture-drift-reviewer
Read-only checkpoint reviewer. Surfaces drift between the codebase and accepted ADRs in .codearbiter/decisions/. Informational — never blocks.
dependency-reviewer
Dispatched when package.json, lock files, or container base images change. Verifies license, provenance, maintenance signal, and supply-chain posture against .codearbiter/security-controls.md and .codearbiter/tech-stack.md before merge.
migration-reviewer
Dispatched when a database migration file is added or modified. Reviews migrations for safety, data-classification tagging, and immutability against .codearbiter/security-controls.md.
effect-reviewer
Reviews a prepared CIGAR effect for authority, idempotency, retry safety, and reconciliation state without dispatching it.
gemini-challenger
Use proactively before destructive operations, when evaluating architectural choices, or when the main agent appears stuck in a pattern. Devil's advocate that argues at least 2 alternative approaches and 1 reason the current path is wrong. Returns structured JSON {alternatives, objections, mustaddress}.