com um clique
coding-standards
Enforce React Native coding standards as an actionable workflow
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Enforce React Native coding standards as an actionable workflow
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Apple HIG design intelligence — build, review, animate, and analyze with Apple Human Interface Guidelines for React Native/Expo
Video-based visual debugging — extract key frames from screen recordings and analyze UI bugs over time. Detects animation glitches, race conditions, gesture issues, scroll jank, keyboard overlap, and navigation transitions that screenshots cannot capture.
Auto-generate skills and rules from observed React Native development patterns
ERNE — Implement animations using the ui-designer agent with Reanimated and Gesture Handler
ERNE — Diagnose and fix build failures using the expo-config-resolver agent
ERNE — Comprehensive code review combining code quality and performance analysis
| name | coding-standards |
| description | Enforce React Native coding standards as an actionable workflow |
You are enforcing coding standards for a React Native project. This skill turns passive rules into an active audit workflow.
Invoke when:
Read the project's .claude/rules/ to understand which standards apply:
common/ rules always applyexpo/ rules if Expo managed projectbare-rn/ rules if bare React Nativenative-ios/ if iOS native code presentnative-android/ if Android native code presentCheck each category systematically:
Component Structure:
any)Styling:
State Management:
Navigation:
href type safety_layout.tsx)Performance:
FlashList for lists (not FlatList)expo-image for images (not Image)useMemo, useCallback)Testing:
## Coding Standards Audit
### Summary
- Files scanned: N
- Violations found: N
- Auto-fixable: N
### Violations by Category
[Category]: [count]
- [file:line] — [description]
### Recommendations
[Prioritized list of fixes]
For auto-fixable violations (imports, styling patterns), offer to fix them. For manual fixes (architecture changes), provide specific guidance.