From Claude Code Setup
Full code review - security, types, quality, performance
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-code-setup:code-reviewThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Code Review: $ARGUMENTS Perform a comprehensive code review. > Sections 0, 1, 2 and 5 assume a TypeScript/React stack — they are a > frontend-stack example. Replace them with your language/framework > equivalents (compiler check, idiomatic-usage check, perf checklist). ## Target $ARGUMENTS If no target specified, review files changed since last commit: ## Review Areas ### 0. Compilation (run first — frontend-stack example, customize) Fix any compilation errors before proceeding with manual review. ### 1. TypeScript (frontend-stack example — customize) - Check for `any` types...
Perform a comprehensive code review.
Sections 0, 1, 2 and 5 assume a TypeScript/React stack — they are a frontend-stack example. Replace them with your language/framework equivalents (compiler check, idiomatic-usage check, perf checklist).
$ARGUMENTS
If no target specified, review files changed since last commit:
git diff --name-only HEAD~1 HEAD | grep -E '\.(ts|tsx|js|jsx)$'
npx tsc --noEmit
Fix any compilation errors before proceeding with manual review.
any typesnpx tsc --noEmit passesnpx claudepluginhub akuroglo/claude-code-setup --plugin claude-code-setup/code-reviewReviews local uncommitted changes or GitHub pull requests for security, code quality, and best practices. Produces a severity-graded report and can block commits on critical issues.
/code-reviewPerforms a thorough multi-agent code review of a GitHub pull request, checking for bugs, compliance with CLAUDE.md, historical context, and previous PR feedback.
/code-reviewReviews source files changed during a development phase for bugs, security vulnerabilities, and code quality issues. Produces a REVIEW.md artifact with severity-classified findings and supports fix applying.
/code-reviewReviews uncommitted changes for security vulnerabilities, code quality issues, and best practices. Generates a severity-ranked report and blocks commits on critical/high issues.
/code-reviewPerforms a comprehensive code quality review across 8 dimensions including security, performance, architecture, testing, and documentation, producing prioritized recommendations with file-level specifics.
/code-reviewPerforms a comprehensive code quality review across 8 dimensions including security, performance, architecture, testing, and documentation, producing prioritized recommendations with file-level specifics.