https://github.com/gemini-cli-extensions/code-review
Google's Code Review extension for the Gemini CLI that reviews your code changes
https://github.com/gemini-cli-extensions/code-review
gemini gemini-cli gemini-cli-extensions
Last synced: 3 months ago
JSON representation
Google's Code Review extension for the Gemini CLI that reviews your code changes
- Host: GitHub
- URL: https://github.com/gemini-cli-extensions/code-review
- Owner: gemini-cli-extensions
- License: apache-2.0
- Created: 2025-09-09T15:38:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T18:58:53.000Z (3 months ago)
- Last Synced: 2025-10-03T20:38:39.701Z (3 months ago)
- Topics: gemini, gemini-cli, gemini-cli-extensions
- Homepage:
- Size: 16.6 KB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code-of-conduct.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-gemini-cli-extensions - code-review - Google’s Code Review extension for the Gemini CLI that reviews your code changes. (Development / Observability & Monitoring)
- my-awesome - gemini-cli-extensions/code-review - cli,gemini-cli-extensions pushed_at:2025-10 star:0.3k fork:0.0k Google's Code Review extension for the Gemini CLI that reviews your code changes (Others)
README
# Gemini CLI Code Review Extension
The Code Review extension is an open-source Gemini CLI extension, built to enhance your repository's code quality. The extension adds a new command to Gemini CLI that analyzes code changes to identify a variety of code quality issues.
This extension is brought to you by the authors of the [Gemini Code Assist GitHub App](https://github.com/apps/gemini-code-assist), which provides code reviews directly in your GitHub pull requests.
## Installation
Install the Code Review extension by running the following command from your terminal *(requires Gemini CLI v0.4.0 or newer)*:
```bash
gemini extensions install https://github.com/gemini-cli-extensions/code-review
```
If you do not yet have Gemini CLI installed, or if the installed version is older than 0.4.0, see
[Gemini CLI installation instructions](https://github.com/google-gemini/gemini-cli?tab=readme-ov-file#-installation).
## Use the extension
The Code Review extension adds the `/code-review` command to Gemini CLI which analyzes code changes on your current branch for quality issues.
## Resources
- [Gemini CLI extensions](https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/index.md): Documentation about using extensions in Gemini CLI
- [Blog post](https://blog.google/technology/developers/gemini-cli-extensions/): Announcement of Gemini CLI Extensions
- [GitHub issues](https://github.com/gemini-cli-extensions/code-review/issues): Report bugs or request features
## Legal
- License: [Apache License 2.0](https://github.com/gemini-cli-extensions/code-review/blob/main/LICENSE)