react-03-review

Identify issues in changed React files and generate a prioritized Fix Checklist.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tak-bro/claude-code --skill react-03-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-03-review
Source: https://github.com/tak-bro/claude-code/tree/main/skills/react-03-review
Command: npx skills add https://github.com/tak-bro/claude-code --skill react-03-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify issues in React code during reviews and produce an actionable Fix Checklist for the next development phase.

Core Features & Use Cases

  • Target only changed files (via git diff) to focus reviews on relevant changes.
  • Produce exact file:line references and concrete code snippets for suggested fixes.
  • Generate a prioritized Fix Checklist guiding refactors, corrections, and QA steps.

Quick Start

Run a review on the changed React files and output a Fix Checklist for the next phase.

Frequently Asked Questions about react-03-review

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

FAQPage Schema
How do I review only changed React files in a PR for code quality?

React code review can target only changed files by using git diff --name-only to identify targets in PRs and feature branches, ensuring reviews focus exclusively on relevant modifications.

How do I generate an actionable fix checklist from a React code review?

React code review generates a prioritized Fix Checklist by identifying issues with exact file:line references and concrete code snippets, guiding refactors, corrections, and QA steps for the next development phase.

What is the best way to identify React best-practice violations during a code review?

Identifying React best-practice violations requires analyzing changed files via git diff to pinpoint specific issues, providing exact file:line references and fix examples to produce a concrete Fix Checklist.

Can I use this React review tool on a feature branch with uncommitted changes?

React review applies to changed files only, using git diff --name-only to identify targets in PRs and feature branches, making it suitable for reviewing feature branch modifications.

Does the React code review output include specific code fix examples?

React code review requires explicit file:line references and includes concrete fix examples for suggested corrections, outputting a Fix Checklist that guides the next development cycle.