By zereight
Comprehensive code review focused on logic correctness, edge cases, and invariant safety. CodeRabbit-style output.
Personal agent skills for code review and React Native development.
| Skill | Description |
|---|---|
zereight-review | Core review — logic correctness, edge cases, clean code, React Effect anti-patterns |
zereight-react-native-optimizer | RN performance review — rendering, animation, native/bridge checks |
zereight-react-native-testing | RNTL v13/v14 test writing — queries, matchers, userEvent, async patterns |
zereight-react-native | RN gateway — routes tasks to the right specialist skill |
# 1. Prerequisites
npx skills add vercel-labs/agent-skills -yg
npx skills add callstackincubator/agent-skills --skill react-native-best-practices -yg
npx skills add callstackincubator/agent-device --skill agent-device -yg
npx skills add pluginagentmarketplace/custom-plugin-react-native -yg
npx skills add heroui-inc/heroui --skill heroui-react -yg
npx skills add heroui-inc/heroui --skill heroui-native -yg
npx skills add ibelick/ui-skills --skill fixing-motion-performance -yg
npx skills add storybookjs/react-native -yg
# 2. This repo
npx skills add zereight/skill --yes --global
npx skills add zereight/skill --yes --global
Logic-first code review. Runs mandatory checks on every PR, reports in CodeRabbit format.
Checks: Invariant · Partial input · Fallback chain · State vs UI · Boundary · Async/race · Clean code · React Effect anti-patterns
For RN PRs: also runs zereight-react-native-optimizer
Output: Summary / ✅ Good / ⚠️ Findings / Case Matrix / 🎯 Verdict
RN performance regression detector. Run alongside zereight-review on React Native PRs.
Checks: Rendering (FlashList, memo, Context) · Animation (Reanimated, UI thread, gesture) · Native (bridge, memory leaks, image, bundle)
RNTL test writing guide. Covers v13 (sync, React 18) and v14 (async, React 19+).
Covers: render, screen, queries (getBy/getAllBy/queryBy/findBy), Jest matchers, userEvent, fireEvent, waitFor, async patterns, anti-patterns Source: callstack/react-native-testing-library
RN development gateway. Routes tasks to the right specialist skill (basics, animations, state, navigation, native modules, testing, deployment, Storybook, HeroUI).
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub zereight/skill --plugin zereight-reviewzereight-review with Bitbucket PR integration via MCP.
Validation 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>
Reflective code review toolkit with structured analysis, blast radius analysis, domain expertise, and intelligent review orchestration
Verify code, architecture, and bug fixes through factored multi-agent verification
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 upgrade workflow covering updated templates, dependencies, and common pitfalls. Use when migrating a React Native app to a newer release.