code-review

code-review is a skill for Claude Code, Codex from eric-tramel/moraine. It costs 81 tokens per session (1,110 once invoked), scanned A, original, Apache-2.0.

A coordinated review workflow for Moraine pull requests or local changes that gathers feedback from separate reviewers focused on style, correctness, completeness, security, and scope.

In plain words
What is it for?
Use it to run a full multi-persona code review, apply accepted fixes, and request follow-up reviews only for areas that still need attention.
Why use it?
It gives one change several focused checks and combines the findings, reducing the chance that an important problem is missed by a single review.

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

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/eric-tramel/moraine/code-review.svg)](https://agentmods.dev/skills/eric-tramel/moraine/code-review)
Your own site
<a href="https://agentmods.dev/skills/eric-tramel/moraine/code-review"><img src="https://agentmods.dev/badge/skills/eric-tramel/moraine/code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,110 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.00081 $0.01110
Opus 5 $0.00041 $0.00555
Sonnet 5 $0.00016 $0.00222
Haiku 4.5 $0.00008 $0.00111

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

plugins/moraine-dev/skills/code-review/SKILL.md · 103 lines

How it starts

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

Code Review

Overview

Use this skill to run one coordinated review wave across all focused review personas, merge their feedback, apply accepted fixes, and follow up only with the reviewer sessions that need another look.

Invoking this skill is an explicit user request for delegated multi-agent review. Do not ask for separate permission to spawn reviewer subagents, and do not collapse the personas into a single local review. If subagent tooling is unavailable, report the delegated review as blocked.

Review Wave

Launch exactly one delegated subagent for each focused skill. Use the invocation form native to the current harness:

Persona skill Codex Kiro
code-review-elegance $moraine-dev:code-review-elegance /code-review-elegance
code-review-idomatic $moraine-dev:code-review-idomatic /code-review-idomatic
code-review-correctness $moraine-dev:code-review-correctness /code-review-correctness
code-review-completeness $moraine-dev:code-review-completeness /code-review-completeness
code-review-security-review $moraine-dev:code-review-security-review /code-review-security-review
code-review-yagni $moraine-dev:code-review-yagni /code-review-yagni
code-review-scope $moraine-dev:code-review-scope /code-review-scope

Give each reviewer the same raw review packet: PR description, cited issue or objective, relevant diff, changed files, validation results, and any constraints from the user. Do not include your intended fix or your private diagnosis in the prompt.

In Codex, use prompts shaped like:

Use $moraine-dev:code-review-correctness to review this PR. Focus only on your persona's facet.
Return findings first, with severity and file/line references when available.
If there are no findings, say so and mention residual risk.

Review packet:
<PR title/body, objective, diff summary, validation, relevant files>

In Kiro, simply name the skill:

Read the full file on GitHub · 103 lines

Files

What ships with it

1 file 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. 4d ago First seen · 103 lines · 81 tokens per session scan A a829c0cec769

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository eric-tramel/moraine (116 stars, last pushed 17d ago), licensed Apache-2.0. It adds 81 tokens to every session and 1,110 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

vector-hybrid-search

Retrieve knowledge from a vector-store collection via the vector-mcp MCP server's vectorsearch tool — semantic (ANN) search, lexical BM25 search, or a hybrid of the two fused with Reciprocal Rank Fusion. Use when the agent must answer a question from an indexed corpus, pull top-k relevant chunks for RAG context, or…

Knuckles-Team/vector-mcp · 113 tokens

smart-search

Use this for hybrid Vector+BM25 search to find specific existing info in the knowledge base—use only for factual, pre-existing content (skip guidance on creating/structuring docs, formatting, external queries, or search method questions).

chainlesschain/chainlesschain · 50 tokens

knowledge-base

Ingest documents (URLs, local files, PDFs) into a searchable local knowledge base and query stored knowledge. Use when ingesting or storing documents, searching previously stored knowledge, or building research context.

JansenAnalytics/claudex · 43 tokens

gpt-researcher

GPT Researcher is an autonomous deep research agent that conducts web and local research, producing detailed reports with citations. Use this skill when helping developers understand, extend, debug, or integrate with GPT Researcher - including adding features, understanding the architecture, working with the API…

assafelovic/gpt-researcher · 79 tokens

bilibili_search

Search for videos on Bilibili using keyword queries generated from user interests.

whiteguo233/OpenBiliClaw · 20 tokens

task-search

在框架预查的候选 bot 集里决出执行者(who)与协作方式(how),返回 4 态 SearchResult(HITSINGLE/HITGROUP/HITMULTIBOTS/MISS)。对齐案例剧本确定式映射。.

inclusionAI/Avernet · 59 tokens