Help us improve
Share bugs, ideas, or general feedback.
Provides a comprehensive code review checklist following team standards
npx claudepluginhub natifridman/claude-plugins --plugin code-review-standardsHow 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 ...
/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.
/pr-reviewReviews pull requests for code quality, security, performance, and architecture, providing classified feedback (critical to info) based on provided diff or code snippets.
/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 uncommitted changes for security vulnerabilities, code quality issues, and best practices using git diff. Generates report with severity levels, locations, descriptions, fixes; blocks commits on critical/high issues.
Share bugs, ideas, or general feedback.
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: