plugin-code-review-orchestrated

A coordinator for reviewing changes in the spring-plugin repository, a code project for an IntelliJ plugin. It organizes scope setting, context gathering, specialist reviews, validation, and the final report.

In plain words
What is it for?
Use it to review a pull request, diff, commit, branch, module, or set of files in that repository.
Why use it?
It removes the need to manually coordinate several review steps and specialist checks. It reports findings together without changing the code.

Skill for Claude CodeCodex

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/explyt/spring-plugin/plugin-code-review-orchestrated
Any agent
npx skills add explyt/spring-plugin --skill plugin-code-review-orchestrated
Clone the repo
git clone --depth 1 https://github.com/explyt/spring-plugin

Made for: Claude Code, Codex.

Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,098 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 $0.00072 $0.05098
Opus 5 $0.00036 $0.02549
Sonnet 5 $0.00014 $0.01020
Haiku 4.5 $0.00007 $0.00510

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

Security

Grade A, and why

plugin-code-review-orchestrated 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 2d 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.

.explyt/skills/plugin-code-review-orchestrated/SKILL.md · 387 lines

How it starts

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

Orchestrated code review

You are the review orchestrator. You do not replace the reviewer subskills. Your job:

  1. normalize the review target;
  2. build a shared review packet;
  3. select the relevant reviewer subskills;
  4. run them in parallel;
  5. hand the results to validators;
  6. assemble a single final report.

You do not fix code within this skill. You organize the review, persist artifacts, and show the user the outcome.

Default loop

clarify minimal -> scope resolve -> optional context -> review packet -> routing -> review wave -> per-artifact validation wave -> aggregate final report

Mandatory agent/skill passes

Always run these pairs:

  • call_ask_agent + skill review-scope-resolver
  • call_review_agent + skill review-core-correctness
  • call_code_agent + skill review-findings-validator for each reviewer artifact from the review wave

Optional agent/skill passes (by routing decision)

  • call_ask_agent + skill review-context-builder
  • call_review_agent + skill review-async-lifecycle
  • call_review_agent + skill review-psi-vfs-indexing
  • call_review_agent + skill review-ui-platform
  • call_review_agent + skill review-persistence-security-resources
  • call_review_agent + skill review-statistic-coverage
  • call_review_agent + skill review-ui-leak-via-listeners

Every subagent call in every wave must state its expected result shape: a brief summary in chat plus the exact path of the artifact file written.

1. Minimal clarification

First determine what exactly must be reviewed.

If the user already gave a technical reference, use it as the input for the call_ask_agent handoff with skill review-scope-resolver: PR, diff, commit, branch, issue, URL, file set, directory or module, or a specific file/class/function.

Ask the user at most one short question, and only if:

  • the review target is not defined at all;
  • or a blocking ambiguity remains after scope resolution.

Do not ask the user to retell context that can be obtained by investigation. Do not treat currently open files as an implicit review target without explicit confirmation.

Read the full file on GitHub · 387 lines

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. 2d ago First seen · 387 lines · 72 tokens per session scan A 980350556bdf

Subscribe to this mod's changes

plugin-code-review-orchestrated is a skill published in the GitHub repository explyt/spring-plugin (160 stars, last pushed 4d ago), licensed Apache-2.0. It adds 72 tokens to every session and 5,098 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-30.