🔀 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:
2. Review of changes
Go to the project where the repository and branch with your changes exist:
Then execute the command to launch the AI review tool:
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.