code-review

code-review is a skill for Claude Code, Codex from TeamDzX/myllm-skills. It costs 34 tokens per session (186 once invoked), scanned A, original, MIT.

A focused review of shared code for bugs, security problems, and important clarity issues. It reports specific findings and suggests a small correction for the most important problem.

In plain words
What is it for?
Use it when someone provides a code snippet and wants practical feedback. It covers correctness, security, style, and a suggested patch.
Why use it?
It helps catch incorrect behavior, unsafe input handling, exposed secrets, and misleading code without rewriting code that does not need changing.

Skill for Claude CodeCodex

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

Good fit Use it when someone provides a code snippet and wants practical feedback. It covers correctness, security, style, and a suggested patch.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/teamdzx/myllm-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 TeamDzX/myllm-skills --skill code-review
Clone the repo
git clone --depth 1 https://github.com/TeamDzX/myllm-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/teamdzx/myllm-skills/code-review/github.svg)](https://agentmods.dev/skills/teamdzx/myllm-skills/code-review)
Your own site
<a href="https://agentmods.dev/skills/teamdzx/myllm-skills/code-review"><img src="https://agentmods.dev/badge/skills/teamdzx/myllm-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/teamdzx/myllm-skills/code-review"><img src="https://agentmods.dev/badge/skills/teamdzx/myllm-skills/code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 186 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.00034 $0.00186
Opus 5 $0.00017 $0.00093
Sonnet 5 $0.00007 $0.00037
Haiku 4.5 $0.00003 $0.00019

Measured 8d ago against content hash c5539a69e2b3, 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 8d 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 · 28 lines

What it actually says

Code review

Review the provided code. Structure the response as:

Bugs & correctness

  • Each issue with a one-line explanation and a suggested fix.

Security

  • Injection, secrets in source, unsafe input handling, etc. (or "none found").

Style & clarity

  • Naming, structure, dead code — only changes that actually matter.

Suggested patch

  • A short corrected snippet for the most important fix.

Rules:

  • Be specific and cite the line or symbol you mean.
  • Don't rewrite the whole thing unless asked.
  • If the code is fine, say so plainly rather than inventing problems.
  • Match the language's idioms; don't impose another language's conventions.
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. 8d ago First seen · 28 lines · 34 tokens per session scan A c5539a69e2b3

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository TeamDzX/myllm-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 186 once invoked, about $0.0002 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

tex-render

Renders LaTeX math to PNG, JPEG, WebP, or AVIF images using MathJax (TeX→SVG) and @svg-fns/svg2img. Invoke whenever the agent needs to output LaTeX as a viewable image (equations, formulas, notation).

LFTPadilla/agent-dev-kit · 63 tokens

web-browse

Navigate websites and interact with web pages as a human user. Use when needing to browse, scrape, extract data from, or interact with websites that require real browser behavior (login flows, dynamic content, CAPTCHAs, bot detection, etc.). Triggers on phrases like "browse to", "go to website", "open webpage", "check…

LFTPadilla/agent-dev-kit · 100 tokens

diagram-render

Renders network diagrams, flowcharts, and infrastructure diagrams as PNG images using SVG generation and sharp. Use when the agent needs to output a network diagram, system architecture, flowchart, or infrastructure map as a viewable image. Triggers on: "make a diagram", "render this network", "show infrastructure as…

LFTPadilla/agent-dev-kit · 82 tokens

excel-xlsx

Create Microsoft Excel .xlsx spreadsheets from tables, CSV/TSV, Markdown tables, or JSON data. Use when the user asks for Excel, spreadsheet, .xlsx, tabla editable, budget, inventory, report table, calculations, or data they need to open/edit in Microsoft Excel.

LFTPadilla/agent-dev-kit · 61 tokens

word-docx

Create Microsoft Word .docx documents from a title and body text. Use when the user asks for a Word file, .docx, formal letter, proposal, quote, report, or document to edit/share in Microsoft Word.

LFTPadilla/agent-dev-kit · 50 tokens

image-finalize

Two-stage image generation workflow. First asks clarifying questions, then uses minimax for fast iterative drafts, then gemini-3-pro-image-preview for final polish. Trigger on image generation requests, editing/refining images, or when user wants to produce a final version.

LFTPadilla/agent-dev-kit · 58 tokens