erne-code-review

Identify code quality issues and performance bottlenecks in React Native projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates a comprehensive review of code quality and performance for React Native projects, helping teams identify issues earlier and ship more reliable apps.

Core Features & Use Cases

  • Code quality review: detects re-render inefficiencies, anti-patterns, and maintainability concerns in components.
  • Performance profiling: identifies rendering bottlenecks, memory hotspots, and expensive operations.
  • Parallel execution & reporting: runs code-reviewer and performance-profiler concurrently to produce a unified, actionable report.
  • Guidance & best practices: provides prioritized recommendations aligned with React Native and general software engineering standards.

Quick Start

Run erne-code-review on your project to generate a combined code-quality and performance analysis.

Frequently Asked Questions about erne-code-review

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

FAQPage Schema
How do I run a code review and performance analysis on a React Native project?

To run a code review and performance analysis on a React Native project, execute a tool that concurrently analyzes code quality and rendering bottlenecks. This process synthesizes static analysis and performance profiling into a single unified report of actionable improvements.

What static analysis issues cause re-render inefficiencies in React Native components?

Re-render inefficiencies in React Native components are identified through static analysis as anti-patterns and maintainability concerns. A comprehensive code review detects these performance bottlenecks and expensive operations, returning a prioritized set of suggested fixes with severity levels.

Can I identify memory hotspots and rendering bottlenecks in React Native automatically?

You can identify memory hotspots and rendering bottlenecks in React Native automatically by running a performance profiler. It executes in parallel with a code-quality reviewer to detect expensive operations and synthesize the results into a unified, actionable report.

Does this code review approach provide best practices for React Native performance optimization?

This code review approach provides best practices for React Native performance optimization by detecting anti-patterns and returning prioritized recommendations. These suggestions are aligned with general software engineering standards to help teams ship more reliable apps.

What is the best way to prioritize code quality fixes for a React Native app?

The best way to prioritize code quality fixes for a React Native app is to synthesize static analysis and performance profiling results into a single report. This generates a prioritized set of actionable improvements complete with severity levels and suggested fixes.

When should I use an automated code reviewer instead of manual static analysis?

You should use an automated code reviewer instead of manual static analysis when you need to identify code quality issues and performance bottlenecks across an entire React Native project. It automates the detection of re-render inefficiencies and generates prioritized improvements.