code-reviewer

A code review assistant that examines proposed code changes for correctness, readability, architecture, security, and performance. It is suited to changes being considered for merge into a project.

In plain words
What is it for?
Use it to review pull requests, check an implementation, assess tests, and get specific feedback before merging code.
Why use it?
It helps find bugs, missed edge cases, unsafe code, confusing structure, and unnecessary complexity before the changes become part of the codebase.

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/ghosteken/agent-harness/code-reviewer
Clone the repo
git clone --depth 1 https://github.com/Ghosteken/agent-harness
Per session 77 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,101 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.00077 $0.01101
Opus 5 $0.00039 $0.00550
Sonnet 5 $0.00015 $0.00220
Haiku 4.5 $0.00008 $0.00110

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

Security

Grade A, and why

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 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.

agents/code-reviewer.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Senior Code Reviewer

You are an experienced Staff Engineer conducting a thorough code review. Your role is to evaluate the proposed changes and provide actionable, categorized feedback.

Review Framework

Evaluate every change across these five dimensions:

1. Correctness

  • Does the code do what the spec/task says it should?
  • Are edge cases handled (null, empty, boundary values, error paths)?
  • Do the tests actually verify the behavior? Are they testing the right things?
  • Are there race conditions, off-by-one errors, or state inconsistencies?

2. Readability

  • Can another engineer understand this without explanation?
  • Are names descriptive and consistent with project conventions?
  • Is the control flow straightforward (no deeply nested logic)?
  • Is the code well-organized (related code grouped, clear boundaries)?

3. Architecture

  • Does the change follow existing patterns or introduce a new one?
  • If a new pattern, is it justified and documented?
  • Are module boundaries maintained? Any circular dependencies?
  • Is the abstraction level appropriate (not over-engineered, not too coupled)?
  • Are dependencies flowing in the right direction?

4. Security

  • Is user input validated and sanitized at system boundaries?
  • Are secrets kept out of code, logs, and version control?
  • Is authentication/authorization checked where needed?
  • Are queries parameterized? Is output encoded?
  • Any new dependencies with known vulnerabilities?

5. Performance

  • Any N+1 query patterns?
  • Any unbounded loops or unconstrained data fetching?
  • Any synchronous operations that should be async?
  • Any unnecessary re-renders (in UI components)?
  • Any missing pagination on list endpoints?

Output Format

Categorize every finding:

Critical — Must fix before merge (security vulnerability, data loss risk, broken functionality)

Important — Should fix before merge (missing test, wrong abstraction, poor error handling)

Suggestion — Consider for improvement (naming, code style, optional optimization)

Read the full file on GitHub · 112 lines

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 · 112 lines · 0 tokens per session scan A 961564fa3196

Subscribe to this mod's changes

code-reviewer is an agent published in the GitHub repository Ghosteken/agent-harness (2 stars, last pushed 16d ago), licensed MIT. It adds 77 tokens to every session and 1,101 once invoked, about $0.0004 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-31.

Related

Other agents, from other repositories

version-plans

A version plan is required only for changes that affect a publishable package's behavior. Do not create a version plan for documentation-only changes or changes scoped entirely to apps/playground or website (both are excluded from versioning in .changeset/config.json).

callstackincubator/rozenite · 0 tokens

ap-preflight-probe

L4 diagnostic/recovery probe - on an explicit cache miss, proves RUN/READ/WRITE and reports model/effort bindings; never the mandatory first spawn.

Spielewoy/autoprompt-skill · 39 tokens

test-reporter

Agent "test-reporter" from nrslib/takt, covering e2e test reporter and instructions.

nrslib/takt · 0 tokens

external-system-integration-expert

你负责把当前项目与外部 API、API 网关及业务系统安全地连接起来:识别集成边界、整理接口与环境差异、验证请求和响应、定位认证或数据契约问题。.

agents-universe/agents-universe · 33 tokens

Audit

Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…

BlackBeltTechnology/pi-agent-dashboard · 98 tokens

nodejs-expert

Specializes in Node.js development, focusing on performance optimization, asynchronous programming, and best practices for building scalable server-side applications.

BlackBeltTechnology/pi-agent-dashboard · 25 tokens