.claude/skills/erne-perf/SKILL.md
ERNE — Performance profiling and optimization using the performance-profiler agent
npx skillsauth add JubaKitiashvili/everything-react-native-expo erne-perfInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are executing the /erne-perf command. Use the performance-profiler agent to diagnose and fix performance issues.
React.memo, useCallback, useMemouseEffect chains on mountnpx react-native-bundle-visualizeruseEffect## Performance Metrics
| Metric | Current | Target | Status |
|--------|---------|--------|--------|
| JS FPS | 45 | 60 | ⚠️ |
| UI FPS | 58 | 60 | ✅ |
| TTI | 3.2s | <2s | ❌ |
| Bundle | 8.2MB | <5MB | ❌ |
## Critical Issues
[Issues that must be fixed]
## Optimization Opportunities
[Improvements ranked by impact]
rules/common/performance.md for optimization patternsdevelopment
Guided version migration for React Native and Expo SDK upgrades
development
Test-driven development workflow for React Native — Jest, React Native Testing Library, and Detox
development
Mobile security audit for React Native applications
development
Step-by-step performance diagnosis and optimization for React Native apps