1
local kodo tool
Alexey Efimchik edited this page 2026-04-02 10:48:12 +07:00

🔀 Local Kodo Tool

📌 Introduction

You can use the AI review tool locally. This will simplify the development and verification of changes.

🔍 Requirements

To use the Claude Code AI-powered code checking tool, you will need the following:

  1. .NET 8+ installed
  2. The latest version of Claude Code CLI installed
  3. An active subscription for Claude Code CLI
  4. Git tool installed and project with repository

1. Tool installation

Use the following command to install the tool in your environment:

dotnet tool install --global DT.AIReview.Tool

2. Review of changes

Go to the project where the repository and branch with your changes exist:

cd your-awesome-project

Then execute the command to launch the AI review tool:

ai-review --vcs="local"

3. Review results

As a result of the tool's work, in the folder where you executed the review command, you will see a file named "review-result.md" that contains detailed results with a review of the changes between the base and target branches.