code-reviewer

Review local code changes and GitHub pull requests for correctness and standards.

3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/lucasgrow/some-skills --skill code-reviewer-lucasgrow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/lucasgrow/some-skills/tree/main/gemini-code-reviewer
Command: npx skills add https://github.com/lucasgrow/some-skills --skill code-reviewer-lucasgrow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for correctness, maintainability, and adherence to project standards, whether for local changes or remote pull requests.

Core Features & Use Cases

  • Local Code Review: Analyze staged and unstaged changes in your local repository.
  • Remote PR Review: Review code directly from GitHub Pull Requests using the GitHub CLI.
  • Comprehensive Analysis: Evaluates code based on correctness, maintainability, readability, efficiency, security, and error handling.
  • Structured Feedback: Provides clear, constructive feedback with a summary, findings, and a recommendation.

Quick Start

Use the code-reviewer skill to review my local changes.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review local code changes for maintainability and security?

To review local code changes, the skill analyzes staged and unstaged files in your repository for correctness, maintainability, readability, efficiency, security, and error handling. It provides structured feedback with a summary, findings, and recommendations.

Can I review a GitHub pull request directly for code quality?

Yes, you can review a GitHub pull request directly. The skill uses the GitHub CLI to fetch remote pull request data and evaluates the code for security, maintainability, and adherence to project standards.

What does an automated code review analysis cover?

An automated code review analysis covers correctness, maintainability, readability, efficiency, security, and error handling. It ensures code adheres to project standards and delivers constructive, structured feedback.

Do I need the GitHub CLI to review remote pull requests?

Yes, the GitHub CLI is required to review remote pull requests. The skill depends on it to fetch pull request data from GitHub for comprehensive analysis and feedback generation.

What is the best way to ensure my code adheres to project standards before submission?

The best way to ensure code adheres to project standards is running a local code review before submission. The skill analyzes local changes and provides structured feedback on maintainability, security, and error handling.