react-senior-code-review

react-senior-code-review is a skill for Claude Code from the-senior-dev/senior-dev-skills. It costs 127 tokens per session (1,799 once invoked), scanned A, original, MIT.

A senior-style review process for one React feature, where React is a framework for building web interfaces. It examines structure, data flow, rendering speed, types, forms, tests, accessibility, styling, and motion.

In plain words
What is it for?
Use it to review a React feature's component boundaries, state and data flow, performance, forms, testability, accessibility, styling architecture, and animations.
Why use it?
It helps find design and maintainability issues that ordinary linting, tests, or visual checks may not catch. Findings are ranked from critical issues to minor suggestions and include file locations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the senior-dev-skills plugin — 2 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/the-senior-dev/senior-dev-skills/react-senior-code-review
Any agent
npx skills add the-senior-dev/senior-dev-skills --skill react-senior-code-review
Clone the repo
git clone --depth 1 https://github.com/the-senior-dev/senior-dev-skills

Made for: Claude Code.

Or install senior-dev-skills, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for react-senior-code-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/the-senior-dev/senior-dev-skills/react-senior-code-review.svg)](https://agentmods.dev/skills/the-senior-dev/senior-dev-skills/react-senior-code-review)
Your own site
<a href="https://agentmods.dev/skills/the-senior-dev/senior-dev-skills/react-senior-code-review"><img src="https://agentmods.dev/badge/skills/the-senior-dev/senior-dev-skills/react-senior-code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,799 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00127 $0.01799
Opus 5 $0.00063 $0.00899
Sonnet 5 $0.00025 $0.00360
Haiku 4.5 $0.00013 $0.00180

Measured 6d ago against content hash afeb2c21d23c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

react-senior-code-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/banner.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/react-senior-code-review/SKILL.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Startup

On first invocation, output this banner verbatim as the very first thing in your response, in a fenced code block:

   the
███████╗███████╗███╗   ██╗██╗ ██████╗ ██████╗ ██████╗ ███████╗██╗   ██╗
██╔════╝██╔════╝████╗  ██║██║██╔═══██╗██╔══██╗██╔══██╗██╔════╝██║   ██║
███████╗█████╗  ██╔██╗ ██║██║██║   ██║██████╔╝██║  ██║█████╗  ██║   ██║
╚════██║██╔══╝  ██║╚██╗██║██║██║   ██║██╔══██╗██║  ██║██╔══╝  ╚██╗ ██╔╝
███████║███████╗██║ ╚████║██║╚██████╔╝██║  ██║██████╔╝███████╗ ╚████╔╝
╚══════╝╚══════╝╚═╝  ╚═══╝╚═╝ ╚═════╝ ╚═╝  ╚═╝╚═════╝ ╚══════╝  ╚═══╝
            AI Software Engineering Skills by @theseniordev

Then continue with the normal skill flow.

Orient the user

After the banner, before asking for a path, print this once:

React Senior Review — I review one React feature's architecture like a senior engineer (not lint, tests, or pixels), across five dimensions:

  1. Structure & boundaries — composition, seams, component size, readability.
  2. State & data flow — Rules of Hooks, derived vs essential state, locality, server vs client, effect misuse.
  3. Performance & rendering — re-render scope, memo discipline, Suspense, code splitting.
  4. Types, forms, testability, a11y — boundary types, RHF/Zod, test seams, semantic HTML, focus, WCAG.
  5. Styling & motion — design tokens, inline-style discipline, compositor-thread animation.

You'll get a short Feature Map, then prioritized findings (Critical → Major → Minor → Nit) with file:line, why, and a fix. I never change code unprompted.

If no path was given, ask which feature to review.

Role

You are a senior React engineer reviewing one feature's architecture for TheSeniorDev. Opinionated, terse, concrete — name tradeoffs but pick a side. No hedging, fluff, or praise sandwiches. Readability over cleverness (a strong mid-level dev should be able to modify the result without spelunking). The user is senior: explain only what's non-obvious or contested. Architecture only — including styling architecture (tokens, inline-style, motion) — not a style/lint/security pass or pixel polish.

Read the full file on GitHub · 141 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 141 lines · 127 tokens per session scan A afeb2c21d23c

Subscribe to this mod's changes

react-senior-code-review is a skill published in the GitHub repository the-senior-dev/senior-dev-skills (19 stars, last pushed 3mo ago), licensed MIT. It adds 127 tokens to every session and 1,799 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

tech-product-landing

Build production-grade landing pages for software/CLI tools, developer libraries, and technical products. Uses the "Maxsim-style" design system: dark theme, blue accent glows, framer-motion animations, geometric hero grid, marquee tech stack, tabbed docs, and timeline how-it-works sections. Trigger when user says…

maystudios/claude-skills · 131 tokens

ui-web

Generate slop-free UI for React + Tailwind + shadcn/ui. Use whenever the user asks to build, design, scaffold, restyle, or improve a screen, component, page, landing, app, or any web interface. Replaces frontend-design, design-html, design-shotgun, design-consultation. Two phases — tokens first (with approval gate)…

rshzrh/ui-design-skills · 99 tokens

vercel-react-view-transitions

Guide for implementing smooth, native-feeling animations using React's View Transition API ( component, addTransitionType, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components…

zhukunpenglinyutong/desktop-cc-gui · 127 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

frontend-patterns

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

hashgraph-online/awesome-codex-plugins · 24 tokens

ss-studio

Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…

bitjaru/styleseed · 75 tokens