@qodo/command) or Qodo Gen CLI. Those were code-generation agents you drove directly; the Agentic Toolbox is a set of tools your agent calls on its own. If you have an existing Qodo Command installation, installing the Agentic Toolbox replaces it automatically. There’s no separate uninstall step.
Qodo technologies powering the Agentic Toolbox
- Code review: Powers review for local and pull request changes.
- Codebase knowledge: Provides understanding of code, dependencies, relationships, and history.
- Cross-repository relationship mapping: Connects related code and dependencies across repositories.
- Pull request history: Provides context from previous pull requests and changes.
- Rules: Provides the standards and rules used to guide implementation and review.
The Agentic Toolbox extends Qodo Code Review into your local development workflow. After you open a pull request, Qodo Code Review continues to provide automated review and collaboration directly in your pull request workflow.
Supported interfaces
The Agentic Toolbox is available through the following interfaces.Agentic Toolbox tools
The Agentic Toolbox provides tools for different stages of your agentic workflow. Your coding agent accesses these tools through agent skills.Install the Agentic Toolbox
Prerequisite
- Node.js 20 or later.
macOS/ Linux (including Git Bash and WSL)
Windows PowerShell
no administrator privileges requiredHow Agentic Toolbox skills stay up to date
Agentic Toolbox skills are included with your Agentic Toolbox installation. During interactive use, the Agentic Toolbox periodically checks for updates and installs a newer version in the background when one is available. The updated version is used the next time you run aqodo command.
After the Agentic Toolbox updates, the next qodo command refreshes installed, Qodo-managed skills from the skill set included with the installed version. You can also run qodo update to check for and install an update manually.
By default, the Agentic Toolbox also adds newly released recommended skills to coding agent environments where you already installed Qodo skills. It does not add skills to environments where you have not installed any Qodo skills, and it does not overwrite skills that you own or have customized.
Configure coding agent instructions
Coding agents can use the Agentic Toolbox more effectively when its instructions are included in their agent instruction file. Add the Qodo Agentic Toolbox instructions below to your agent instruction file, such as AGENTS.md or CLAUDE.md, to help the agent use the Toolbox effectively throughout its workflow.For coding agents
Default template
Copy the following into your agent instruction file:Next steps
Start using the Agentic Toolbox with these tools and workflows:- Suggested workflows: See example workflows for building features, debugging issues, and combining Agentic Toolbox capabilities into a repeatable development process.
- Codebase Wisdom: Gives your agent context about your codebase, including dependencies, cross-repository relationships, and recent changes.
- Get Rules: Retrieves the coding rules and standards that apply to the current task.
- Review: Reviews your local changes using the same Qodo Review capabilities used for pull request reviews.
- Review Resolver: Retrieves and resolves Qodo Review findings from your agent workflow.
- Manage Standards: Lets authorized users manage review standards and rule suggestions directly from their agent.