code-reviewer

Automates severity-based code reviews for vulnerabilities, bugs, performance, and maintainability in pull requests and code changes across languages and frameworks.

2|2|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/mehdiozdemir/awesome-agent-skills --skill code-reviewer-mehdiozdemir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/mehdiozdemir/awesome-agent-skills/tree/main/skills/code-review
Command: npx skills add https://github.com/mehdiozdemir/awesome-agent-skills --skill code-reviewer-mehdiozdemir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are critical to ensuring security, reliability, and maintainability across codebases. This skill provides a structured approach to identify vulnerabilities, logic errors, performance pitfalls, and quality gaps during review.

Core Features & Use Cases

  • Security Analysis: Identify vulnerabilities, insecure patterns, and misconfigurations.
  • Bug Detection: Catch logical errors, edge cases, and null references.
  • Performance & Quality: Highlight inefficiencies, memory usage concerns, and maintainability issues.
  • Architecture & Best Practices: Evaluate design decisions, SOLID principles, and coding standards.

Quick Start

Inspect a pull request and generate a prioritized, actionable list of findings.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for a pull request?

Automated code review analyzes pull requests to identify vulnerabilities, bugs, and performance issues. It generates a prioritized, severity-based list of findings with actionable remediation guidance.

What is severity-based code review and how does it work?

Severity-based code review evaluates code changes by categorizing findings by impact level. It checks for security vulnerabilities, logical errors, and maintainability issues, then outputs structured remediation steps.

Can I use automated code review across different programming languages and frameworks?

Automated code review applies to code changes across various languages and frameworks. It evaluates design decisions, SOLID principles, and coding standards without requiring specific language dependencies.

What's the best way to detect security vulnerabilities and bugs during code review?

Detecting vulnerabilities and bugs during code review requires analyzing code patterns for misconfigurations, logical errors, and edge cases. This skill identifies insecure patterns and null references, providing actionable fixes.

How do I check my code for performance pitfalls and architecture quality?

Checking performance and architecture quality involves evaluating memory usage, inefficiencies, and design decisions against best practices. The review highlights maintainability issues and SOLID principle violations.