reviewing-code

reviewing-code is a skill for Claude Code from isvlasov/rageatc-oss. It costs 44 tokens per session (1,366 once invoked), scanned A, original, MIT.

A structured method for reviewing code and other project outputs against requirements, quality standards, security concerns, and design rules. It produces findings grouped by severity with suggested actions.

In plain words
What is it for?
Use it for code reviews, security checks, design-system checks, or a full project review against a product requirements document.
Why use it?
It helps find incorrect behavior, unclear code, weak tests, security problems, and mismatches with the project brief before release.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the rageatc-code-oss plugin — 21 skills, 5 agents, 1 hook shipped together

Good fit Use it for code reviews, security checks, design-system checks, or a full…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/isvlasov/rageatc-oss/reviewing-code
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 isvlasov/rageatc-oss --skill reviewing-code
Clone the repo
git clone --depth 1 https://github.com/isvlasov/rageatc-oss

Made for: Claude Code.

Or install rageatc-code-oss, the plugin that ships this one along with the rest of its 21 skills, 5 agents, 1 hook.

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 reviewing-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/reviewing-code.svg)](https://agentmods.dev/skills/isvlasov/rageatc-oss/reviewing-code)
Your own site
<a href="https://agentmods.dev/skills/isvlasov/rageatc-oss/reviewing-code"><img src="https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/reviewing-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,366 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.00044 $0.01366
Opus 5 $0.00022 $0.00683
Sonnet 5 $0.00009 $0.00273
Haiku 4.5 $0.00004 $0.00137

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

Security

Grade A, and why

reviewing-code 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 7d 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.

plugins/rageatc-code-oss/skills/reviewing-code/SKILL.md · 130 lines

How it starts

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

Reviewing Code

Structured review methodology producing consistent, severity-based, actionable feedback. This skill defines the review process — how to conduct a review, format findings, and decide; the what to look for lives in perspective reference files the orchestrator loads selectively. Non-code artefacts use assessing-quality (rageatc-core-oss); architecture design review is the critic's job at architecture approval.

Perspective Model

Perspectives are reference files under references/ defining what to examine. The orchestrator tells the reviewer-agent which to load.

Reference Focus Typical use
references/spec-compliance.md Does code match the brief and acceptance criteria? All tiers — always loaded
references/code-quality.md Correctness, simplicity, readability, test quality Standard + Thorough
references/security.md Input validation, injection, auth, data exposure Thorough, or when chunk handles user input
references/whole-project.md Full codebase against PRD success criteria End of Standard/Thorough build only
references/design-compliance.md UI matches system.md tokens, depth, patterns Standard + Thorough, when project has system.md and chunk touches UI

Tier defaults (orchestrator may override — e.g., security for a Quick auth fix):

Tier Perspectives loaded
Quick spec-compliance
Standard spec-compliance → code-quality → design-compliance (if system.md exists and chunk touches UI)
Thorough spec-compliance → code-quality → design-compliance (if applicable) → security (as needed)
End-of-build whole-project (standalone, against PRD not brief)

Inputs Required

  • Enriched roadmap chunk — acceptance criteria, file set, purpose (the enriched roadmap IS the brief)
  • ARCHITECTURE.md — patterns, conventions, component boundaries
  • Codebase access and changed files list
  • Test results — or the ability to run the suite
  • Perspective references — loaded by orchestrator
  • For re-reviews: previous review and the developer's changes

Read the full file on GitHub · 130 lines

Files

What ships with it

5 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. 7d ago First seen · 130 lines · 44 tokens per session scan A f7b731bcdc8f

Subscribe to this mod's changes

reviewing-code is a skill published in the GitHub repository isvlasov/rageatc-oss (9 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 1,366 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.