review

review is a command for Claude Code from senaiverse/reactnative-expo-ai-agent-system-workflow. It costs 19 tokens per session (389 once invoked), scanned C, original, MIT.

A command that runs several focused checks on code, covering design rules, accessibility, security, speed, tests, types, duplication, and error handling.

In plain words
What is it for?
Use it to review a change before merging, find accessibility or security risks, spot performance issues, and identify missing tests or code-quality problems.
Why use it?
It brings common review questions into one report, so problems are less likely to be missed or checked inconsistently.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions 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 commands/senaiverse/reactnative-expo-ai-agent-system-workflow/review
Clone the repo
git clone --depth 1 https://github.com/senaiverse/reactnative-expo-ai-agent-system-workflow

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/senaiverse/reactnative-expo-ai-agent-system-workflow/review.svg)](https://agentmods.dev/commands/senaiverse/reactnative-expo-ai-agent-system-workflow/review)
Your own site
<a href="https://agentmods.dev/commands/senaiverse/reactnative-expo-ai-agent-system-workflow/review"><img src="https://agentmods.dev/badge/commands/senaiverse/reactnative-expo-ai-agent-system-workflow/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 389 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.1 $0.00019 $0.00389
Opus 5 $0.00010 $0.00195
Sonnet 5 $0.00004 $0.00078
Haiku 4.5 $0.00002 $0.00039

Measured 6d ago against content hash 6cd4fb2f381c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

review scanned grade C with 1 finding 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 6d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- 🌟 SenaiVerse - Claude Code Agent System v1.0 -->
ready-to-use/commands/review.md · 73 lines

What it actually says

Comprehensive Code Review

Reviewing: $ARGUMENTS

Multi-Agent Review Process

Execute these reviews in parallel:

1. Design System Compliance (@design-token-guardian)

  • Check for hardcoded colors, spacing, typography
  • Validate design token usage
  • Report violations with fixes

2. Accessibility Audit (@a11y-enforcer)

  • Validate accessibility props
  • Check touch target sizes
  • Verify color contrast ratios
  • Test screen reader compatibility

3. Security Analysis (@security-specialist)

If code involves auth, data handling, or API calls:

  • Check for security vulnerabilities
  • Validate data storage security
  • Check for exposed secrets
  • Review input validation

4. Performance Analysis (@performance-prophet)

  • Predict performance issues
  • Check for unnecessary re-renders
  • Validate memoization usage
  • Analyze component complexity

5. Test Coverage Analysis (@test-generator)

  • Assess current test coverage
  • Identify untested paths
  • Recommend additional tests

6. Code Quality

  • Check for complexity issues
  • Validate TypeScript types
  • Check for code duplication
  • Review error handling

Consolidated Report

Provide summary with:

CRITICAL ISSUES (must fix):

  • [List critical problems]

WARNINGS (should fix):

  • [List warnings]

SUGGESTIONS (nice to have):

  • [List improvements]

PASSES:

  • [List what's good]

OVERALL SCORE: X/10

RECOMMENDATION: Approve/Request Changes/Block


© 2025 SenaiVerse | Command: /review | Claude Code System v1.0

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. 6d ago First seen · 73 lines · 19 tokens per session scan C 6cd4fb2f381c

Subscribe to this mod's changes

review is a command published in the GitHub repository senaiverse/reactnative-expo-ai-agent-system-workflow (126 stars, last pushed 3mo ago), licensed MIT. It adds 19 tokens to every session and 389 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.