Skip to main content
The Agentic Toolbox gives your coding agent access to Qodo tools that help it understand your codebase, learn from previous work, review changes, and apply coding standards. The tools are organized into groups based on the type of work they support: Your agent can combine these tools to understand a task, implement a change, review the result, and resolve review findings.

Access Qodo tools from the terminal

You can view the Qodo tools available in your environment from the terminal:
This displays the available tool groups and their tools. For example:
You don’t need to run this command to use the tools. Your coding agent can access the available Qodo tools as part of its workflow.
The tools available to you depend on your Qodo permissions, workspace configuration, and deployment.

Suggested workflows

The tools work together across the development process.
  • Understand: Use Codebase and Cross-repo tools to understand the relevant code and dependencies.
  • Implement: Use Codebase context, Pull request history, Skills, and Rules to guide the implementation.
  • Review: Use Qodo review capabilities and PR review tools to identify issues in your changes.
  • Resolve: Use PR review tools to track findings after making fixes, or dismiss findings that do not require a code change.