coding-standards

Audit React Native code against configured rules and generate fix reports.

41|4|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/JubaKitiashvili/everything-react-native-expo --skill coding-standards-jubakitiashvili
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/JubaKitiashvili/everything-react-native-expo/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/JubaKitiashvili/everything-react-native-expo --skill coding-standards-jubakitiashvili

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforce React Native coding standards for active audit workflows, turning passive rules into an actionable workflow that can audit and fix code.

Core Features & Use Cases

  • Step 1: Detect project configuration by reading .claude/rules to determine applicable standards (common, expo, bare-rn, native-ios, native-android).
  • Step 2: Scan for violations across Component Structure, Styling, State Management, and more, generating a prioritized list of issues.
  • Step 3: Generate a report and optionally apply fixes to align code with standards, including auto-fixes where safe.

Quick Start

Run the coding standards audit on your React Native project to identify violations and generate a remediation plan.

Frequently Asked Questions about coding-standards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit React Native code for coding standard violations?

Audit React Native code by scanning components, styling, state management, and navigation against configured rules. The tool reads project rules from .claude/rules, identifies violations, and generates a prioritized list of issues with actionable fix recommendations.

Does this coding standards audit work with both Expo and bare React Native projects?

Yes, the coding standards audit supports both Expo-managed and bare React Native projects. It detects your project configuration by reading .claude/rules to determine applicable standards across common, expo, bare-rn, native-ios, and native-android environments.

Can I automatically fix React Native lint violations after an audit?

Yes, you can automatically fix React Native lint violations after an audit. The audit-to-fix workflow generates a remediation report and optionally applies safe auto-fixes to align your components and styling with the configured coding standards.

What React Native coding standards are checked during a static analysis audit?

The static analysis audit checks React Native coding standards across component structure, styling, state management, and navigation. It validates your code against rules defined in your .claude/rules configuration file to ensure structural and architectural consistency.

How do I configure custom coding rules for a React Native project audit?

Configure custom coding rules for a React Native project audit by defining them in the .claude/rules directory. The audit tool reads this configuration to determine applicable standards for common, expo, bare-rn, native-ios, and native-android project types.

What is the best way to enforce coding standards in a React Native codebase?

The best way to enforce coding standards in a React Native codebase is using an automated audit-to-fix workflow. This approach scans for violations across components and state management, then generates a report with actionable recommendations and applies safe auto-fixes.