review
Centralizes persona-driven code reviews (Fowler, Torvalds, Carmack, React core, etc.) so Claude can pick or combine expert viewpoints when the user asks for a code review or perspective-specific critique.
What this skill does
# Review Skill Unifies every reviewer persona into one Skill. Claude activates this Skill whenever code should be reviewed and then "lazy loads" the exact perspective by opening the reference docs linked below or by spawning persona-specific subagents. ## Critical Workflow **REQUIRED**: Before conducting ANY code review, you MUST load the relevant persona reference file(s) using the Read tool. These references contain the specific review priorities, perspective, and evaluation criteria for each reviewer persona. 1. Collect the code/diff context plus the user's goals (bugs, architecture, performance, etc.). 2. **MANDATORY: Parse reviewer hints** (e.g., "perf, react, typescript") and **READ the matching reference file(s) directly using the Read tool** BEFORE reviewing: - AI/ML concerns → Read `references/ai-reviewer.md` FIRST - Type system concerns → Read `references/anders-reviewer.md` FIRST - Testing/TDD concerns → Read `references/beck-reviewer.md` FIRST - Performance/abstraction → Read `references/bjarne-reviewer.md` FIRST - Innovation/pragmatism → Read `references/brendan-reviewer.md` FIRST - Low-level performance → Read `references/carmack-reviewer.md` FIRST - Distributed systems → Read `references/dean-reviewer.md` FIRST - Convention/simplicity → Read `references/dhh-reviewer.md` FIRST - Refactoring/architecture → Read `references/fowler-reviewer.md` FIRST - Collaboration/CI/CD → Read `references/github-reviewer.md` FIRST - Abstraction/modularity → Read `references/grace-reviewer.md` FIRST - Readability/Python → Read `references/guido-reviewer.md` FIRST - Portability/Java → Read `references/james-reviewer.md` FIRST - Compiler/tooling → Read `references/lattner-reviewer.md` FIRST - Systems/rigor → Read `references/linus-reviewer.md` FIRST - Developer joy/Ruby → Read `references/matz-reviewer.md` FIRST - Observability/tracing → Read `references/perf-reviewer.md` FIRST - React patterns → Read `references/react-reviewer.md` FIRST - Go/concurrency → Read `references/rob-reviewer.md` FIRST - Unix philosophy → Read `references/unix-reviewer.md` FIRST 3. **Apply the reviewer persona's perspective** by following their specific guidance and priorities from the loaded reference. 4. Cite specific files/lines, flag issues, and provide concrete recommendations. **DO NOT attempt to conduct a code review without first loading the appropriate persona reference file(s).** ## General Checklist - Understand inputs/outputs, dependencies, and expected behavior before judging the change. - Use the allowed tools (`Read`, `Grep`, `Glob`, `Bash`) to inspect implementation, history, and tests. - Evaluate correctness, safety, performance, maintainability, and user impact. - Flag missing tests, weak docs, regressions, or architectural drift; propose concrete fixes. - Summarize findings in severity order, then note risks, questions, and verification steps. ## Multi-Perspective Reviews When multiple personas are requested (e.g., "review this with Anders and React perspectives"): - Read each relevant reference file from the list below - Apply each perspective's priorities and concerns to the code - Synthesize findings: highlight where perspectives agree or conflict - Prioritize issues by severity across all perspectives ## Persona References (load on demand) - **AI Visionaries** - adaptive systems, emergent behavior, data-driven design. [Open instructions](references/ai-reviewer.md) - **Anders Hejlsberg** - strong typing, language/tooling ergonomics, structured APIs. [Open instructions](references/anders-reviewer.md) - **Kent Beck** - TDD discipline, rapid feedback loops, adaptive design. [Open instructions](references/beck-reviewer.md) - **Bjarne Stroustrup** - performance via abstraction, type safety, disciplined engineering. [Open instructions](references/bjarne-reviewer.md) - **Brendan Eich** - rapid innovation, creative problem-solving, pragmatic experimentation. [Open instructions](references/brendan-reviewer.md) - **John Carmack** - low-level excellence, graphics/perf tuning, precision thinking. [Open instructions](references/carmack-reviewer.md) - **Jeff Dean** - planet-scale systems, efficiency, distributed reliability. [Open instructions](references/dean-reviewer.md) - **DHH** - opinionated conventions, developer autonomy, simplicity over ceremony. [Open instructions](references/dhh-reviewer.md) - **Martin Fowler** - refactoring readiness, evolutionary architecture, intentional design. [Open instructions](references/fowler-reviewer.md) - **GitHub Generation** - collaboration hygiene, docs, CI/CD automation. [Open instructions](references/github-reviewer.md) - **Grace Hopper & Barbara Liskov** - abstraction integrity, substitutability, modular design. [Open instructions](references/grace-reviewer.md) - **Guido van Rossum** - readability, Pythonic simplicity, pragmatic clarity. [Open instructions](references/guido-reviewer.md) - **James Gosling** - JVM portability, API stability, backward compatibility. [Open instructions](references/james-reviewer.md) - **Chris Lattner** - compiler/toolchain innovation, language interoperability, performance. [Open instructions](references/lattner-reviewer.md) - **Linus Torvalds** - kernel-level rigor, patch discipline, brutally honest feedback. [Open instructions](references/linus-reviewer.md) - **Yukihiro \"Matz\" Matsumoto** - Ruby aesthetics, human-centric design, joy in code. [Open instructions](references/matz-reviewer.md) - **Brendan Gregg & Liz Rice** - observability, tracing, data-first performance analysis. [Open instructions](references/perf-reviewer.md) - **React Core Maintainer** - hooks, concurrent rendering, DX-focused component patterns. [Open instructions](references/react-reviewer.md) - **Rob Pike** - Go/Unix minimalism, concurrency primitives, composable tooling. [Open instructions](references/rob-reviewer.md) - **Unix Traditionalist** - small sharp tools, composability, text-first automation. [Open instructions](references/unix-reviewer.md) Each reference stays out of context until explicitly opened, keeping Claude's context lean while still giving fast access to the original, detailed reviewer guidance.
Related in Web Dev
generating-lwc-components
IncludedLightning Web Components with PICKLES methodology and 165-point scoring. Use this skill when the user creates or edits LWC components, builds wire service patterns, or writes Jest tests for LWC. TRIGGER when: user creates/edits LWC components, touches lwc/**/*.js, .html, .css, .js-meta.xml files, or asks about wire service, SLDS, or Jest LWC tests. DO NOT TRIGGER when: Apex classes (use generating-apex), Aura components, or Visualforce.
tanstack-query
IncludedManage server state in React with TanStack Query v5. Set up queries with useQuery, mutations with useMutation, configure QueryClient caching strategies, implement optimistic updates, and handle infinite scroll with useInfiniteQuery. Use when: setting up data fetching in React projects, migrating from v4 to v5, or fixing object syntax required errors, query callbacks removed issues, cacheTime renamed to gcTime, isPending vs isLoading confusion, keepPreviousData removed problems.
document-processor-api
IncludedProcess documents with Nutrient DWS. Use when the user wants to generate PDFs from HTML or URLs, convert Office/images/PDFs, assemble or split packets, OCR scans, extract text/tables/key-value pairs, redact PII, watermark, sign, fill forms, optimize PDFs, or produce compliance outputs like PDF/A or PDF/UA. Triggers include convert to PDF, merge these PDFs, OCR this scan, extract tables, redact PII, sign this PDF, make this PDF/A, or linearize for web delivery.
nutrient-document-processing
IncludedProcess documents with Nutrient DWS. Use when the user wants to generate PDFs from HTML or URLs, convert Office/images/PDFs, assemble or split packets, OCR scans, extract text/tables/key-value pairs, redact PII, watermark, sign, fill forms, optimize PDFs, or produce compliance outputs like PDF/A or PDF/UA. Triggers include convert to PDF, merge these PDFs, OCR this scan, extract tables, redact PII, sign this PDF, make this PDF/A, or linearize for web delivery.
tanstack-query
IncludedManage server state in React with TanStack Query v5. Covers useMutationState, simplified optimistic updates, throwOnError, network mode (offline/PWA), and infiniteQueryOptions. Use when setting up data fetching, fixing v4→v5 migration errors (object syntax, gcTime, isPending, keepPreviousData), or debugging SSR/hydration issues with streaming server components.
accelint-nextjs-best-practices
IncludedNext.js performance optimization and best practices. Use when writing Next.js code (App Router or Pages Router); implementing Server Components, Server Actions, or API routes; optimizing RSC serialization, data fetching, or server-side rendering; reviewing Next.js code for performance issues; fixing authentication in Server Actions; or implementing Suspense boundaries, parallel data fetching, or request deduplication.