coding-standards

Audit React Native projects against coding standards from .claude/rules/.

1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/treesus6/SkateQuest-Mobile --skill coding-standards-treesus6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/treesus6/SkateQuest-Mobile/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/treesus6/SkateQuest-Mobile --skill coding-standards-treesus6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforce React Native coding standards by turning passive rules into an actionable audit workflow that can be run on demand, improving consistency and code quality.

Core Features & Use Cases

  • Audit project configuration by loading rules from .claude/rules/ to tailor checks for common, expo, bare-rn, native-ios, and native-android contexts.
  • Scan for violations across components, styling, state management, navigation, performance, and testing to surface actionable fixes.
  • Generate a structured audit report with remediation guidance that can be shared with the team and integrated into CI pipelines.

Quick Start

Run a full audit of the current React Native project to detect 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 enforce React Native coding standards during project onboarding?

Run an automated audit workflow that loads rules from your project's .claude/rules/ directory and scans components, styling, state management, navigation, performance, and testing to surface actionable fixes during onboarding.

What is a React Native code quality audit and how does it work?

A React Native code quality audit transforms passive static guidelines into an automated workflow that checks your codebase against tailored rules for common, expo, bare-rn, native-ios, and native-android contexts, generating a structured remediation report.

Can I use this audit workflow for both Expo and bare React Native projects?

Yes, the audit supports expo, bare-rn, native-ios, and native-android contexts by loading tailored rules from .claude/rules/ to ensure checks match your project's specific architecture and platform requirements.

How do I generate a React Native audit report for my team?

Generate a structured audit report by running a full scan of your React Native project to detect standard violations across components and styling, which outputs remediation guidance that can be shared with your team.

Do I need a .claude/rules/ directory to run a React Native code audit?

Yes, the audit requires access to the project's .claude/rules/ directory to determine applicable coding standards and tailor checks for your specific React Native architecture, styling, and testing practices.

What's the best way to integrate React Native lint and code quality checks into CI pipelines?

Integrate code quality checks into CI pipelines by running the audit to generate a structured report with remediation guidance, which is designed to be shared with teams and exported for continuous integration enforcement across React Native codebases.