Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>CodeAnt AI - Code Review Assistant
CodeAnt AI - Code Review Assistant

CodeAnt AI - Code Review Assistant

CodeAnt AI

|
461 installs
| (2) | Free
AI-powered pull request review with quality gate checks and pipeline tasks
Get it free

How to setup

  • Setup guide link
  • Onboarding/Support call link
  • More information link

AI Code Review

On every pull request, CodeAnt AI will:

  1. Summarize the changes made
  2. One-click fixing of code quality issues
  3. Detect application security issues (SAST)
  4. Detect infrastructure misconfigurations (IaC)
  5. Scan for secrets, keys and tokens
  6. Add custom company policies in plain English

The tool already includes over 30,000 deterministic checks in addition to AI-based checks, across 30+ languages. You can enable or disable any existing rule. Learn more here.


Code Quality Platform

We will scan every repository in your organization and inform you about:

  1. Complex code
  2. Dead & Duplicate code
  3. Help you fix code quality issues and anti-patterns
  4. Document your entire codebase according to your company-specific standards

Code Security Platform

We will scan your entire codebase to:

  1. Find all application security issues (SAST)
  2. Identify open-source dependency issues (SCA)
  3. Detect end-of-life software issues
  4. Fix exposed tokens, keys, and secrets
  5. Address infrastructure security issues (IaC)

Pipeline Tasks

This extension provides three pipeline tasks to integrate CodeAnt AI into your Azure DevOps CI/CD workflows:

1. CodeAnt Quality Gate

Enforces quality gate checks in your pipeline. Fails the build if code quality standards are not met.

Usage:

- task: codeant-quality-gate@1
  inputs:
    accessToken: $(ACCESS_TOKEN)
    baseUrl: 'https://api.codeant.ai'

2. CodeAnt CI Scan

Runs comprehensive code analysis during CI builds, including security scanning, code quality checks, and anti-pattern detection.

Usage:

- task: codeant-ci-scan@1
  inputs:
    accessToken: $(ACCESS_TOKEN)
    baseUrl: 'https://api.codeant.ai'

3. CodeAnt Coverage Upload

Uploads test coverage reports to CodeAnt AI for tracking and analysis.

Usage:

- task: codeant-coverage-upload@1
  inputs:
    accessToken: $(ACCESS_TOKEN)
    baseUrl: 'https://api.codeant.ai'
    coveragePath: 'coverage/coverage.xml'

Features Summary

CodeAnt AI is a comprehensive Code Health Platform that provides:

Pipeline Integration:

  • Quality gate enforcement in CI/CD pipelines
  • Automated code scanning during builds
  • Coverage tracking and reporting

Pull Request Automation:

  • AI-powered PR reviews and summaries
  • Automated code quality and security feedback
  • Interactive Q&A on PR comments

All features work together to help you find and fix code quality and security issues in existing codebases, CI/CD workflows, and incoming pull requests.


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