Agent skill

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.

Stars 16
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/johnlindquist/claude-workshop-skills/tree/main/skills/review

SKILL.md

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
  • Anders Hejlsberg - strong typing, language/tooling ergonomics, structured APIs. Open instructions
  • Kent Beck - TDD discipline, rapid feedback loops, adaptive design. Open instructions
  • Bjarne Stroustrup - performance via abstraction, type safety, disciplined engineering. Open instructions
  • Brendan Eich - rapid innovation, creative problem-solving, pragmatic experimentation. Open instructions
  • John Carmack - low-level excellence, graphics/perf tuning, precision thinking. Open instructions
  • Jeff Dean - planet-scale systems, efficiency, distributed reliability. Open instructions
  • DHH - opinionated conventions, developer autonomy, simplicity over ceremony. Open instructions
  • Martin Fowler - refactoring readiness, evolutionary architecture, intentional design. Open instructions
  • GitHub Generation - collaboration hygiene, docs, CI/CD automation. Open instructions
  • Grace Hopper & Barbara Liskov - abstraction integrity, substitutability, modular design. Open instructions
  • Guido van Rossum - readability, Pythonic simplicity, pragmatic clarity. Open instructions
  • James Gosling - JVM portability, API stability, backward compatibility. Open instructions
  • Chris Lattner - compiler/toolchain innovation, language interoperability, performance. Open instructions
  • Linus Torvalds - kernel-level rigor, patch discipline, brutally honest feedback. Open instructions
  • Yukihiro "Matz" Matsumoto - Ruby aesthetics, human-centric design, joy in code. Open instructions
  • Brendan Gregg & Liz Rice - observability, tracing, data-first performance analysis. Open instructions
  • React Core Maintainer - hooks, concurrent rendering, DX-focused component patterns. Open instructions
  • Rob Pike - Go/Unix minimalism, concurrency primitives, composable tooling. Open instructions
  • Unix Traditionalist - small sharp tools, composability, text-first automation. Open instructions

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.

Expand your agent's capabilities with these related and highly-rated skills.

johnlindquist/claude-workshop-skills

ts-testing

Design, implement, and maintain high‑value TypeScript test suites using popular JS/TS testing libraries. Use this skill whenever the user is adding tests, debugging failing tests, or refactoring code that should be covered by tests.

16 4
Explore
johnlindquist/claude-workshop-skills

github

Manage GitHub issues using gh CLI - create, list, view, update, close, and assign issues. Use when working with GitHub issues, bug tracking, or project management tasks.

16 4
Explore
johnlindquist/claude-workshop-skills

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

16 4
Explore
johnlindquist/claude-workshop-skills

diagram

Maintain and synchronize Unified Impact Diagrams following Diagram Driven Development (DDD) methodology. Create, update, and manage diagrams that connect user value to technical implementation.

16 4
Explore
johnlindquist/claude-workshop-skills

chrome-devtools

Control and inspect Chrome browser using Chrome DevTools Protocol - navigate pages, debug network requests, analyze performance, take screenshots, interact with elements, and automate browser tasks.

16 4
Explore
johnlindquist/claude

testgen

Generate tests using AI and run test suites. Use for generating unit tests, running coverage reports, and mutation testing.

21 5
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results