Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Open AI Code Review ASI FORK
Open AI Code Review ASI FORK

Open AI Code Review ASI FORK

Advanced Solutions International

|
26 installs
| (0) | Free
Integrate Open AI for automated code reviews in Azure DevOps Pull Requests. Enhance code quality and improve review efficiency.
Get it free

Open AI Code Review Extension

Supercharge Your Code Reviews with Open AI

Welcome to the ASI Open AI Code Review Extension – your new ally in building top-notch software! This extension seamlessly integrates Open AI's powerful language models into your Azure DevOps pipeline, transforming code reviews into an intelligent and efficient process.

Get Started Now!

Enhance your development workflow with Open AI Code Review. Start receiving intelligent and actionable insights on your code changes. Install the extension today and experience the future of code reviews!

Why Choose Open AI Code Review?

  • Automated Code Reviews: Say goodbye to manual code inspections! Let Open AI analyze your code changes, catching bugs, performance issues, and suggesting best practices.
  • AI-Powered Insights: Leverage the latest advancements in natural language processing to receive insightful comments on your pull requests.
  • Faster Reviews: Reduce the time spent on code reviews. Let Open AI handle the routine, allowing your team to focus on impactful work.
  • Configurable and Customizable: Tailor the extension to your needs with customizable settings. Specify the Open AI model, define file exclusions, and more.

Prerequisites

  • An Open AI API Key

Getting started

  1. Install the Open AI Code Review DevOps Extension.

  2. Add Open AI Code Review Task to Your Pipeline:

    trigger:
      branches:
        exclude:
          - '*'
    
    pr:
      branches:
        include:
          - '*'
    
    jobs:
    - job: CodeReview
      pool:
        vmImage: 'ubuntu-latest'
      steps:
      - task: OpenAICodeReviewTask@1
        inputs:
          api_key: sk-70891234789423119847230lkfjadhsfljkadshfsdhkjl
          ai_model: 'gpt-3.5-turbo'
          bugs: true
          performance: true
          best_practices: true
          file_extensions: 'js,ts,css,html'
          file_excludes: 'file1.js,file2.py,secret.txt'
          additional_prompts: 'Fix variable naming, Ensure consistent indentation, Review error handling approach'`
    
    
  3. If you do not already have Build Validation configured for your branch already add Build validation to your branch policy to trigger the code review when a Pull Request is created

FAQ

Learn More

Visit the original github repo GitHub repository for additional documentation, updates, and support.

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