code-review

code-review is a skill for Claude Code, Codex from adityasasidhar/claude-code-in-100-lines. It costs 23 tokens per session (307 once invoked), scanned A, original, MIT.

A review guide for examining code, a change set, or a pull request, which is a proposed change submitted for review. It focuses first on bugs, edge cases, security, error handling, and unnecessary complexity.

In plain words
What is it for?
Use it to review a Git diff, branch comparison, commit, or pull request. It reports each finding with its location, impact, and suggested fix.
Why use it?
It helps catch problems before code is merged or released. The guidance separates real defects from personal style preferences and avoids inventing issues when the code is sound.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review a Git diff, branch comparison, commit, or pull request. It reports each finding with its location, impact, and suggested fix.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adityasasidhar/claude-code-in-100-lines/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 adityasasidhar/claude-code-in-100-lines --skill code-review
Clone the repo
git clone --depth 1 https://github.com/adityasasidhar/claude-code-in-100-lines

Made for: Claude Code, Codex.

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/adityasasidhar/claude-code-in-100-lines/code-review.svg)](https://agentmods.dev/skills/adityasasidhar/claude-code-in-100-lines/code-review)
Your own site
<a href="https://agentmods.dev/skills/adityasasidhar/claude-code-in-100-lines/code-review"><img src="https://agentmods.dev/badge/skills/adityasasidhar/claude-code-in-100-lines/code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 307 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.00023 $0.00307
Opus 5 $0.00012 $0.00153
Sonnet 5 $0.00005 $0.00061
Haiku 4.5 $0.00002 $0.00031

Measured 8d ago against content hash 215a7fa446de, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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.

src/prompts/skills/code-review/SKILL.md · 26 lines

What it actually says

Code Review

Use this when asked to review code, a diff, or a PR.

Before you start

  • Get the diff: git diff, git diff main...HEAD, or git show <sha>.
  • Read enough surrounding code to understand intent. A line is only wrong relative to what it is supposed to do.

What to look for, in priority order

  1. Correctness — logic errors, off-by-one, wrong operator, inverted conditions, unhandled None/null, race conditions, resource leaks.
  2. Edge cases — empty input, zero, negative, very large input, concurrent access, partial failure.
  3. Security — injection (shell, SQL), unvalidated input, secrets in code, unsafe deserialization.
  4. Error handling — swallowed exceptions, missing cleanup, errors that never surface.
  5. Quality — duplication that should be reused, dead code, misleading names, needless complexity.

How to report

  • Lead with the most serious issue. Bugs before style.
  • For each finding: file:line, what is wrong, why it matters, and the fix.
  • Distinguish "this is a bug" from "I would prefer". Do not inflate nits into blockers.
  • If the diff is clean, say so plainly — do not manufacture findings.
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. 8d ago First seen · 26 lines · 23 tokens per session scan A 215a7fa446de

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository adityasasidhar/claude-code-in-100-lines (2 stars, last pushed 2mo ago), licensed MIT. It adds 23 tokens to every session and 307 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-08-31.