review-impl

review-impl is a skill for Claude Code, Codex from sergeyklay/.agents. It costs 155 tokens per session (1,722 once invoked), scanned A, original, Apache-2.0.

A review process for checking completed coding work against a task and the project's architectural standards.

In plain words
What is it for?
Use it to review a pull request, recently committed code, or another implementation. It can resolve task details from GitHub or Jira references when needed.
Why use it?
It helps identify incorrect or poorly structured implementation changes before they are accepted. It uses the task description as the basis for judging the work.

Skill for Claude CodeCodex

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

Good fit Use it to review a pull request, recently committed code, or another implementation. It can resolve task details from GitHub or Jira references when needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sergeyklay/.agents/review-impl
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 sergeyklay/.agents --skill review-impl
Clone the repo
git clone --depth 1 https://github.com/sergeyklay/.agents

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sergeyklay/.agents/review-impl"><img src="https://agentmods.dev/badge/skills/sergeyklay/.agents/review-impl.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,722 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.00155 $0.01722
Opus 5 $0.00077 $0.00861
Sonnet 5 $0.00031 $0.00344
Haiku 4.5 $0.00015 $0.00172

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

Security

Grade A, and why

review-impl 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 2d 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-impl/SKILL.md · 137 lines

How it starts

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

Implementation Review

Task

What was implemented: Provided by the user as a task description or task tracker reference.

Process

Step 1: Resolve Task Reference

  • If the invoker has already quoted the issue title and body in this prompt (typical when an orchestrator fetched the tracker in an earlier phase and passed the context forward), use those values as the canonical task description for all subsequent steps and do not re-fetch.
  • Otherwise, if the task description above contains a GitHub issue URL (e.g. https://github.com/owner/repo/issues/123) or a shorthand reference (e.g. owner/repo#123 or #123), run gh issue view <url-or-reference> --json title,body to fetch the issue title and body. Use the fetched title and body as the canonical task description for all subsequent steps.
  • Otherwise, if the task description above contains a Jira issue URL (e.g. https://yourcompany.atlassian.net/browse/PROJ-123), use appropriate Agent Skills and/or MCP tools to fetch the issue summary and description, and use those as the canonical task description for all subsequent steps.
  • If the task description is plain text and no issue context was provided, skip this step.

Step 2: Understand the Project

Before evaluating any changes, build a mental model of the system:

  1. Read project context files: CLAUDE.md, AGENTS.md, GEMINI.md, README.md, ARCHITECTURE.md, and anything in docs/.
  2. List the project root and key subdirectories to understand module structure and layering.
  3. Read build/dependency manifests to understand the tech stack.
  4. Search for code review standards or guidelines the project defines.

Step 3: Understand the Task

Analyze the task description to determine:

  • What problem is being solved or what capability is being added?
  • Which architectural layers and modules should be affected?
  • What quality attributes matter most for this change (correctness, performance, security, maintainability)?

Step 4: Discover What Changed

Read the full file on GitHub · 137 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. 2d ago Changed · +17 lines 947a884ba6f0
  2. 9d ago First seen · 120 lines · 155 tokens per session scan A 29a56c277316

Subscribe to this mod's changes

review-impl is a skill published in the GitHub repository sergeyklay/.agents (5 stars, last pushed today), licensed Apache-2.0. It adds 155 tokens to every session and 1,722 once invoked, about $0.0008 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

gemini

Cross-model second opinion from Google Gemini — a different AI reviewing the same changes, with deep Google ecosystem knowledge. Three modes: review (pass/fail gate for Google Ads campaigns, SEO metadata, or code), challenge (adversarial stress-test that tries to break your changes), and consult (open Q&A with Gemini…

nowork-studio/notfair-plugin · 184 tokens

audit

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

oliver-kriska/claude-elixir-phoenix · 35 tokens

review

Review code with parallel agents — tests, security, Ecto, LiveView, Oban. Use after implementation to catch bugs and anti-patterns before committing.

oliver-kriska/claude-elixir-phoenix · 34 tokens

phx-pr-review

Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.

oliver-kriska/claude-elixir-phoenix · 61 tokens

challenge

Challenge mode reviews - rigorous questioning before approving changes. Use when you want thorough scrutiny of Ecto changes, LiveView events, OTP designs, or PR readiness.

oliver-kriska/claude-elixir-phoenix · 34 tokens

phx-review

Review changed Elixir/Phoenix code read-only. Check requirements, cite evidence, deduplicate findings, and return a severity-based verdict.

oliver-kriska/claude-elixir-phoenix · 32 tokens