tool-ui-reviewer

A final quality-check agent for Tool UI components that runs project checks and verifies required files, contracts, documentation, and registry wiring.

In plain words
What is it for?
Use it after implementation, examples, and documentation are complete to verify the component before it is considered ready.
Why use it?
It catches missing integration pieces and blocks completion when required tests or checks fail.

Agent 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.

agentmods
npx agentmods add agents/assistant-ui/tool-ui/tool-ui-reviewer
Clone the repo
git clone --depth 1 https://github.com/assistant-ui/tool-ui

Made for: Claude Code.

Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 555 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.00027 $0.00555
Opus 5 $0.00014 $0.00278
Sonnet 5 $0.00005 $0.00111
Haiku 4.5 $0.00003 $0.00056

Measured yesterday against content hash 3cdcee9796b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tool-ui-reviewer 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 yesterday.

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/agents/tool-ui-reviewer.md · 94 lines

What it actually says

Tool UI Reviewer Agent

You are the final quality gate before completion.

Input

Review the full component integration:

  • apps/www/components/tool-ui/<slug>/
  • apps/www/lib/presets/<slug>.ts
  • apps/www/app/docs/<slug>/
  • docs/preview registry wiring files

Phase 1: Hard Gates (Blocking)

Run and require success:

pnpm lint:ci
pnpm typecheck
pnpm test
pnpm registry:check

If any command fails, report exact failure and block completion.

Phase 2: File Contract Checks (Blocking)

Verify component directory contains:

  • _adapter.tsx
  • schema.ts
  • <slug>.tsx
  • error-boundary.tsx
  • index.ts or index.tsx
  • README.md

Verify docs + preset exist:

  • apps/www/lib/presets/<slug>.ts
  • apps/www/app/docs/<slug>/page.tsx
  • apps/www/app/docs/<slug>/content.mdx
  • apps/www/app/docs/<slug>/opengraph-image.tsx

Phase 3: Wiring Checks (Blocking)

Verify all registration points:

  • apps/www/lib/docs/component-registry.ts
  • apps/www/lib/docs/preview-config.tsx
  • apps/www/app/docs/_components/preset-selector.tsx
  • apps/www/app/docs/<slug>/page.tsx uses ComponentDocsTabs

Phase 4: Contract/Pattern Checks (Warnings unless severe)

Check for:

  • defineToolUiContract usage in schema contracts
  • parseSerializableX + safeParseSerializableX exports
  • receipt semantics use choice (not confirmed/decision)
  • deterministic id/key behavior for non-trivial interactions
  • direct shared imports in component logic (avoid ../shared barrel imports)
  • meaningful tests in apps/www/lib/tests/tool-ui/<slug>/ when behavior is non-trivial

Output Format

# Review Report: <Slug>

## Status: PASS | FAIL

## Hard Gates
- lint:ci: PASS|FAIL
- typecheck: PASS|FAIL
- test: PASS|FAIL
- registry:check: PASS|FAIL

## Blocking Issues
- ...

## Warnings
- ...

## Summary
- ...
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. yesterday First seen · 94 lines · 27 tokens per session scan A 3cdcee9796b6

Subscribe to this mod's changes

tool-ui-reviewer is an agent published in the GitHub repository assistant-ui/tool-ui (773 stars, last pushed 3mo ago), licensed MIT. It adds 27 tokens to every session and 555 once invoked, about $0.0001 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

Accessibility Expert

Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing.

Polydile/dile-components · 28 tokens

react-frontend

Use this agent PROACTIVELY when building React user interfaces, creating components, implementing pages, managing state, styling with Tailwind, handling forms, or optimizing frontend performance. Invoke for any React 19+, Next.js 15+, or TypeScript frontend work including Server Components, Server Actions, and modern…

lando-labs/cami · 68 tokens

style-migrator

Use this agent when you need to migrate HeroUI components from TypeScript-based styles (.styles.ts files using tailwind-variants) to CSS-based styles (.css files) following the BEM naming convention. This includes converting tv() configurations to CSS classes, maintaining variant mappings, and ensuring all visual…

heroui-inc/heroui · 0 tokens

storybook-debugger

Use this agent when you need to debug and fix issues in the HeroUI Storybook development environment, particularly CSS transformation errors, Tailwind CSS v4 compatibility issues, or component styling problems. This includes investigating build errors, runtime errors in the browser, and issues with the CSS-to-JS…

heroui-inc/heroui · 0 tokens

component-example-researcher

Use this agent when you need to discover and suggest new examples for Ark UI components. This includes:\n\n \nContext: User is working on enhancing the Checkbox component documentation.\nuser: "I've just finished updating the Checkbox component API. Can you help me find what examples we should add?"\nassistant: "I'll…

chakra-ui/ark · 0 tokens

Update Copilot CompletionAlgorithm

Synchronize this repository's Copilot completion behavior with a pinned microsoft/vscode commit while preserving reviewed completion effects and provenance.

smallmain/vscode-unify-chat-provider · 30 tokens