everything-react-native-expo: Skill for Claude Code

.claude/skills/erne-code-review/SKILL.md

erne-code-review is a skill for Claude Code from JubaKitiashvili/everything-react-native-expo. It costs 16 tokens per session (379 once invoked), scanned A, a copy of code-review, MIT.

A React Native code-review workflow that checks code quality, app speed, platform differences, and common mobile-app risks.

In plain words
What is it for?
It is for reviewing React Native and Expo code, including rendering, app size, memory use, animations, iOS and Android differences, configuration, and accessibility.
Why use it?
It brings several kinds of review together so issues such as unnecessary screen updates, accessibility problems, security mistakes, and slow animations are easier to find.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is JubaKitiashvili/everything-react-native-expo's own configuration. It tells Claude Code how to work on everything-react-native-expo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything everything-react-native-expo configures →

Part of the erne-universal plugin — 45 skills, 12 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to JubaKitiashvili/everything-react-native-expo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/JubaKitiashvili/everything-react-native-expo/main/.claude/skills/erne-code-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/JubaKitiashvili/everything-react-native-expo

Made for: Claude Code.

Or install erne-universal, the plugin that ships this one along with the rest of its 45 skills, 12 agents.

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 erne-code-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/jubakitiashvili/everything-react-native-expo/erne-code-review/github.svg)](https://agentmods.dev/skills/jubakitiashvili/everything-react-native-expo/erne-code-review)
Your own site
<a href="https://agentmods.dev/skills/jubakitiashvili/everything-react-native-expo/erne-code-review"><img src="https://agentmods.dev/badge/skills/jubakitiashvili/everything-react-native-expo/erne-code-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for erne-code-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/jubakitiashvili/everything-react-native-expo/erne-code-review"><img src="https://agentmods.dev/badge/skills/jubakitiashvili/everything-react-native-expo/erne-code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod 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.00016 $0.00379
Opus 5 $0.00008 $0.00189
Sonnet 5 $0.00003 $0.00076
Haiku 4.5 $0.00002 $0.00038

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

Security

Grade A, and why

erne-code-review 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 10d 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.

Origin

This is a copy

88% identical to code-review — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/erne-code-review/SKILL.md · 52 lines

What it actually says

/erne-code-review — Full Code Review

You are executing the /erne-code-review command. Run code-reviewer and performance-profiler agents in parallel for comprehensive review.

Parallel Execution

Launch both agents simultaneously:

Agent 1: code-reviewer

Review the specified code for:

  1. Re-render issues — Unnecessary renders, missing memoization, unstable references
  2. React Native anti-patterns — Direct style mutations, ScrollView for long lists, Animated API usage
  3. Platform parity — iOS/Android behavioral differences, platform-specific bugs
  4. Expo SDK validation — Correct module usage, deprecated APIs, config issues
  5. Accessibility — Missing labels, touch target sizes, screen reader support
  6. Security — Hardcoded secrets, insecure storage, unvalidated deep links

Agent 2: performance-profiler

Analyze for performance issues:

  1. Rendering — Component render counts, unnecessary re-renders
  2. Bundle size — Large imports, tree-shaking opportunities
  3. Memory — Listener cleanup, large object retention
  4. Animations — JS thread animations, Reanimated opportunities

Output Format

Combine results from both agents, grouped by severity:

## Critical (must fix before merge)
[Issues from both agents]

## Warnings (should fix)
[Issues from both agents]

## Suggestions (nice to have)
[Issues from both agents]

## Positive Observations
[Good patterns found]

Notes

  • If agent-device is available, take screenshots to verify UI rendering
  • Apply rules from rules/common/ and active platform layer
  • Flag any violations of project rules
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. 10d ago First seen · 52 lines · 16 tokens per session scan A 535340e26e5b

Subscribe to this mod's changes

erne-code-review is a skill published in the GitHub repository JubaKitiashvili/everything-react-native-expo (45 stars, last pushed 5mo ago), licensed MIT. It adds 16 tokens to every session and 379 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to code-review, differing in 8 lines, and is treated as a copy.

Related

Other skills, from other repositories

accessibility-cleanup

Finds common violations of the Android accessibility API in the Clank App Java code and attempts to address them (e.g. hardcoded state change announcements, missing events, focus moving, assertive live regions, etc).

chromium/chromium · 49 tokens

app-store-review

Evaluates code against Apple's App Store Review Guidelines. Use this skill when reviewing iOS, macOS, tvOS, watchOS, or visionOS app code (Swift, Objective-C, React Native, or Expo) to identify potential App Store rejection issues before submission. Triggers on tasks involving app review preparation, compliance…

jacklandrin/OnlySwitch · 76 tokens

swift-concurrency-pro

Reviews Swift code for concurrency correctness, modern API usage, and common async/await pitfalls. Use when reading, writing, or reviewing Swift concurrency code.

jacklandrin/OnlySwitch · 35 tokens

swiftui-pro

Comprehensively reviews SwiftUI code for best practices on modern APIs, maintainability, and performance. Use when reading, writing, or reviewing SwiftUI projects.

jacklandrin/OnlySwitch · 36 tokens

axiom-audit-camera

Use this agent to scan Swift code for camera, video, and audio capture issues including deprecated APIs, missing interruption handlers, threading violations, and permission anti-patterns.

CharlesWiltgen/Axiom · 39 tokens

mobile-platform-offline-validate

Review a Lightning Web Component for mobile offline compatibility — the Komaci offline static analyzer that pre-primes the data graph for Salesforce Mobile App Plus and Field Service Mobile App. Produces a finding list with code-level fixes covering inline GraphQL queries in @wire configurations, modern lwc:if /…

forcedotcom/sf-skills · 207 tokens