code-reviewer

Review code changes for quality, security, performance, and maintainability.

30|7|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/saeed-vayghan/gemini-agent-skills --skill code-reviewer-saeed-vayghan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/saeed-vayghan/gemini-agent-skills/tree/main/.gemini/skills/code-reviewer
Command: npx skills add https://github.com/saeed-vayghan/gemini-agent-skills --skill code-reviewer-saeed-vayghan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring code quality, identifying security vulnerabilities, and optimizing performance by providing expert code review services.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code for quality, security, performance, and maintainability across multiple languages.
  • Best Practices Enforcement: Ensures adherence to coding standards, design patterns, and security best practices.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag potential issues in pull requests before they are merged, improving overall code health.

Quick Start

Use the code-reviewer skill to analyze the provided code changes for security vulnerabilities and performance bottlenecks.

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 security vulnerabilities and performance issues?

Automate code review by analyzing code changes against predefined checklists and best practices to identify vulnerabilities, code smells, and optimization opportunities across multiple programming languages.

What is the best way to enforce coding standards and security best practices in a pull request?

The best way to enforce coding standards is by integrating an expert code review mechanism into your pipeline that flags quality, security, and maintainability issues before merging pull requests.

How does static analysis find code smells and vulnerabilities during a code review?

Static analysis finds vulnerabilities during code review by evaluating code changes against predefined checklists and static analysis findings to detect security flaws, performance bottlenecks, and maintainability issues.

Can I review code for maintainability and performance across different programming languages?

Yes, you can review code for maintainability and performance across various programming languages by analyzing the provided code changes against established best practices and design patterns.

What context do I need to provide to perform a comprehensive code analysis?

To perform comprehensive code analysis, you must provide context via a query to the review context file and track the review progress using the specified progress tracking JSON file.

Are there limitations when automating code reviews for CI/CD pipelines?

Automating code reviews for CI/CD pipelines requires providing explicit context through query files and updating progress via tracking files, meaning it relies on structured input rather than autonomous repository scanning.