> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

#  Qodo tools reference

> A complete list of Qodo tools available through the Agentic Toolbox and their commands.

## Codebase tools

The Codebase tools help your agent understand and search your repositories.

| Tool            | Description                                                                         |
| --------------- | ----------------------------------------------------------------------------------- |
| `find`          | Find files and directories that match a pattern.                                    |
| `ls`            | List files and directories at a specific path.                                      |
| `read-file`     | Read the contents of a file.                                                        |
| `grep`          | Search repository files for matching text or regular expressions.                   |
| `blame`         | View the commit, author, and timestamp associated with each line of a file.         |
| `get-commit`    | Get details about a specific commit.                                                |
| `list-commits`  | List commits filtered by path, reference, or date range.                            |
| `list-branches` | List branches and their head commit SHAs.                                           |
| `list-tags`     | List tags and their commit SHAs.                                                    |
| `search-repos`  | Find repositories that you have access to.                                          |
| `get-issue`     | Get an issue and its metadata.                                                      |
| `list-issues`   | List issues filtered by state, labels, or date.                                     |
| `search-issues` | Search issues across repositories.                                                  |
| `get-pr`        | Get the contents of a pull request, including metadata, diffs, and review comments. |
| `list-prs`      | List pull requests filtered by state, base branch, or date.                         |

## Cross-repo tools

The Cross-repo tools help your agent understand relationships between repositories.

| Tool        | Description                                                                           |
| ----------- | ------------------------------------------------------------------------------------- |
| `overview`  | Show the relationships between repositories in the workspace.                         |
| `relations` | Show the repositories related to a specific repository and explain the relationships. |
| `pair`      | Explain the relationship between two specific repositories.                           |

## Pull request tools

The Pull request tools give your agent access to knowledge from previous pull requests and code reviews.

| Tool                  | Description                                                                                        |
| --------------------- | -------------------------------------------------------------------------------------------------- |
| `details`             | Get details about a merged pull request, including its description, files, and review suggestions. |
| `patch`               | Get the changes made to a specific file in a merged pull request.                                  |
| `by-file`             | Find merged pull requests that changed a specific file.                                            |
| `similar`             | Find merged pull requests that are similar to a change or question.                                |
| `review-history`      | Find previous code review suggestions for a file or directory and see whether they were accepted.  |
| `similar-suggestions` | Find previous review suggestions that are similar to a description or code change.                 |

## PR review tools

The PR review tools let your agent inspect and manage findings from Qodo code reviews.

| Tool               | Description                                                              |
| ------------------ | ------------------------------------------------------------------------ |
| `findings`         | Get the latest review status and current findings for a pull request.    |
| `mark-implemented` | Mark a finding as implemented after the corresponding fix has been made. |
| `dismiss`          | Dismiss a finding when no code change is required.                       |

## Skills tools

The Skills tools provide access to skills that guide your agent's work.

| Tool       | Description                                 |
| ---------- | ------------------------------------------- |
| `list`     | List the skills available in the workspace. |
| `get`      | Get details about a specific skill.         |
| `insights` | View skill usage metrics for the workspace. |

Skills provide reusable instructions that help your agent follow your team's established practices.

## Rules tools

The Rules tools help your agent find and use coding standards that apply to a task.

| Tool     | Description                                           |
| -------- | ----------------------------------------------------- |
| `search` | Find coding rules that are relevant to a coding task. |
| `list`   | List coding rules available in the workspace.         |
| `get`    | Get details about a specific coding rule.             |

Before making or reviewing a change, your agent can search for rules that apply to the task and use them to guide its work.

## Related resources

* [Tools overview](/agentic-toolbox/qodo-tools-overview): A high-level summary of tool groups and suggested workflows.
* [Agentic Toolbox overview](/agentic-toolbox/agentic-toolbox-overview): Learn how the Agentic Toolbox works and when to use the CLI or MCP.
* [Reviewer](/agentic-toolbox/agentic-toolbox-codebase-review-skill): Review local changes before opening a pull request.
* [Codebase Wisdom](/agentic-toolbox/agentic-toolbox-codebase-wisdom-skill): Understand your codebase, dependencies, and recent changes.
* [Get Rules](/agentic-toolbox/agentic-toolbox-get-rules-skill): Retrieve the coding rules that apply to a task before implementation begins.
* [Review Resolver](/agentic-toolbox/agentic-toolbox-review-resolver-skill): Retrieve and resolve Qodo Review findings from your agent workflow.
