code-reviewer

Review local code changes and remote pull requests for correctness and maintainability.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides agents to perform thorough code reviews for both local changes and remote Pull Requests, ensuring adherence to project standards.

Core Features & Use Cases

  • Determine Review Target: identify whether reviewing local changes or a remote PR, and adapt the workflow accordingly.
  • In-Depth Analysis: evaluate correctness, maintainability, readability, efficiency, security, edge cases, and testability.
  • Feedback Delivery: provide actionable, structured feedback to improve code quality and maintainability.

Quick Start

Use this skill to review the latest changes in a local working tree or an identified 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 pull requests for correctness and maintainability?

To review pull requests for correctness and maintainability, this skill identifies and analyzes code changes in remote PRs by number or URL, evaluating readability, efficiency, security, edge cases, and testability to deliver actionable feedback.

Can I review local git changes before creating a commit?

Yes, you can review local git changes before creating a commit. This skill analyzes both staged and unstaged changes in local worktrees, applying in-depth checks for code quality and best practices to ensure project standards are met.

What aspects of code quality are checked during a code review?

During a code review, this skill checks correctness, maintainability, readability, efficiency, security, edge cases, and testability. It provides structured feedback to improve overall code quality across local changes and remote pull requests.

Does this code review skill work with local unstaged changes?

Yes, this code review skill works with local unstaged changes. It determines the review target by identifying whether you are reviewing local worktree changes or remote PRs, and adapts the workflow accordingly for both scenarios.

What is the best way to analyze a remote pull request by its number?

The best way to analyze a remote pull request by its number is using this skill, which identifies PR changes via number or URL and delivers structured, actionable feedback to improve correctness and maintainability.