slop-review

slop-review is a skill for Claude Code from dbachelder/slop-review. It costs 165 tokens per session (988 once invoked), scanned A, original, no licence file.

A skill that opens a Monaco-powered window for reviewing the current code changes. Monaco is the code editor technology used in Visual Studio Code, and the window supports comments on lines, files, and the whole review.

In plain words
What is it for?
Reviewing a diff, leaving inline or file-level comments, and asking the agent to address each review item.
Why use it?
It gives you a structured way to inspect AI-generated changes and record issues that the coding agent should fix.

Skill for Claude Code

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

Part of the slop-review plugin — 1 skill, 1 command shipped together

Good fit Reviewing a diff, leaving inline or file-level comments, and asking the agent to address each review item.

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

Made for: Claude Code.

Or install slop-review, the plugin that ships this one along with the rest of its 1 skill, 1 command.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dbachelder/slop-review/slop-review"><img src="https://agentmods.dev/badge/skills/dbachelder/slop-review/slop-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 165 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 988 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 unknown 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.00165 $0.00988
Opus 5 $0.00082 $0.00494
Sonnet 5 $0.00033 $0.00198
Haiku 4.5 $0.00016 $0.00099

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

Security

Grade A, and why

slop-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 11d 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.

plugin/skills/slop-review/SKILL.md · 64 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 11d ago First seen · 64 lines · 165 tokens per session scan A 43d2e47313e2

Subscribe to this mod's changes

slop-review is a skill published in the GitHub repository dbachelder/slop-review (49 stars, last pushed 2mo ago), with no licence file. It adds 165 tokens to every session and 988 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-30.

Related

Other skills, from other repositories

code-review-excellence

This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or improve how a team performs code review.

Galaxy-Dawn/claude-scholar · 43 tokens

qa

Full QA on all session changes using Codex as a second pair of eyes. Use when user says "QA", "full QA", "QA my changes", "QA all your changes", or "use codex to review". Runs git diff, sends changes to Codex for thorough review, and synthesizes findings.

SZoloth/skill-pack · 66 tokens

pr-sweep

Use when you want to sweep all open pull requests across all repos, triage their status, run code reviews on unreviewed PRs, merge what's ready, fix quick blockers, and produce a full status report. Trigger when the user says "check my PRs", "close out open PRs", "what's the status of my PRs", "sweep my PRs", "PR…

harnessprotocol/harness-kit · 0 tokens

rubber-ducky

Use when you've planned a non-trivial change and are about to implement it, finished a complex or multi-file piece of work, just wrote tests, or are stuck on repeated failures — and any time the user says "rubber duck this", "rubber ducky", "get a second opinion", "sanity-check my plan", "poke holes in this", "what am…

harnessprotocol/harness-kit · 186 tokens

open-pr

Use when wrapping up a development task and getting a PR ready — runs local tests, creates a PR (if one doesn't exist) with a structured description template, conducts a code review via the review skill, and checks CI status with quick fixes. Trigger when the user says they're done with a feature, want to open a PR…

harnessprotocol/harness-kit · 111 tokens

review

Use when user invokes /review to review code changes. Also triggers on "review my code", "check this PR", "look at my changes". Accepts a PR number (e.g. /review 123), a path filter (e.g. /review src/auth/), or no argument (reviews current branch vs base). Produces structured per-file review with severity labels…

harnessprotocol/harness-kit · 103 tokens