By mdrooker
Systematic QA review skill for React Native / Expo apps covering architecture, performance, styling, state management, accessibility, platform differences, keyboard handling, navigation, memory leaks, error states, type safety, animation, and security.
A collection of Claude Code skills for mobile and frontend development.
react-native-qa-reviewSystematic QA review for React Native / Expo applications. Covers 14 categories:
Add this marketplace to your ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"mdrooker-skills": {
"source": {
"source": "github",
"repo": "MDrooker/claude-skills"
},
"autoUpdate": true
}
}
}
Then install a skill:
/plugin install react-native-qa-review@mdrooker-skills
Once installed, ask Claude to review your React Native code:
"QA review this screen" "Review this component for issues" "Do a full audit of this file"
Claude will load the skill and work through all 14 categories systematically.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub mdrooker/claude-skills --plugin react-native-qa-reviewValidation and quality enforcement for React Native projects.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules.
Quality assurances toolkit to analyse deeply your codebase, review the code and basic security check
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
React Native & Expo development workflow: skills library for Claude Code with TDD, debugging, collaboration patterns, and proven techniques