code-review

code-review is a skill for Claude Code, Codex from abdullah1854/MCPGateway. It costs 0 tokens per session (1,748 once invoked), scanned A, original, MIT.

A structured review of a GitHub pull request, which is a proposed code change waiting for approval. It checks the change, project instructions, bugs, and earlier review context.

In plain words
What is it for?
Use it to review pull requests for bugs, project-rule violations, security concerns, and guidance about code comments.
Why use it?
It helps find problems that a quick manual review can miss and avoids reviewing drafts, closed requests, or changes already reviewed.

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

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/abdullah1854/mcpgateway/code-review.svg)](https://agentmods.dev/skills/abdullah1854/mcpgateway/code-review)
Your own site
<a href="https://agentmods.dev/skills/abdullah1854/mcpgateway/code-review"><img src="https://agentmods.dev/badge/skills/abdullah1854/mcpgateway/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 1,748 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.01748
Opus 5 $0.00000 $0.00874
Sonnet 5 $0.00000 $0.00350
Haiku 4.5 $0.00000 $0.00175

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

The scan reads SKILL.md. This mod also ships 2 executable files (index.ts, scripts/review_checklist.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/code-review/SKILL.md · 276 lines

How it starts

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

code-review

Comprehensive code review for pull requests using parallel agents. Reviews for CLAUDE.md compliance, bugs, historical context, previous PR comments, and code comment guidance.

Metadata

  • Version: 2.0.0
  • Category: code-quality
  • Source: anthropic-official
  • License: MIT

Tags

code-review, pr-review, security, bugs, claude-md, agents

MCP Dependencies

  • GitHub CLI (gh) for PR interaction

Inputs

  • pr_number (string) (optional): Pull request number to review
  • confidence_threshold (number) (optional): Minimum confidence to report (default: 80)

Review Process

Phase 1: Eligibility Check (Haiku Agent)

Check if the PR:

  • Is closed
  • Is a draft
  • Doesn't need review (automated or very simple)
  • Already has a code review from earlier

If any condition is true, do not proceed.

Phase 2: CLAUDE.md Discovery (Haiku Agent)

Find all relevant CLAUDE.md files:

  • Root CLAUDE.md (if exists)
  • CLAUDE.md files in directories whose files the PR modified

Phase 3: PR Summary (Haiku Agent)

View the pull request and return a summary of the change.

Phase 4: Parallel Review (5 Sonnet Agents)

Launch 5 agents in parallel to independently code review:

Agent Focus Area
#1 CLAUDE.md compliance audit
#2 Shallow bug scan (focus on changes, avoid false positives)
#3 Git blame and history context for bugs
#4 Previous PRs and comments that may apply
#5 Code comments compliance in modified files

Each agent returns a list of issues with reasons (CLAUDE.md adherence, bug, historical context, etc.)

Phase 5: Confidence Scoring (Parallel Haiku Agents)

For each issue found, launch a Haiku agent to score confidence:

Score Meaning
0 Not confident - false positive or pre-existing issue
25 Somewhat confident - might be real, couldn't verify
50 Moderately confident - real but minor/nitpick
75 Highly confident - verified real issue, important
100 Absolutely certain - confirmed, will happen frequently

Read the full file on GitHub · 276 lines

Files

What ships with it

4 files 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. 3d ago First seen · 276 lines · 0 tokens per session scan A b649e1242d1c

Subscribe to this mod's changes

code-review is a skill published in the GitHub repository abdullah1854/MCPGateway (15 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,748 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-30.

Related

Other skills, from other repositories

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

client-scripts

Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.

serac-labs/serac · 45 tokens

agoragentic-transaction-assurance

Prepare, evaluate, and reconcile autonomous agent transactions without self-granting payment or owner authority. Use when an agent must bind principal authority, seller terms, payment evidence, execution, delivered outcome, and reconciliation; handle paid retries safely; or prepare an authority request for owner…

rhein1/agoragentic-integrations · 65 tokens

debugging-mutations

Verify what changed on a ServiceNow instance after a tool call — sysaudit inspection, syslog/transaction logs, session context, Flow Designer execution logs, outbound HTTP traces.

serac-labs/serac · 41 tokens

maya-shot-export

Pipeline stage — shot-level export: frame ranges, cameras, FBX / Alembic packaging for editorial. Use when packaging shot data for downstream departments. Not for full pipeline publish (maya-pipeline) or scene assembly (maya-scene-assembly).

dcc-mcp/dcc-mcp-maya · 60 tokens

bdd-container-update

Update the BDD test container image when its dependencies or runtime change. Determines version bump (major vs minor vs patch), rebuilds the Docker image, pushes to GitLab registry, and updates the image tag in starttest.sh. Test source (tests/, features/, scripts/, data/, conftest.py) is bind-mounted from the host…

NVIDIA-AI-Blueprints/video-search-and-summarization · 117 tokens