code-review

code-review is a skill for Claude Code, Codex from huuanh20/awesome-ai-agent-skills. It costs 148 tokens per session (969 once invoked), scanned A, original, MIT.

A set of code-review practices for checking changes carefully and supporting review discussions.

In plain words
What is it for?
Use it when reviewing feedback, requesting a review, checking completed work, or preparing a commit or pull request.
Why use it?
It helps prevent unsupported claims that work is finished and keeps technical decisions based on evidence.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

Good fit Use it when reviewing feedback, requesting a review, checking completed work, or preparing a commit or pull request.

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

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/huuanh20/awesome-ai-agent-skills/code-review/github.svg)](https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/code-review)
Your own site
<a href="https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/code-review"><img src="https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/code-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 code-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/code-review"><img src="https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 969 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.00148 $0.00969
Opus 5 $0.00074 $0.00485
Sonnet 5 $0.00030 $0.00194
Haiku 4.5 $0.00015 $0.00097

Measured 10d ago against content hash 5848cf9d7253, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 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.

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/skills/code-review/SKILL.md · 117 lines

How it starts

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

Code Review

Apply code review practices with technical rigor, evidence-based claims, and verification over performative responses.

References

Practice When to load File
Receiving feedback Unclear/questionable feedback, conflict with reviewer references/code-review-reception.md
Requesting review After each task, before merge — use /code-review references/requesting-code-review.md
Verification gates Before any completion/success claim references/verification-before-completion.md

Overview

Code review requires three distinct practices:

  1. Receiving feedback — Technical evaluation over performative agreement
  2. Requesting reviews — Systematic review via code-reviewer subagent
  3. Verification gates — Evidence before any completion claims

Core Principle

Technical correctness over social comfort. Verify before implementing. Ask before assuming. Evidence before claims.

When to Use This Skill

Receiving Feedback

Trigger when:

  • Receiving code review comments from any source
  • Feedback seems unclear or technically questionable
  • Multiple review items need prioritization
  • Suggestion conflicts with existing decisions

Requesting Review

Trigger when:

  • Completing tasks in subagent-driven development (after EACH task)
  • Finishing major features or refactors
  • Before merging to main branch
  • After fixing complex bugs

Use /code-review (local) or /code-review <PR> (PR mode). ck:cook, ck:quality, and ck:test remain separate gates; run final code review after their required artifacts are current.

Verification Gates

Trigger when:

  • About to claim tests pass, build succeeds, or work is complete
  • Before committing, pushing, or creating PRs
  • Moving to next task
  • Any statement suggesting success/completion

Quick Decision Tree

Read the full file on GitHub · 117 lines

Files

What ships with it

3 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. 10d ago First seen · 117 lines · 148 tokens per session scan A 5848cf9d7253

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository huuanh20/awesome-ai-agent-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 148 tokens to every session and 969 once invoked, about $0.0007 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 skills, from other repositories

check-mcp-json

Safely review, triage, repair, and merge ToolSDK MCP Registry package JSON pull requests. Use when an agent needs to validate files under packages/, detect duplicate registry keys, classify community PRs, make authorized fixes on contributor branches, close invalid or duplicate PRs, or squash-merge approved PRs.

toolsdk-ai/toolsdk-mcp-registry · 68 tokens

review

Review Playwright tests for quality. Use when user says "review tests", "check test quality", "audit tests", "improve tests", "test code review", or "playwright best practices check".

adriannoes/awesome-agentic-ai · 44 tokens

skill-static-review

A checklist-based review skill for inspecting an agent skill's files, instructions, dependencies, and expected outputs before release. It produces a structured quality report rather than running the skill.

Orkas-AI/Orkas-Awesome-AgentSkills · 3 tokens

github-maintainer

Use this when the user wants maintainer-grade judgment over a GitHub project queue. The goal is not just to list issues or pull requests; it is to decide what each item means, what evidence exists, what is risky, and what should happen next.

Orkas-AI/Orkas-Awesome-AgentSkills · 3 tokens

jury

Standalone cross-family cascade-then-jury reviewer. Use when the user says "jury", "cross-family review", "judge this", "jury beats judge", or "review with a panel". Runs a free OAuth-local-CLI jury core: Gemini-Flash + GPT small-fish first, then one cross-family tiebreaker only when needed.

Exponential-OS/prompt-engineering-in-action · 73 tokens

code-review-and-quality

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

ishandutta2007/Awesome-Agent-Skills · 51 tokens