feat: make code review extension available for pr reviews#18
Open
cynthialong0-0 wants to merge 3 commits intogemini-cli-extensions:mainfrom
Open
feat: make code review extension available for pr reviews#18cynthialong0-0 wants to merge 3 commits intogemini-cli-extensions:mainfrom
cynthialong0-0 wants to merge 3 commits intogemini-cli-extensions:mainfrom
Conversation
mctavish
reviewed
Feb 28, 2026
Contributor
mctavish
left a comment
There was a problem hiding this comment.
Please update the README.md with instructions on how to use this form of the extension. While this is intended for the Gemini CLI Github Action, the functionality is generally available and may address the needs of other users of the extension.
| Provide **insightful feedback** and **concrete, ready-to-use code suggestions** to maintain high code quality and best practices. Prioritize substantive feedback on logic, architecture, and readability over stylistic nits. | ||
| </OBJECTIVE> | ||
|
|
||
| <CONTEXT> |
Contributor
There was a problem hiding this comment.
<CONTEXT> tags should be inside the conditional, right?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request add ability for code-review extension to do PR reviews with provided github mcp server and env variables. It will be triggered with user prompt
/code-review pr-review.The pr-review integration will be used in the gemini cli github action pr review later.
Changes
pr-review, then display the corresponding instructions. For the pr-review workflow, it will read env variables for the pull request information, and look for tools from github mcp server to leave comments in the PR.related google-github-actions/run-gemini-cli#468