review

review is a command for Claude Code from Connectry-io/connectrylab-architect-cert-mcp. It costs 0 tokens per session (408 once invoked), scanned B, original, MIT.

A code-review command for examining pull-request or uncommitted changes against project standards.

In plain words
What is it for?
It is for reviewing changed files, reporting each issue with a severity and suggested fix, and summarizing the findings.
Why use it?
It helps find correctness, security, testing, naming, and performance problems before changes are merged.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Good fit It is for reviewing changed files, reporting each issue with a severity and suggested fix, and summarizing the findings.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/connectry-io/connectrylab-architect-cert-mcp/review
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.

Clone the repo
git clone --depth 1 https://github.com/Connectry-io/connectrylab-architect-cert-mcp

Made for: Claude Code.

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/connectry-io/connectrylab-architect-cert-mcp/review/github.svg)](https://agentmods.dev/commands/connectry-io/connectrylab-architect-cert-mcp/review)
Your own site
<a href="https://agentmods.dev/commands/connectry-io/connectrylab-architect-cert-mcp/review"><img src="https://agentmods.dev/badge/commands/connectry-io/connectrylab-architect-cert-mcp/review/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 review

Your own site · 80×15
<a href="https://agentmods.dev/commands/connectry-io/connectrylab-architect-cert-mcp/review"><img src="https://agentmods.dev/badge/commands/connectry-io/connectrylab-architect-cert-mcp/review.svg" alt="Reviewed on agentmods" width="80" 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 408 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.00408
Opus 5 $0.00000 $0.00204
Sonnet 5 $0.00000 $0.00082
Haiku 4.5 $0.00000 $0.00041

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

Security

Grade B, and why

review scanned grade B with 1 finding 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.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

# never write files or execute arbitrary commands.
projects/d3-config/.claude/commands/review.md · 54 lines

What it actually says

Code Review

Review the changes in this PR or working tree for quality, correctness, and adherence to project standards.

Scope

$ARGUMENTS

If no arguments are provided, review all uncommitted changes (git diff and git diff --staged).

Review Checklist

For each changed file, evaluate:

  1. Correctness — Does the logic do what it claims? Edge cases handled?
  2. Type safety — No any types, proper null checks, discriminated unions used?
  3. Error handling — Are all error paths covered? Result types in domain layer?
  4. Naming — Do names follow project conventions (see .claude/rules/coding-style.md)?
  5. Testing — Are there corresponding test changes? Coverage maintained?
  6. Security — No hardcoded secrets, input validated, SQL parameterized?
  7. Performance — No N+1 queries, unnecessary allocations, or blocking I/O?

Output Format

For each issue found, report:

[SEVERITY] file:line — description
  Suggestion: how to fix

Severity levels: CRITICAL, HIGH, MEDIUM, LOW, NIT

Summarize with counts per severity at the end.

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 · 54 lines · 0 tokens per session scan B dee29d37db4a

Subscribe to this mod's changes

review is a command published in the GitHub repository Connectry-io/connectrylab-architect-cert-mcp (33 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 408 tokens. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.