Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Gemini AI Pull Request Review
Gemini AI Pull Request Review

Gemini AI Pull Request Review

Ong Wai Kiat

|
3 installs
| (0) | Free
A task that review Pull Request using Gemini model from Gemini AI
Get it free

Gemini AI Pull Request review Task for Azure Pipelines

The Gemini AI Pull Request Review Task for Azure Pipelines is designed to use the AI model from Gemini AI to review Pull Requests and provide feedback as comments in the Pull Request.

Setup

Before using this task, ensure that the build service has permissions to contribute to Pull Requests in your repository, and allow the task to access the system token.

Give permission to the build service agent

before use this task, make sure that the build service has permissions to contribute to pull requests in your repository

Allow Task to access the system token

Depending on the type of pipeline you are using, follow one of the two steps below:

Yaml pipelines

Add a checkout section with persistCredentials set to true.

steps:
  - checkout: self
    persistCredentials: true

Classic editors

Enable the option "Allow scripts to access the OAuth token" in the "Agent job" properties

Gemini AI Models

Currently only support gemini-2.0-flash, gemini-1.5-flash model Models: https://ai.google.dev/gemini-api/docs/models Rate limits: https://ai.google.dev/gemini-api/docs/rate-limits

How to use it

Install the extension

To use the Gemini AI Pull Request Review Task, first install the extension in your Azure DevOps organization. Click on the "Get it free" button and follow the prompts to install it. You may need to authorize the extension to access your Azure DevOps account.

Configure the task

Once you have added the task to your pipeline, configure it. In the task configuration, provide your API key for Gemini AI API.

Review Pull Requests

When the build is triggered from a Pull Request, the task will review it. If there is feedback on the changed code, the task will add comments to the Pull Request. If the build is triggered manually, the task will be skipped.

Compatible with Linux Build Agents

The tasks can execute on all supported build agent operating systems including Linux and MacOS.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft