debug

Diagnoses bugs in React Native and Expo projects using the performance-profiler agent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic diagnosis of bugs in React Native/Expo projects using the performance-profiler agent.

Core Features & Use Cases

  • Reproduction & classification: capture exact steps and categorize issues (crash, render, state, navigation, performance, network, native).
  • Guided investigation: JS, React, and native layers with concrete checks.
  • End-to-end fixes: document root cause, verify fixes, and guard against regressions.

Quick Start

Invoke the debug skill and follow the Step-by-Step guide to reproduce, classify, investigate, and fix a bug using the performance-profiler agent.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I diagnose performance bottlenecks and crashes in a React Native app?

Diagnose React Native performance bottlenecks and crashes using a performance profiler to systematically reproduce, classify, and investigate issues across JS, React, and native layers to find the root cause.

What's the best way to find the root cause of a render issue in Expo?

Find the root cause of Expo render issues through guided investigation that checks exact reproduction steps and inspects React DevTools and Metro logs to classify and resolve the failure.

Do I need access to Metro logs and React DevTools to investigate React Native bugs?

Yes, investigating React Native bugs requires access to Metro logs, React DevTools, and native logs to enable proper reproduction, classification, and verification of fixes across the application layers.

Can I systematically classify and fix navigation and network failures in React Native?

Yes, you can classify and fix React Native navigation and network failures by capturing exact reproduction steps and applying guided checks across JS and native layers to verify the resolution.

How to verify a bug fix and prevent regressions in a React Native project?

Verify bug fixes and prevent regressions in React Native projects by documenting the root cause and applying end-to-end checks that guard the codebase against the reappearance of the investigated issue.