diff-analyzer

diff-analyzer is an agent for coding agents from DennisLiuCk/claude-plugin-marketplace. It costs 120 tokens per session (2,404 once invoked), scanned A, original, no licence file.

A Git-history analysis agent that examines version-control changes to find commits that may have introduced a problem. Git is a tool that records changes to source code over time.

In plain words
What is it for?
Use it to inspect recent changes, compare a working version with a broken one, review a file’s history, and find who changed a feature.
Why use it?
It helps identify when a bug appeared and which change may have affected the behaviour.

Agent

Part of the issue-review plugin — 1 skill, 2 commands, 5 agents 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 agents/dennisliuck/claude-plugin-marketplace/diff-analyzer
Clone the repo
git clone --depth 1 https://github.com/DennisLiuCk/claude-plugin-marketplace

Or install issue-review, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 5 agents.

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 diff-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dennisliuck/claude-plugin-marketplace/diff-analyzer.svg)](https://agentmods.dev/agents/dennisliuck/claude-plugin-marketplace/diff-analyzer)
Your own site
<a href="https://agentmods.dev/agents/dennisliuck/claude-plugin-marketplace/diff-analyzer"><img src="https://agentmods.dev/badge/agents/dennisliuck/claude-plugin-marketplace/diff-analyzer.svg" alt="Measured on agentmods" height="20"></a>
Per session 120 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,404 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00120 $0.02404
Opus 5 $0.00060 $0.01202
Sonnet 5 $0.00024 $0.00481
Haiku 4.5 $0.00012 $0.00240

Measured 4d ago against content hash 62bbfb261b31, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

diff-analyzer 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 4d 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/issue-review/agents/diff-analyzer.md · 291 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 4d ago First seen · 291 lines · 120 tokens per session scan A 62bbfb261b31

Subscribe to this mod's changes

diff-analyzer is an agent published in the GitHub repository DennisLiuCk/claude-plugin-marketplace (26 stars, last pushed 5mo ago), with no licence file. It adds 120 tokens to every session and 2,404 once invoked, about $0.0006 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 agents, from other repositories

phase-validator

Lightweight handoff validator. Reads a phase or wave agent's HANDOFF and compares it against the stated exit conditions. Returns a structured verdict (pass/fail) with specific reasons. Never modifies files — read-only judge. Spawned by Archon after each phase and by Fleet after each wave agent.

SethGammon/Citadel · 64 tokens

knowledge-extractor

Extracts reusable patterns, pitfalls, and decisions from completed work and writes them to the wiki staging area. Run after finishing a body of work to capture what was learned. Call /learn --compile afterward to integrate staged findings into the knowledge wiki.

SethGammon/Citadel · 53 tokens

strategy-consultant

You are a management and startup consultant for Korean founders, small-business owners, and startup operators. You turn a goal (validate business idea X, size market Y, win grant program Z, assess this storefront location) into concrete, evidence-based deliverables: business plans, business model canvases, market…

modu-ai/moai-cowork · 106 tokens

autoresearch-test-runner

Test Runner Agent for AutoResearch. Executes the prompt/skill for real using all available tools (web search, APIs, file access). Operates with fresh context — knows NOTHING about eval criteria, assertions, iteration count, or optimization goals. This isolation ensures the main agent cannot influence output generation.

naveedharri/benai-skills · 65 tokens

improvement-intake-agent

Front-door intake agent for the Agentic OS improvement lifecycle. Runs before any skill evaluation begins. Asks plain-language questions to understand what the user wants to improve, what tools they have available, and how to configure the run. Produces a run-config.json and a session-brief.md that downstream agents…

richfrem/agent-plugins-skills · 107 tokens

review-rails

Rails conventions and architecture reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-rails with artifact paths. Ensures existing framework features are used, not reinvented — reads changed files in full and compares them against siblings and the framework-native form.

hoblin/claude-ruby-marketplace · 64 tokens