From agent-skills
Conducts a five-axis code review of staged or recent changes covering correctness, readability, architecture, security, and performance. Outputs categorized findings with file:line references and fix recommendations.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-skills:reviewcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the agent-skills:code-review-and-quality skill. Review the current changes (staged or recent commits) across all five axes: 1. **Correctness** — Does it match the spec? Edge cases handled? Tests adequate? 2. **Readability** — Clear names? Straightforward logic? Well-organized? 3. **Architecture** — Follows existing patterns? Clean boundaries? Right abstraction level? 4. **Security** — Input validated? Secrets safe? Auth checked? (Use security-and-hardening skill) 5. **Performance** — No N+1 queries? No unbounded ops? (Use performance-optimization skill) Categorize findings as Crit...
Invoke the agent-skills:code-review-and-quality skill.
Review the current changes (staged or recent commits) across all five axes:
Categorize findings as Critical, Important, or Suggestion. Output a structured review with specific file:line references and fix recommendations.
npx claudepluginhub marcoppers-bit/agent-skills71plugins reuse this command
First indexed Mar 22, 2026
Showing the 6 earliest of 71 plugins
/reviewConducts a five-axis code review of staged or recent changes covering correctness, readability, architecture, security, and performance. Outputs categorized findings with file:line references and fix recommendations.
/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.
/review-codePerforms a comprehensive code review across quality, architecture, security, and performance, producing a prioritized report with actionable remediation examples.
/code-reviewPerforms a comprehensive code quality review across 8 dimensions including security, performance, architecture, testing, and documentation, producing prioritized recommendations with file-level specifics.
/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.