Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>KocSistemPR-Reviewer-Dev
KocSistemPR-Reviewer-Dev

KocSistemPR-Reviewer-Dev

OneFrame

| (0) | Preview
This task review your pullrequests with GPT-based KoçSistem AI
This extension is now unpublished from Marketplace. You can choose to uninstall it.

Azure Pipelines GPT Pull Request Review Task

The Azure Pipelines feature for reviewing Pull Requests with GPT involves leveraging OpenAI's GPT model to examine Pull Requests and deliver feedback via comments directly within the Pull Request.

Setup Instructions

Before setting it up, make sure the build service can add to Pull Requests in your repository. Also, set up the task to let it use the system token.

Allow the build service agent to have permissions

contribute_to_pr

Grant Task Access to System Token

To enable this feature, choose the appropriate method based on your pipeline type:

For YAML Pipelines:

Include a checkout section in your YAML file and ensure persistCredentials is enabled by setting it to true.

steps:
- checkout: self
  persistCredentials: true

For Classic Pipelines:

Turn on "Allow scripts to access the OAuth token" by selecting it within the "Agent job" settings.

allow_access_token

Using Azure Open AI Service

To integrate the Azure Open AI service, input the endpoint and API key details for Azure OpenAI. The endpoint should be formatted as: https://{XXXXXXXX}.openai.azure.com/openai/deployments/{MODEL_NAME}/chat/completions?api-version={API_VERSION}

Choosing OpenAI Models

If not utilizing Azure's Open AI Service, select from the available models: "gpt-4", "gpt-3.5-turbo", or "gpt-3.5-turbo-16k". By default, "gpt-3.5-turbo" is selected if no model is specified.

Installation and Usage

Install the extension

First, add the extension to your Azure DevOps organization by clicking "Get it free" and follow the steps for installation. You might need to allow the extension access to your Azure DevOps account.

Add the Task to Your Pipeline

Post-installation, include the task in your build pipeline by clicking the "+" icon, search for "Review PullRequest by GPT", select, and add it.

Task Configuration

After adding the task, set it up by providing your OpenAI API key. Create an API key at https://platform.openai.com/account/api-keys.

Reviewing Pull Requests

The task reviews Pull Requests when the build is triggered by one. It comments on the Pull Request with any feedback. The task is skipped if the build is manually triggered.

Compatibility

The task is compatible with Linux and MacOS build agents.

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