Provides a comprehensive code review checklist following team standards
How this command is triggered — by the user, by Claude, or both
Slash command
/code-review-standards:code-reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Code Review Standards You are conducting a code review following our team's established standards and best practices. Provide a thorough review covering the following areas: ## Code Quality - Is the code readable and well-structured? - Are variable and function names clear and descriptive? - Is the code following DRY (Don't Repeat Yourself) principles? - Are there any code smells or anti-patterns? - Is the complexity appropriate? Are there overly complex functions that should be broken down? ## Functionality - Does the code accomplish what it's supposed to do? - Are edge cases handled ...
You are conducting a code review following our team's established standards and best practices. Provide a thorough review covering the following areas:
After reviewing, provide:
npx claudepluginhub natifridman/claude-plugins --plugin code-review-standards/pr-reviewReviews specified pull request for code quality, security vulnerabilities, bugs, test coverage, functionality, and best practices, providing detailed structured feedback and suggestions.
/reviewReviews code quality of optional file or recent changes, providing assessment, issues found, recommendations, and best practices.
/code-reviewPerforms code review on files, directories, recent git changes, or PRs, providing actionable feedback on quality, security, performance, maintainability, and testing.
/reviewerReviews code across security, performance, maintainability, API contracts, data integrity, test coverage, and error handling by invoking a specialist multi-agent review pipeline.
/code-reviewReviews local uncommitted changes or GitHub pull requests for security, code quality, and best practices. Also supports PR review mode with full file context.
/code-reviewReviews source files changed during a phase for bugs, security issues, and code quality problems. Produces a REVIEW.md artifact with severity-classified findings at configurable depth (quick, standard, deep). Also supports --fix to auto-apply fixes.