code-review

code-review is a skill for Claude Code, Codex from pueraeternis/agentic-project-template. It costs 0 tokens per session (768 once invoked), scanned A, original, MIT.

A final review step for completed code changes. It checks the work against the approved plan, architecture, coding rules, repository consistency, and intended scope.

In plain words
What is it for?
Use it to review finished implementation before acceptance or committing progress, using project plans and documents such as PROJECT.md, ROADMAP.md, ARCHITECTURE.md, and ENGINEERING.md.
Why use it?
It catches changes that do not match the agreed design or quietly add unintended work before they become part of the project’s recorded history.

Skill for Claude CodeCodex

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 skills/pueraeternis/agentic-project-template/code-review
Any agent
npx skills add pueraeternis/agentic-project-template --skill code-review
Clone the repo
git clone --depth 1 https://github.com/pueraeternis/agentic-project-template

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/pueraeternis/agentic-project-template/code-review.svg)](https://agentmods.dev/skills/pueraeternis/agentic-project-template/code-review)
Your own site
<a href="https://agentmods.dev/skills/pueraeternis/agentic-project-template/code-review"><img src="https://agentmods.dev/badge/skills/pueraeternis/agentic-project-template/code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 768 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.00000 $0.00768
Opus 5 $0.00000 $0.00384
Sonnet 5 $0.00000 $0.00154
Haiku 4.5 $0.00000 $0.00077

Measured 4d ago against content hash 8bca142bfb39, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 · 241 lines

How it starts

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

Code Review

Purpose

This skill reviews completed implementation before it becomes part of the project's engineering history.

The objective is to verify that the implementation:

  • satisfies the approved implementation plan;
  • follows the documented architecture;
  • follows the approved engineering conventions;
  • preserves repository consistency;
  • introduces no unintended scope.

Code Review is the final quality gate before recording project progress.


Lifecycle Stage

Plan Implementation
        ↓
Code Review
        ↓
Progress Update

Code Review validates completed implementation.

It does not redesign the project.


Role

Primary role:

Review Agent


When to Use

Use this skill when:

  • implementation has been completed;
  • validation has been performed;
  • documentation has been updated;
  • implementation is ready for acceptance.

Perform Code Review before committing completed work to project history.


Inputs

Required:

  • approved implementation plan;
  • implementation changes;
  • PROJECT.md;
  • ROADMAP.md;
  • ARCHITECTURE.md;
  • ENGINEERING.md.

Additional references:

  • ADRs;
  • completed plans;
  • current repository state.

Outputs

Produce one review outcome:

  • Approved
  • Approved with Minor Suggestions
  • Changes Requested

Every requested change should include clear reasoning and evidence.


Procedure

Step 1 — Understand the Intent

Review:

  • implementation plan;
  • implementation scope;
  • acceptance criteria;
  • validation requirements.

Understand the approved engineering intent before reviewing code.


Step 2 — Review the Implementation

Evaluate:

  • correctness;
  • completeness;
  • maintainability;
  • readability;
  • consistency.

Look for unintended behavior and incomplete implementation.


Step 3 — Verify Scope Compliance

Confirm that:

  • only approved functionality has been implemented;
  • no undocumented features have been introduced;
  • no unrelated refactoring has occurred;
  • implementation remains within approved scope.

Read the full file on GitHub · 241 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 · 241 lines · 0 tokens per session scan A 8bca142bfb39

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository pueraeternis/agentic-project-template (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 768 tokens. 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.