review
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.
- Collect the code/diff context plus the user's goals (bugs, architecture, performance, etc.).
- 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.mdFIRST - Type system concerns → Read
references/anders-reviewer.mdFIRST - Testing/TDD concerns → Read
references/beck-reviewer.mdFIRST - Performance/abstraction → Read
references/bjarne-reviewer.mdFIRST - Innovation/pragmatism → Read
references/brendan-reviewer.mdFIRST - Low-level performance → Read
references/carmack-reviewer.mdFIRST - Distributed systems → Read
references/dean-reviewer.mdFIRST - Convention/simplicity → Read
references/dhh-reviewer.mdFIRST - Refactoring/architecture → Read
references/fowler-reviewer.mdFIRST
- AI/ML concerns → Read
More from 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.
34diagram
Maintain and synchronize Unified Impact Diagrams following Diagram Driven Development (DDD) methodology. Create, update, and manage diagrams that connect user value to technical implementation.
26frontend-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.
17github
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.
16ts-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.
15