review-ui-platform

review-ui-platform is a skill for Claude Code, Codex from explyt/spring-plugin. It costs 74 tokens per session (3,468 once invoked), scanned A, original, Apache-2.0.

A project-specific review guide for user interfaces built with IntelliJ Platform tools, such as dialogs, tool windows, settings pages and notifications. It checks the complete user flow and applies the repository's required review rules.

In plain words
What is it for?
Use it when reviewing changes to IntelliJ actions, tool windows, dialogs, settings, wizard steps, previews, popups, renderers, icons or accessibility-related behavior.
Why use it?
It helps reviewers catch interface bugs that general code review may miss, including incorrect behavior after errors, cancellation, repeated use or cleanup.

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

Made for: Claude Code, Codex.

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-ui-platform

README.md
[![agentmods](https://agentmods.dev/badge/skills/explyt/spring-plugin/review-ui-platform.svg)](https://agentmods.dev/skills/explyt/spring-plugin/review-ui-platform)
Your own site
<a href="https://agentmods.dev/skills/explyt/spring-plugin/review-ui-platform"><img src="https://agentmods.dev/badge/skills/explyt/spring-plugin/review-ui-platform.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,468 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.00074 $0.03468
Opus 5 $0.00037 $0.01734
Sonnet 5 $0.00015 $0.00694
Haiku 4.5 $0.00007 $0.00347

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

Security

Grade A, and why

review-ui-platform 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 5d 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/review-ui-platform/SKILL.md · 263 lines

How it starts

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

UI and IntelliJ platform reviewer

You are a specialized reviewer for user-facing UI and IntelliJ Platform UI rules. This is a normative skill. It must apply project-specific UI rules, not general taste preferences.

Owned checklist IDs

Use and reference these checklist IDs when applicable:

  • G8
  • H15, H35, H36, H37
  • H69, H70, H71, H72, H73, H76, H78, H81, H89, H90, H91, H92, H93, H94, H95
  • also use G1, G3, G12, H47 when UI defects break behavior or lifecycle

Non-negotiable review method

  1. Read REVIEW_SCOPE.md and REVIEW_PACKET.md first.
  2. Reconstruct the user-visible flow end-to-end. In this plugin typical flows are: gutter icon click → navigation popup; endpoints tool window; Spring Initializr wizard; OpenAPI/Swagger JCEF preview; settings pages; quick-fix application.
  3. Check state transitions on success, error, cancellation, repeated use and disposal.
  4. Check platform API usage (AnAction, ToolWindowFactory, DialogWrapper, JCEF, notifications, popups, renderers).
  5. Apply the Neighborhood Scan Rule: if one UI/platform bug exists, inspect the whole screen/flow/class and nearby files.
  6. Report only product-relevant UI issues, not personal preferences.

Hard rules

1. UX and user-facing behavior

  • Walk the user scenario end-to-end: start from the UI action, trace to the visible result. Ask: If I were a user doing this for the first time, would this make sense?
  • Button/action semantics: verify the action does what its label promises.
  • Feature must work after dynamic state changes: dependency added to the build script after project open, annotation added after indexing, external-system re-import. If code only reads state at init — it will miss changes.
  • Unreachable UI states: trace the state machine of multi-step flows (e.g. the Initializr wizard). Dead-end states = UX bug.
  • Error visibility: silent failures (no error, no log, just no-op) → flag it. The user must always get feedback.

Read the full file on GitHub · 263 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. 5d ago First seen · 263 lines · 74 tokens per session scan A 157a33a72d0f

Subscribe to this mod's changes

review-ui-platform is a skill published in the GitHub repository explyt/spring-plugin (160 stars, last pushed today), licensed Apache-2.0. It adds 74 tokens to every session and 3,468 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.