code-reviewer

code reviewer

google-gemini 106k ↓ 8.5k Apache-2.0 updated 25d ago
Claude Code
View source ↗

What it does

  • Remote PR: If the user provides a PR number or URL (e.g., "Review PR #123"), target that remote PR.
  • Check status: git status
  • Read diffs: git diff (working tree) and/or git diff --staged (staged).
  • Correctness: Does the code achieve its stated purpose without bugs or logical errors?
  • Readability: Is the code well-commented (where necessary) and consistently formatted according to our project's coding style guidelines?
  • Efficiency: Are there any obvious performance bottlenecks or resource inefficiencies introduced by the changes?
  • Security: Are there any potential security vulnerabilities or insecure coding practices?

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

code reviewer

Source

Repository: https://github.com/google-gemini/gemini-cli

code-reviewer FAQ

What does the code-reviewer skill do?

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards. Remote PR: If the user provides a PR number or URL (e.g., "Review PR #123"), target that remote PR. Check status: git status

How do I install code-reviewer?

Run: npx -y skills add https://github.com/google-gemini/gemini-cli --skill code-reviewer --agent claude-code — the source lives at github.com/google-gemini/gemini-cli.

Maintain code-reviewer?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

code-reviewer on getagentictools
[![code-reviewer on getagentictools](https://getagentictools.com/badge/skills/google-gemini-gemini-cli-code-reviewer.svg)](https://getagentictools.com/skills/google-gemini-gemini-cli-code-reviewer?ref=badge)
npx agentictools info skills/google-gemini-gemini-cli-code-reviewer

The second line is the CLI lookup for this page — handy in READMEs and docs.