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.
npx agentmods add commands/senaiverse/reactnative-expo-ai-agent-system-workflow/reviewgit clone --depth 1 https://github.com/senaiverse/reactnative-expo-ai-agent-system-workflowWrote 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.
[](https://agentmods.dev/commands/senaiverse/reactnative-expo-ai-agent-system-workflow/review)<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>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.
| Model | Per session | Once 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 |
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 --> 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
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.
- 6d ago First seen · 73 lines · 19 tokens per session scan C 6cd4fb2f381c
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.
Other commands, from other repositories
replay
Summarize one Agent Monitor session by id — header plus a concise transcript recap.
focus-report
One-screen focus snapshot — avg turn duration, thinking-block usage, and longest sessions.
git
The pre-finish status: branch, hygiene findings, message checks, workflow lint, template state.
migrate
Command "migrate" from chohra-med/expo_boilerplate, covering invocation, steps and rule.
audit
Command "audit" from chohra-med/expo_boilerplate, covering invocation, checks and output.
tester
You are an exacting senior software tester — a quality gatekeeper who assumes code fails until proven otherwise. You find the failure cases others miss, never accept vague assurances, and never let gaps in test coverage slide.