review-toolkit

review-toolkit is a plugin for Claude Code from lexfrei/ccc. Its manifest loads nothing; the 2 skills it bundles cost 634 tokens per session together, scanned A, original, BSD-3-Clause.

A pull-request review pipeline with readiness checks, branch analysis, evidence-based review, and optional publishing to GitHub. A pull request is a proposed code change submitted for review before merging.

In plain words
What is it for?
It is for reviewing pull requests, checking code and documentation changes, assessing maintenance cost and scope, and preparing or publishing GitHub review comments.
Why use it?
It catches merge conflicts and failing code-related CI early, attributes findings to the proposed changes, and keeps unrelated pre-existing problems from blocking the review.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add lexfrei/ccc
agentmods
npx agentmods add plugins/lexfrei/ccc/review-toolkit
Clone the repo
git clone --depth 1 https://github.com/lexfrei/ccc

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/plugins/lexfrei/ccc/review-toolkit.svg)](https://agentmods.dev/plugins/lexfrei/ccc/review-toolkit)
Your own site
<a href="https://agentmods.dev/plugins/lexfrei/ccc/review-toolkit"><img src="https://agentmods.dev/badge/plugins/lexfrei/ccc/review-toolkit.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 2 skills cost 634 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

review-toolkit 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.

skills/review-toolkit/.claude-plugin/plugin.json · 10 lines

What it actually says

{
  "name": "review-toolkit",
  "version": "3.1.0",
  "description": "Comprehensive PR review pipeline: a pre-review readiness gate (stops on merge conflicts or red code-related CI with a fix-it note, no verdict), branch-level analysis with merge-base attribution (the verdict is decided only by defects the diff introduced, worsened, or interacts with — purely pre-existing defects are reported in full in a separate outside-findings section and routed to a filed issue, parked branch, or memory entry instead of blocking), sequential Claude+Codex dual-model review with evidence-based verification, and opt-in GitHub PR review publishing under a five-frame substance framework. A value/design gate weighs whether the change should exist at all — value versus permanent maintenance cost, right layer, root cause in-repo versus upstream — and can block a PR even when the code is flawless. Remedies stay proportional: changed logic needs tests in the existing test surface, fixed prose is its own deliverable, and a new checker or guard script is never a required remedy. Findings carry git-computed origin labels (feature vs churn) that diagnose diverging review loops without ever touching the verdict. Reviews land on an LGTM or NOT LGTM verdict, compatible with non-blocking recommendations; the only no-verdict path is the readiness gate's fix-CI / fix-conflicts note. A provenance pass blocks model-advertising trailers (Assisted-by takes only LLM), session links, commit messages and comments that narrate WHAT instead of WHY, and machine-written code without an Assisted-by: LLM disclosure.",
  "author": {
    "name": "Aleksei Sviridkin",
    "email": "[email protected]"
  }
}
Contents

What it installs

The manifest is a name and a version. 2 skills travel with it, and installing the plugin installs all of them — 634 tokens a session between them. Each is measured on its own page, and each can be installed alone.

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 First seen · 10 lines scan A 893cb77d07c6

Subscribe to this mod's changes

review-toolkit is a plugin published in the GitHub repository lexfrei/ccc (9 stars, last pushed yesterday), licensed BSD-3-Clause. Its token cost is not measured: this kind of file is read by the harness, not the model. 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-09-04.