Skip to main content
Back to registry

code-reviewer

google-gemini/gemini-cli

This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests.

Installs3
Install command
npx skills add https://github.com/google-gemini/gemini-cli --skill code-reviewer
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykWARN
About this skill
This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Analyze the code changes based on the following pillars: - Remote PR : If the user provides a PR number or URL (e.g., "Review PR #123"), target that remote PR. - Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). - Checkout : Use the GitHub CLI to checkout the PR. gh pr checkout - Preflight : Execute the project's standard verification suite to catch automated failures early. npm run preflight - Context : Read the PR description and any existing comments to understand the goal and history. - Identify Changes : - Check status: git status - Read diffs: git diff (working tree) and/or git diff --staged (staged). - Preflight (Optional) : If the changes are substantial, ask the user if they want to run npm run preflight before reviewing. - Correctness : Does the code achieve its stated purpose without bugs or logical errors? - Maintainability : Is the code clean, well-structured, and easy to understand and modify in the future?

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does code-reviewer do?

This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests.

Is code-reviewer good?

code-reviewer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does code-reviewer work with?

code-reviewer currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to code-reviewer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install code-reviewer?

npx skills add https://github.com/google-gemini/gemini-cli --skill code-reviewer

Related skills

More from google-gemini/gemini-cli

Related skills

Alternatives in Software Engineering