code-review

code-review is a skill for Claude Code, Codex from holon-run/holon. It costs 23 tokens per session (1,180 once invoked), scanned A, original, Apache-2.0.

A structured code-review workflow for assessing patches, commits, or proposed implementations using evidence and confidence levels.

In plain words
What is it for?
Use it to review changes before merging, releasing, or deploying code.
Why use it?
It finds likely regressions and keeps unavailable files or tests from being mistaken for proof that everything is safe.

Skill for Claude CodeCodex

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

Good fit Use it to review changes before merging, releasing, or deploying code.

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

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/holon-run/holon/code-review.svg)](https://agentmods.dev/skills/holon-run/holon/code-review)
Your own site
<a href="https://agentmods.dev/skills/holon-run/holon/code-review"><img src="https://agentmods.dev/badge/skills/holon-run/holon/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 1,180 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.01180
Opus 5 $0.00012 $0.00590
Sonnet 5 $0.00005 $0.00236
Haiku 4.5 $0.00002 $0.00118

Measured 4d ago against content hash a1cae30b8749, 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 4d 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.

skills/code-review/SKILL.md · 149 lines

How it starts

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

Code Review Skill

Summary

Use this skill to review a code change independently of the hosting platform. The result is a concise, evidence-backed assessment for a human or another workflow to consume. This skill does not know how to fetch a pull request or publish comments.

When To Use

  • Reviewing a patch, commit range, change set, or proposed implementation
  • Checking regressions before a merge, release, or deployment
  • Producing findings for a platform-specific review adapter

Do Not Use

  • Implementing the fix while reviewing
  • Approving, blocking, or otherwise replacing a human merge decision
  • Treating an unavailable file, test, or instruction as evidence that no issue exists

Inputs

Use the context supplied by the caller. It may include:

  • change_set: changed files, hunks, and the before/after revisions
  • baseline: relevant surrounding code, configuration, interfaces, and history
  • project_instructions: repository or path-specific review rules
  • prior_feedback: earlier findings and their current status
  • verification_budget: commands or checks that may be run

Do not assume a particular directory or file name. If a caller supplies a manifest, resolve inputs from its artifact entries and record missing or unavailable entries in the coverage summary.

Workflow

1. Establish scope and coverage

  • Identify the exact change set and its baseline.
  • Read applicable project instructions before judging behavior.
  • List the files and hunks actually reviewed.
  • Separate facts observed in the supplied context from assumptions.
  • If core context is missing, continue only with an explicit limited-scope result; never infer a clean review from missing evidence.

2. Generate candidates

Review changed files and materially changed hunks in this order:

  1. Correctness and data integrity
  2. Security, authorization, trust boundaries, and secret handling
  3. Lifecycle, failure handling, retries, cancellation, and cleanup
  4. Concurrency, ordering, idempotency, and duplicate side effects
  5. Compatibility, migrations, and public contract changes
  6. Resource usage and performance
  7. Tests, observability, and maintainability when they affect behavior

Read the full file on GitHub · 149 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. 4d ago First seen · 149 lines · 23 tokens per session scan A a1cae30b8749

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository holon-run/holon (135 stars, last pushed today), licensed Apache-2.0. It adds 23 tokens to every session and 1,180 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.

Related

Other skills, from other repositories