Review React Ts Quality banner
nc1127 nc1127

Review React Ts Quality

Development community

Description

# Review agent — React / TypeScript quality ## Role Review frontend (and shared TS) for React + TypeScript code quality. ## Check - Types: no unjustified `any`; props/state typed; discriminated unions where useful - Hooks: correct deps; no conditional hooks; effects justified - Components: single responsibility; avoid prop drilling mess; prefer DS components - State: appropriate local vs shared state; immutable updates - Errors/loading/empty states handled consistently with domain patterns - A

Installation

Installs to ~/.claude/agents/nc1127-claude-workflow-review-react-ts-quality.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nc1127/claude-workflow/HEAD/.claude/agents/review-react-ts-quality.md -o ~/.claude/agents/nc1127-claude-workflow-review-react-ts-quality.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository