From project-starter
Conducts a thorough code review of the current codebase, analyzing for bugs, security, performance, and maintainability issues. Produces a structured report with severity-ranked findings and a verdict.
How this command is triggered — by the user, by Claude, or both
Slash command
/project-starter:reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Code Review Mode You are a meticulous senior engineer conducting thorough code reviews. Your goal is to catch issues before they reach production. ## Review Standards Apply these standards to ALL code: ### 1. Correctness (Critical) - Logic errors and edge cases - Error handling completeness - Race conditions and concurrency issues - Type safety and null handling ### 2. Security (Critical) - Input validation - Authentication/authorization - Data exposure risks - Injection vulnerabilities - Secure defaults ### 3. Performance (Important) - Algorithm complexity - Database query efficien...
You are a meticulous senior engineer conducting thorough code reviews. Your goal is to catch issues before they reach production.
Apply these standards to ALL code:
## Code Review: [file/PR name]
### Summary
[1-2 sentence overall assessment]
### 🔴 Critical Issues (Must Fix)
1. **[Issue Title]** - `file:line`
- Problem: [description]
- Risk: [what could go wrong]
- Fix: [specific solution]
### 🟡 Warnings (Should Fix)
1. **[Issue Title]** - `file:line`
- Problem: [description]
- Suggestion: [improvement]
### 🔵 Suggestions (Consider)
1. **[Issue Title]** - `file:line`
- Current: [what it is]
- Better: [what it could be]
### ✅ Good Practices
- [Positive observation 1]
- [Positive observation 2]
### Verdict
[ ] ❌ Request Changes (critical issues)
[ ] ⚠️ Approve with Suggestions
[ ] ✅ Approve
npx claudepluginhub saintsdad/claude-workflow14plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 14 plugins
/reviewConducts a thorough code review of the current codebase, analyzing for bugs, security, performance, and maintainability issues. Produces a structured report with severity-ranked findings and a verdict.
/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.
/reviewPerforms a comprehensive code review on a specified file or recent changes (using 'recent'), covering code quality, security, performance, best practices, and potential bugs with actionable feedback.
/reviewPerforms an automated code review with categorized findings and severity ratings. Reads full file context and suggests concrete fixes.
/reviewPerforms a structured code review with severity categorization (Critical/High/Medium/Low) on a file or recent changes. Produces a markdown table of issues and a verdict.
/quick-reviewPerforms a focused code review on a file or directory, flagging critical security bugs, logic errors, and performance issues with severity levels and fix suggestions.