Page:
local kodo tool
Pages
Home
ai reviewer output format
apply review skill
bb configuration parameters
bb extension of rules
bb faq troubleshooting
bb how to integrate
bb how to use
bb limitations and best practices
bb overriding rules
bb placeholder system
bb review template performance
bb review template security
bb review template tech writer
cc kodo tool
code review skill
configuration parameters
extension of rules
faq troubleshooting
how to integrate
how to use
limitations and best practices
local kodo tool
local overriding settings
overriding rules
placeholder system
review template performance
review template security
review template tech writer
reviewer token
Clone
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:
- .NET 8+ installed
- The latest version of Claude Code CLI installed
- An active subscription for Claude Code CLI
- 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.
🤖 Kodo AI Reviewer
📚 Gitea
👩💻 Developer
🧑🔧 Tech Lead
- CI/CD Integration
- Extension of Existing Review Rules
- Overriding Review Rules
- Troubleshooting
- Configuration and Parameters
📚 Bitbucket
👩💻 Developer
🧑🔧 Tech Lead
- CI/CD Integration
- Extension of Existing Review Rules
- Overriding Review Rules
- Troubleshooting
- Configuration and Parameters