reviewer

reviewer is a skill for Claude Code from switchbm/claude-redline. It costs 0 tokens per session (160 once invoked), scanned A, original, MIT.

A writing guide for turning complex code changes into documents that people can quickly read and comment on.

In plain words
What is it for?
Preparing review summaries with links to exact files and lines, lists of changes, explanations of trade-offs, and questions for reviewers.
Why use it?
It makes reviews clearer by showing what changed, why decisions were made, and where feedback is needed.

Skill for Claude Code

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

Part of the redline plugin — 1 skill, 1 command, 1 MCP server shipped together

Good fit Preparing review summaries with links to exact files and lines, lists of changes, explanations of trade-offs, and questions for reviewers.

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

Made for: Claude Code.

Or install redline, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 MCP server.

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 reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/switchbm/claude-redline/reviewer.svg)](https://agentmods.dev/skills/switchbm/claude-redline/reviewer)
Your own site
<a href="https://agentmods.dev/skills/switchbm/claude-redline/reviewer"><img src="https://agentmods.dev/badge/skills/switchbm/claude-redline/reviewer.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 160 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.00000 $0.00160
Opus 5 $0.00000 $0.00080
Sonnet 5 $0.00000 $0.00032
Haiku 4.5 $0.00000 $0.00016

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

Security

Grade A, and why

reviewer 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.

skills/reviewer/SKILL.md · 26 lines

What it actually says

Reviewer Skill

Expert at preparing clear, reviewable documents for human feedback.

Capabilities

  • Structure complex changes into scannable sections
  • Use [[file:path:line]] code references for context
  • Present trade-offs and decisions clearly
  • Format for inline commenting

Review Document Structure

  1. Summary - 2-3 sentence overview
  2. Changes - Bulleted list with code refs
  3. Decisions - Choices made and why
  4. Questions - Items needing input

Best Practices

  • Keep sections focused and concise
  • Use numbered lists for items that may receive comments
  • Include code references to relevant source files
  • Present options clearly when decisions are needed
  • End with explicit questions if input is required
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 · 26 lines · 0 tokens per session scan A 0148c1a1e66c

Subscribe to this mod's changes

reviewer is a skill published in the GitHub repository switchbm/claude-redline (2 stars, last pushed 8mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 160 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-31.

Related

Other skills, from other repositories

code-review-web

Review web application code for bugs, security issues, performance problems, and stack-specific anti-patterns. Use this skill whenever the user wants to review code, debug a production issue, investigate a build failure, audit security, or check a PR before merging. Triggers on code review, review my code, debug…

rampstackco/claude-skills · 121 tokens

design-standards

Apply production-grade design standards when building or reviewing pages, components, or UI. Use this skill whenever the user asks to build a page, design a component, lay out a section, review the UI, fix the layout, or check design quality. Triggers on build a page, create a component, design a section, hero, card…

rampstackco/claude-skills · 122 tokens

generic-react-code-reviewer

Review React/TypeScript code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md workflow compliance. Enforces TypeScript strict mode, GPU-accelerated animations, WCAG AA accessibility, bundle size limits, and surgical simplicity. Use when completing features, before commits, or…

travisjneuman/.claude · 71 tokens

generic-fullstack-code-reviewer

Review full-stack code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md compliance. Enforces TypeScript strict mode, input validation, GPU-accelerated animations, and design system consistency. Use when completing features, before commits, or reviewing pull requests.

travisjneuman/.claude · 64 tokens

generic-static-code-reviewer

Review static site code for bugs, security issues, performance problems, accessibility gaps, and CLAUDE.md compliance. Enforces pure HTML/CSS/JS standards, minimal page weight, mobile-first design. Use when completing features, before commits, or reviewing changes.

travisjneuman/.claude · 59 tokens

unity-reviewer

Use when reviewing Unity C# code changes — checks for runtime-breaking bugs, performance anti-patterns, and maintainability issues. Provides severity-tiered review organized as Critical, Performance, and Style.

TheArcForge/Hades · 39 tokens