code-review

code-review is a skill for Claude Code from tmchow/tmc-marketplace. It costs 42 tokens per session (2,532 once invoked), scanned A, original, MIT.

A code-review workflow that asks several reviewers with different areas of focus to inspect code changes and combine their findings.

In plain words
What is it for?
Use it to review a change before creating a pull request, or after completing part of an implementation.
Why use it?
It helps find logic errors, testing gaps, security concerns, and other problems before changes are merged or submitted for review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Claude Code.

Part of the iterative-engineering plugin — 12 skills, 18 agents shipped together

Good fit Use it to review a change before creating a pull request, or after completing part of an implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tmchow/tmc-marketplace/code-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.

Any agent
npx skills add tmchow/tmc-marketplace --skill code-review
Clone the repo
git clone --depth 1 https://github.com/tmchow/tmc-marketplace

Made for: Claude Code.

Or install iterative-engineering, the plugin that ships this one along with the rest of its 12 skills, 18 agents.

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 code-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/tmchow/tmc-marketplace/code-review.svg)](https://agentmods.dev/skills/tmchow/tmc-marketplace/code-review)
Your own site
<a href="https://agentmods.dev/skills/tmchow/tmc-marketplace/code-review"><img src="https://agentmods.dev/badge/skills/tmchow/tmc-marketplace/code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,532 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00042 $0.02532
Opus 5 $0.00021 $0.01266
Sonnet 5 $0.00008 $0.00506
Haiku 4.5 $0.00004 $0.00253

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

Security

Grade A, and why

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

plugins/iterative-engineering/skills/code-review/SKILL.md · 236 lines

How it starts

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

Code Review

Reviews code changes using dynamically selected reviewer personas. Spawns parallel sub-agents that return structured JSON, then merges and deduplicates findings into a single report.

When to Use

  • After completing a plan section (during iterative:implementing skill)
  • Before finishing work and creating a PR
  • When feedback is needed on any code changes
  • Can be invoked standalone

Severity Scale

All reviewers use P0–P3:

Level Meaning Action
P0 Critical breakage, exploitable vulnerability, data loss/corruption Must fix before merge
P1 High-impact defect likely hit in normal usage, breaking contract Should fix
P2 Moderate issue with meaningful downside (edge case, perf regression, maintainability trap) Fix if straightforward
P3 Low-impact, narrow scope, minor improvement User's discretion

Reviewers

8 personas in two tiers. See references/persona-catalog.md for the full catalog.

Always-on (every review):

Agent Focus
correctness-reviewer Logic errors, edge cases, state bugs, error propagation
testing-reviewer Coverage gaps, weak assertions, brittle tests
maintainability-reviewer Coupling, complexity, naming, dead code, abstraction debt

Conditional (selected per diff):

Agent Select when diff touches...
security-reviewer Auth, public endpoints, user input, permissions
performance-reviewer DB queries, data transforms, caching, async
api-contract-reviewer Routes, serializers, type signatures, versioning
data-migrations-reviewer Migrations, schema changes, backfills
reliability-reviewer Error handling, retries, timeouts, background jobs

Review Scope

By default, every review spawns all 3 always-on reviewers plus any applicable conditionals — the tier model naturally right-sizes. A small config change triggers 0 conditionals = 3 reviewers. A large auth feature triggers security + maybe reliability = 5 reviewers. No separate "mode" is needed.

Read the full file on GitHub · 236 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 236 lines · 42 tokens per session scan A f7ab71410974

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository tmchow/tmc-marketplace (22 stars, last pushed 6mo ago), licensed MIT. It adds 42 tokens to every session and 2,532 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.