self-review

self-review is a skill for Claude Code from PrabhdeepSingh/claude-plugins. It costs 74 tokens per session (4,862 once invoked), scanned A, original, MIT.

A review process that identifies the riskiest parts of a code change and tells a reviewer where to look closely. It treats the review as a list of concerns, not an approval or quality score.

In plain words
What is it for?
Use it after finishing a change, before requesting review, or while preparing a pull request. It adjusts the review approach for small and substantial diffs and can supply the pull request's risk section.
Why use it?
The person or agent that wrote a change may overlook its weaknesses. Independent review perspectives help expose problems before the change is handed off or shipped.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; positional $N argument.

Part of the sonu plugin — 26 skills, 3 commands shipped together

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/prabhdeepsingh/claude-plugins/self-review
Any agent
npx skills add PrabhdeepSingh/claude-plugins --skill self-review
Clone the repo
git clone --depth 1 https://github.com/PrabhdeepSingh/claude-plugins

Made for: Claude Code.

Or install sonu, the plugin that ships this one along with the rest of its 26 skills, 3 commands.

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 self-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/prabhdeepsingh/claude-plugins/self-review.svg)](https://agentmods.dev/skills/prabhdeepsingh/claude-plugins/self-review)
Your own site
<a href="https://agentmods.dev/skills/prabhdeepsingh/claude-plugins/self-review"><img src="https://agentmods.dev/badge/skills/prabhdeepsingh/claude-plugins/self-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,862 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.1 $0.00074 $0.04862
Opus 5 $0.00037 $0.02431
Sonnet 5 $0.00015 $0.00972
Haiku 4.5 $0.00007 $0.00486

Measured today against content hash ecbeb07ddb7c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

self-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 today.

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.

sonu/skills/self-review/SKILL.md · 152 lines

How it starts

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

Self-review — point attention, don't bless the change

A self-review is not a score. It is not an approval. It is a pointer: here are the spots a reviewer should look hardest at, and here is why. Self-scoring rubber-stamps the model's own work — the model that wrote the code is the least reliable judge of whether it's right. That bias is structural, so on any substantial diff the reading is taken away from the author entirely: independent lenses that never saw this conversation each read the diff cold, and their findings then have to survive a default-reject bar in this session. Author-blindness is defeated by fresh eyes; finding-inflation is defeated by making every finding earn its place.

When to apply this

  • Conductor hand-back (/sonu:build Phase 3) — before handing back to the user.
  • Ship pre-PR fix loop (/sonu:ship Phase 1.5) — each pass of the loop runs this skill; the final pass's list seeds the ## Risk / reviewer attention section of the PR body.
  • Standalone — any time the user says "self-review", "what should I look at", "what's risky here", or similar; or when a change is finished and about to be handed off. When invoked directly as /sonu:self-review, review $ARGUMENTS — the text typed after the invocation; if that token appears literally or is empty, review the working tree / current branch per the diff-picker below.

How to apply this

1. Read the diff.

Pick the right diff command for the current state:

  • Uncommitted changes (working tree dirty): git diff HEADplus git status --porcelain to catch untracked files. Brand-new files never added to the index do not appear in git diff HEAD at all; read each untracked file directly and include it in the review. A change made entirely of new files (a fresh module plus its tests) is the classic case where git diff HEAD shows nothing while there is plenty to review.
  • Just committed (working tree clean, reviewing what was just committed): git show HEAD or git diff HEAD^ HEAD
  • Staged only: git diff --cached
  • Whole branch, about to open a PR (clean multi-commit branch): git diff origin/<base>...HEAD (three dots = diff from the merge base). Reviewing only the last commit on a multi-commit branch misses risks in the earlier ones.

Read the full file on GitHub · 152 lines

Files

What ships with it

2 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. today Changed · +2 lines ecbeb07ddb7c
  2. 5d ago First seen · 150 lines · 74 tokens per session scan A fa63ca7f12a4

Subscribe to this mod's changes

self-review is a skill published in the GitHub repository PrabhdeepSingh/claude-plugins (3 stars, last pushed 4d ago), licensed MIT. It adds 74 tokens to every session and 4,862 once invoked, about $0.0004 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

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

design-everyday-things

Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users keep making…

wondelai/skills · 132 tokens

traction-eos

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…

wondelai/skills · 147 tokens

watch

File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…

SethGammon/Citadel · 70 tokens

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

create-app

Guided journey from a raw app idea to a validated, cleanly architected first version that ships on a sustainable cadence. Orchestrates ten skills phase by phase - lean-startup, design-sprint, clean-architecture, domain-driven-design, clean-code, pragmatic-programmer, system-design, ios-hig-design, 37signals-way…

wondelai/skills · 217 tokens