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/code-reviewPerforms comprehensive code review across quality, security, performance, and maintainability. Provides actionable feedback categorized by severity. Also supports reviewing specific files, directories, or pull requests.
/pr-reviewReviews pull requests for code quality, security, bugs, and best practices, producing detailed feedback with suggested fixes and improvement areas.
/reviewReviews code quality of optional file or recent changes, providing assessment, issues found, recommendations, and best practices.
/reviewerReviews code across security, performance, maintainability, API contracts, data integrity, test coverage, and error handling by invoking a specialist multi-agent review pipeline.
/reviewRuns a structured code review workflow with self-review checklist, severity classification, and PR feedback handling. Produces a review summary with verdict.
/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.