code-review

code-review is a skill for Claude Code, Codex from xg-gh-25/SwarmAI. It costs 52 tokens per session (176 once invoked), scanned A, original, MIT.

A structured way to inspect pull requests, files, or code changes and report specific findings.

In plain words
What is it for?
Use it to review a pull request, file, or diff for code quality and receive actionable feedback.
Why use it?
It helps turn a broad code check into clear issues that a developer can act on. It also separates general code review from reviews focused only on website design or automatic fixes.

Skill for Claude CodeCodex

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

Good fit Use it to review a pull request, file, or diff for code quality and receive actionable feedback.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xg-gh-25/swarmai/s_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 xg-gh-25/SwarmAI --skill s_code-review
Clone the repo
git clone --depth 1 https://github.com/xg-gh-25/SwarmAI

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/xg-gh-25/swarmai/s_code-review/github.svg)](https://agentmods.dev/skills/xg-gh-25/swarmai/s_code-review)
Your own site
<a href="https://agentmods.dev/skills/xg-gh-25/swarmai/s_code-review"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_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/xg-gh-25/swarmai/s_code-review"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 176 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00052 $0.00176
Opus 5 $0.00026 $0.00088
Sonnet 5 $0.00010 $0.00035
Haiku 4.5 $0.00005 $0.00018

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

backend/skills/s_code-review/SKILL.md · 18 lines

What it actually says

Code Review

This skill loads full instructions on activation. Read INSTRUCTIONS.md before proceeding.

TRIGGER: "review code", "code review", "review PR", "review this file", "check code quality", "review my changes", "PR review" DO NOT USE: for UI/frontend-specific review (use web-design-review) or for auto-fixing code (use simplify)

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. 10d ago First seen · 18 lines · 52 tokens per session scan A df1d2cd9dbec

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository xg-gh-25/SwarmAI (44 stars, last pushed 2d ago), licensed MIT. It adds 52 tokens to every session and 176 once invoked, about $0.0003 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

preflight

Executed pre-completion checklist — third sibling of /prospect (before execution) and /retrospect (after shipping). Six checks, three outcomes each (PASS/FAIL/INVALID); an unrun check blocks the verdict. Catches failures that emit no error: a check whose FORM bounds what it finds, and a decision correct in isolation…

mikeprasad/aria-knowledge · 122 tokens

audit

Umbrella for the audit family. Routes to the sub-audits: knowledge (backlog→knowledge promotion), config (CLAUDE.md/settings drift), style (mine session-log history for revealed working-style rules), and usage (value/ROI report for your own corpus). Use '/audit' for a menu, or '/audit knowledge|config|style|usage|all'…

mikeprasad/aria-knowledge · 99 tokens

learn-from-sage

Detection-gap (miss) analysis for Code Review Sage. Learn from shipped fixes, acted-on human comments, and design outcomes to close reviewer blind spots. Inline during review stages a candidate; a human triggers a one-shot AI consolidation into the live ruleset.

kirodotdev/KiroCrew · 56 tokens

gsd-ns-review

Route to the appropriate quality / review skill based on the user's intent. gsd-code-review-fix was absorbed by gsd-code-review --fix in #2790.

open-gsd/gsd-core · 16 tokens

nw-review-workflow

Detailed review process, v2 validation checklist, and scoring methodology for agent definition reviews.

nWave-ai/nWave · 21 tokens

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

a5c-ai/babysitter · 23 tokens