code-reviewer

code-reviewer is a skill for Claude Code, Codex from nvdigitalsolutions/mcp-ai-wpoos. It costs 44 tokens per session (878 once invoked), scanned A, original, no licence file.

A code-review workflow that checks software for quality, simplicity, and maintainability. It looks for duplicated code, oversized functions, unnecessary abstractions, naming problems, and missing error handling, then fixes them.

In plain words
What is it for?
Use it to review and clean up code, simplify structure, improve names, and add missing error handling.
Why use it?
It helps remove common sources of confusing, repetitive, and fragile code before the result is presented.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to review and clean up code, simplify structure, improve names, and add missing error handling.

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

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-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/nvdigitalsolutions/mcp-ai-wpoos/code-reviewer/github.svg)](https://agentmods.dev/skills/nvdigitalsolutions/mcp-ai-wpoos/code-reviewer)
Your own site
<a href="https://agentmods.dev/skills/nvdigitalsolutions/mcp-ai-wpoos/code-reviewer"><img src="https://agentmods.dev/badge/skills/nvdigitalsolutions/mcp-ai-wpoos/code-reviewer/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-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/nvdigitalsolutions/mcp-ai-wpoos/code-reviewer"><img src="https://agentmods.dev/badge/skills/nvdigitalsolutions/mcp-ai-wpoos/code-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 878 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00044 $0.00878
Opus 5 $0.00022 $0.00439
Sonnet 5 $0.00009 $0.00176
Haiku 4.5 $0.00004 $0.00088

Measured 9d ago against content hash 06690d18ca6b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

code-reviewer scanned grade A with 1 finding 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 9d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

const res = await fetch(path);
includes/bundled-skills/code-reviewer/SKILL.md · 107 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 9d ago First seen · 107 lines · 44 tokens per session scan A 06690d18ca6b

Subscribe to this mod's changes

code-reviewer is a skill published in the GitHub repository nvdigitalsolutions/mcp-ai-wpoos (5 stars, last pushed yesterday), with no licence file. It adds 44 tokens to every session and 878 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

kiss-dry-yagni

Principes KISS, DRY, YAGNI. Use when reviewing code quality or refactoring.

TheBeardedBearSAS/claude-craft · 0 tokens

rubber-ducky

Use when you've planned a non-trivial change and are about to implement it, finished a complex or multi-file piece of work, just wrote tests, or are stuck on repeated failures — and any time the user says "rubber duck this", "rubber ducky", "get a second opinion", "sanity-check my plan", "poke holes in this", "what am…

harnessprotocol/harness-kit · 186 tokens

debugging

Systematic root-cause debugging: reproduce, investigate, hypothesize, fix with verification. Use when asked to "debug this", "fix this bug", "why is this failing", "troubleshoot", or mentions errors, stack traces, broken tests, flaky tests, regressions, or unexpected behavior.

iliaal/whetstone · 65 tokens

ia-c-systems

C patterns for systems code, libraries, and native extensions: module layout, function decomposition, status-enum errors, memory safety, undefined behavior, and performance measurement. Use when writing, reviewing, refactoring, or debugging C, working with malloc lifetimes, buffer overflows, sanitizers, or Valgrind…

iliaal/whetstone · 84 tokens

ia-verification-before-completion

Enforces fresh verification evidence before any completion claim. Use when about to claim "tests pass", "bug fixed", "done", "ready to merge", handing off work, or before editing when a request has ambiguous scope.

iliaal/whetstone · 52 tokens

audit-and-fix

Audit an existing codebase, then autonomously implement the fixes it judges worth making against your next goal — composing deep-dive → triage → prompt-pack → build-loop to turn "here's what's wrong" into verified, receipted local commits + an honest ledger. ALWAYS invoke when the user says any of "audit this repo and…

nelsonwerd/idea-to-ship-skills · 234 tokens