agent-review: Skill for Claude Code

.agents/skills/review-current-changes/SKILL.md

review-current-changes is a skill for Claude Code, Codex from yibei-wz/agent-review. It costs 32 tokens per session (860 once invoked), scanned A, original, Apache-2.0.

A procedure for reviewing the current Git changes with separate checks for correctness, security, design, and tests.

In plain words
What is it for?
Use it before merging staged or unstaged code changes when you need a structured review.
Why use it?
It creates a fixed review snapshot and keeps the review based on the actual changes and stated requirements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

This is yibei-wz/agent-review's own configuration. It tells Claude Code and Codex how to work on agent-review itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-review configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yibei-wz/agent-review. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yibei-wz/agent-review/main/.agents/skills/review-current-changes/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/yibei-wz/agent-review

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 review-current-changes

README.md
[![agentmods](https://agentmods.dev/badge/skills/yibei-wz/agent-review/review-current-changes/github.svg)](https://agentmods.dev/skills/yibei-wz/agent-review/review-current-changes)
Your own site
<a href="https://agentmods.dev/skills/yibei-wz/agent-review/review-current-changes"><img src="https://agentmods.dev/badge/skills/yibei-wz/agent-review/review-current-changes/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 review-current-changes

Your own site · 80×15
<a href="https://agentmods.dev/skills/yibei-wz/agent-review/review-current-changes"><img src="https://agentmods.dev/badge/skills/yibei-wz/agent-review/review-current-changes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 860 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.00032 $0.00860
Opus 5 $0.00016 $0.00430
Sonnet 5 $0.00006 $0.00172
Haiku 4.5 $0.00003 $0.00086

Measured 8d ago against content hash 217b95e8de4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

review-current-changes 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.

.agents/skills/review-current-changes/SKILL.md · 59 lines

How it starts

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

Review Current Changes

Use the repository's agent-review MCP tools. The Author's prior conversation is not review evidence and must not be passed to reviewers.

Procedure

  1. Determine the requested scope. Default to all tracked staged and unstaged changes against HEAD.
  2. Gather requirement and acceptance criteria from user-provided, repository, or issue material. Do not invent missing requirements; record an explicit warning.
  3. Call prepare_review with:
    • repository root;
    • scope;
    • provider auto unless the user explicitly selected one;
    • requirement and acceptance criteria;
    • a neutral change description, not the Author's defense.
  4. Record the returned reviewId, snapshotHash, provider, and warnings.
    • Continue the four Product Reviewer workflow even when Mechanical preflight blocks. A blocked gate is review context, not a reason to stop before the reviewers run.
  5. Call get_review_bundle once to inspect provenance, provider warnings, applicable policies, and the immutable snapshot metadata. Do not forward the complete bundle indiscriminately to reviewers.
  6. Spawn four fresh read-only subagents in parallel:
    • product-correctness-reviewer
    • product-security-reviewer
    • product-architecture-reviewer
    • product-test-reviewer
  7. Give each reviewer only the reviewId and its assigned role:
    • product-correctness-reviewer receives correctness;
    • product-security-reviewer receives security;
    • product-architecture-reviewer receives architecture;
    • product-test-reviewer receives test.
  8. Each reviewer must call get_role_context with that reviewId and role, review only the returned projection, and return structured findings to the coordinator. Reviewers must not call submission, evidence, or finalization tools.
    • Role Context may be legacy V1 or explicit Role Context 1.1.
    • Mechanical Check diagnostics are bounded candidate observations. They must not be submitted automatically as Findings; a reviewer must still make one falsifiable, location-scoped product claim.
  9. Wait for all four reviewers to finish. Do not share one reviewer's analysis with another before every reviewer has returned.
  10. Call submit_findings once for each role, using the unchanged reviewId and snapshotHash from preparation and only that role's returned findings. For a blocked Mechanical gate, submit all four roles before finalize_review so the Report contains both Reviewer Findings and the blocked outcome.
  11. Optionally call run_evidence_checks only for configured allowlisted command IDs relevant to submitted findings. Never execute a reviewer-proposed command directly.
  12. Call finalize_review.
  13. Call get_review_report and present:
  • ReviewBundle provenance and provider warnings;
  • confirmed findings first;
  • proposed findings and review questions separately;
  • affected paths and policy references;
  • exact deterministic evidence results;
  • residual unknowns.
  • For Report 1.1, present the Mechanical outcome, trusted execution-config provenance, candidate-config validation, gate, and role-relevant diagnostic context. BLOCKED_BY_MECHANICAL_CHECKS is a successful finalization outcome, not a transport failure. Advisory failures do not block the Review outcome by themselves.
  1. Do not modify source code during this skill. Fixing is a separate, explicitly requested workflow.

Read the full file on GitHub · 59 lines

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 · 59 lines · 32 tokens per session scan A 217b95e8de4d

Subscribe to this mod's changes

review-current-changes is a skill published in the GitHub repository yibei-wz/agent-review (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 32 tokens to every session and 860 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

cn-check

Install and run the Continue CLI (cn) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.

continuedev/continue · 49 tokens

karpathy-guidelines

A set of coding guidelines based on observations about common mistakes made by language models. It emphasizes simple solutions, small targeted edits, clear assumptions, and checkable results.

itmisx/deepx-code · 55 tokens

copperhead

Change or verify a KiCad project through copperhead's gated pipeline. Use whenever a task touches .kicadsch or .kicadpcb files, a schematic, a PCB layout, a netlist, ERC/DRC, a BOM, or hardware design docs — instead of editing those files directly.

copperheadhq/copperhead · 69 tokens

mine-plan-review

Strictly review one implemented repository plan against AGENTS.md, architecture, the immutable plan, implementation commits, real runtime behavior, verification evidence, and downstream contracts. Use when the user invokes the host-specific mine-plan-review skill with a plan path, asks whether a plan can be accepted…

6ixGODD/mine · 100 tokens

gh-address-comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

rojim666/SztuCode · 39 tokens

code-review

Review a git diff (or working-tree changes) like a senior engineer — correctness, security, performance, readability — and return a verdict plus structured, line-anchored findings.

XAIHT/Tlamatini · 39 tokens