react-code-review

Solid

Provides comprehensive code review capability for React applications, validates component architecture, hooks usage, React 19 patterns, state management, performance optimization, accessibility compliance, and TypeScript integration. Use when reviewing React code changes, before merging pull requests, after implementing new features, or for component architecture validation. Triggers on "review React code", "React code review", "check my React components".

Code & Development 261 stars 29 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
81
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# React Code Review ## Overview This skill provides structured, comprehensive code review for React applications. It evaluates code against React 19 best practices, component architecture patterns, hook usage, accessibility standards, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the `react-software-architect-review` agent for deep architectural analysis when invoked through the agent system. ## When to Use - Reviewing React components, hooks, and pages before merging - Validating component composition and reusability patterns - Checking proper hook usage (useState, useEffect, useMemo, useCallback) - Reviewing React 19 patterns (use, useOptimistic, useFormStatus, Actions) - Evaluating state management approaches (local, context, external stores) - Assessing performance optimization (memoization, code splitting, lazy loading) - Reviewing accessibility compliance (WCAG, semantic HTML, ARIA) - Validating TypeScript typing for props, state, and events - Checking Tailwind CSS and styling patterns - After implementing new React features or refactoring component architecture ## Instructions 1. **Identify Scope**: Determine which React components and hooks are under review. Use `glob` to discover `.tsx`/`.jsx` files and `grep` to identify component definitions, hook usage, and context providers. 2. **Analyze Component Archi...

Details

Author
giuseppe-trisciuoglio
Repository
giuseppe-trisciuoglio/developer-kit
Created
7 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

react-development

React 19+ with TypeScript — hooks, custom hooks, state management (useState/useReducer/useContext), React Query/SWR, Tailwind CSS, performance. Use when building React components, apps, or optimizing renders.

1 Updated today
bg-szy
Code & Development Solid

nextjs-code-review

Provides comprehensive code review capability for Next.js applications, validates Server Components, Client Components, Server Actions, caching strategies, metadata, API routes, middleware, and performance patterns. Use when reviewing Next.js App Router code changes, before merging pull requests, after implementing new features, or for architecture validation. Triggers on "review Next.js code", "Next.js code review", "check my Next.js app".

261 Updated 1 weeks ago
giuseppe-trisciuoglio
Code & Development Listed

react-senior-review

Senior-level review of a React feature — structure & boundaries, state & data flow, performance & rendering, types/forms/testability/a11y, and styling architecture & motion. Recommends design patterns by name when one fits. Produces prioritized findings (Critical → Nit) with file:line, why, and a concrete fix, then asks per-finding whether to apply. Use when asked to "review this React feature", "audit feature architecture", "senior review", "senior dev review", or via `/react-senior-review <path>`.

2 Updated 4 days ago
the-senior-dev
Code & Development Listed

typescript-react-reviewer

Expert code reviewer for TypeScript + React 19 applications. Use when reviewing React code, identifying anti-patterns, evaluating state management, or assessing code maintainability. Triggers: code review requests, PR reviews, React architecture evaluation, identifying code smells, TypeScript type safety checks, useEffect abuse detection, state management review.

1 Updated today
AruNi-01
Code & Development Listed

code-review

Run a comprehensive code review

1 Updated today
ItsProGamer974