code-reviewer

Analyze code diffs and files to identify bugs, security vulnerabilities, and code smells.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill code-reviewer-shalevamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/shalevamin/The-_Ultimate_agents/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill code-reviewer-shalevamin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code, identifying potential bugs, security vulnerabilities, and areas for improvement, ensuring higher code quality and maintainability.

Core Features & Use Cases

  • Comprehensive Analysis: Detects bugs, security flaws (SQL injection, XSS), code smells, N+1 queries, naming issues, and architectural concerns.
  • Actionable Feedback: Produces a structured report with prioritized, clear recommendations.
  • Use Case: When a pull request is submitted, use this Skill to perform a thorough review, flagging critical issues before they are merged, and providing constructive feedback to the author.

Quick Start

Use the code-reviewer skill to review the code changes in the current pull request.

Frequently Asked Questions about code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a pull request for bugs and security vulnerabilities?

This skill analyzes code diffs and files to identify bugs, security vulnerabilities, and code smells, producing a structured review report with prioritized, actionable feedback.

What is the best way to detect N+1 queries and code smells in my code?

Analyzing code diffs and files identifies N+1 queries and code smells, flagging architectural concerns and naming issues to produce a prioritized report for refactoring opportunities.

Can I audit code quality and find refactoring opportunities in existing files?

Yes, you can perform a code quality audit by analyzing code files to detect security flaws, architectural concerns, and code smells, which identifies clear refactoring opportunities.

Does automated code review work for identifying SQL injection and XSS vulnerabilities?

Automated code review detects security flaws like SQL injection and XSS by analyzing code files and diffs, producing a structured report with prioritized, actionable feedback to resolve vulnerabilities.

What tools do I need to analyze code diffs for a structured review report?

Analyzing code diffs for a structured review report requires tools for reading files, grepping content, and globbing file paths to identify bugs and architectural concerns.

When should I use an automated code reviewer instead of manual inspection?

Use an automated code reviewer when a pull request is submitted to flag critical issues before merging, ensuring higher code quality and maintainability by catching bugs and security vulnerabilities.