differential-review

differential-review is a skill for Claude Code from FlorianBruniaux/starmapper. It costs 61 tokens per session (1,564 once invoked), scanned A, original, no licence file.

A security review of the changes in a pull request, commit, or code difference. It uses the surrounding code and version history to judge what could be affected.

In plain words
What is it for?
Reviewing code changes, checking related history and test coverage, estimating affected areas, and producing a Markdown report.
Why use it?
Reviewing only changed lines can miss how a change affects the wider application. This review checks for security regressions, test gaps, and the likely scope of impact.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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

Good fit Reviewing code changes, checking related history and test coverage, estimating affected areas, and producing a Markdown report.

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

Made for: Claude Code.

Or install differential-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 differential-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/florianbruniaux/starmapper/differential-review"><img src="https://agentmods.dev/badge/skills/florianbruniaux/starmapper/differential-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,564 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.00061 $0.01564
Opus 5 $0.00030 $0.00782
Sonnet 5 $0.00012 $0.00313
Haiku 4.5 $0.00006 $0.00156

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

Security

Grade A, and why

differential-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 10d 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.

.claude/plugins/differential-review/skills/differential-review/SKILL.md · 221 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

Files

What ships with it

4 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. 10d ago First seen · 221 lines · 61 tokens per session scan A 72a1e8dc98d5

Subscribe to this mod's changes

differential-review is a skill published in the GitHub repository FlorianBruniaux/starmapper (84 stars, last pushed 8d ago), with no licence file. It adds 61 tokens to every session and 1,564 once invoked, about $0.0003 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

malloy-review

Malloy semantic-model code review. Invoke when the user asks to review, audit, or critique a .malloy file, a folder of Malloy models, or a GitHub PR that touches Malloy. Enforces project modeling standards and emits a navigable review file.

malloydata/publisher · 60 tokens

malloy-lookml-review

Analyze LookML files as prior art for Malloy modeling. Used during Step 1 (DISCOVER) when .lkml files are present. Coordinates reference files that extract business logic, relationships, and curation decisions. Works with or without a database connection.

malloydata/publisher · 58 tokens

source-code-inspection

Investigate application or repository source code with searchfile and readfile to explain behavior, trace root causes of runtime or query errors, and answer with precise file citations.

FrankChen021/datastoria · 38 tokens

github-remote

Read-first wrapper around the GitHub REST API. Single-call PR/branch overviews (PR state + checks + reviews + workflow runs + mergeable) for triage. Use whenever the user wants the state of a PR, a branch's CI, or a failing run — without you chaining gh pr view, gh pr checks, gh run view, gh pr list --head per…

osouthgate/agent-plus-skills · 118 tokens

code-simplifier

Post-session code review and cleanup against a working tree of changes. Analyzes git diff to simplify, consolidate, and align changed code with the existing codebase — modernize syntax, remove unnecessary complexity, consolidate duplicated logic, catch efficiency issues. Use after a substantive working session, or…

cyanheads/openstreetmap-mcp-server · 124 tokens

autoreview

Pre-commit/ship code review: Codex default; optional Claude or Pi.

openclaw/clawhub · 20 tokens