> ## 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.

# Tools list

<Warning>
  **Git Integration (formerly Qodo Merge)** – AI code review agents for pull requests. This documentation describes the Qodo v1 experience. For the Qodo v2 documentation, click [here.](/code-review)
</Warning>

Qodo offers a variety of tools to help with Pull Request management:

**To use tools either:**

* **Comment on a PR with the applicable command**, with a leading slash `/`. Scroll down to see the full commands list.
* Set the tool to **trigger automatically**. Learn more on how to do that in the [usage guide](/v1/features/usage).

| Tool                       | Command                                                                         | Description                                                                                                                                    |
| -------------------------- | ------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| **Compliance**             | [`/compliance`](/v1/tools/tools-list/compliance)                                | Comprehensive compliance checks for security, ticket requirements, and custom organizational rules                                             |
| **PR Description**         | [`/describe`](/v1/tools/tools-list/describe)                                    | Automatically generates PR description - title, type, summary, code walkthrough and labels.                                                    |
| **PR Review**              | [`/review`](/v1/tools/tools-list/review)                                        | Adjustable feedback about the PR, possible issues, security concerns, review effort and more.                                                  |
| **Code Suggestions**       | [`/improve`](/v1/tools/tools-list/improve)                                      | Code suggestions for improving the PR.                                                                                                         |
| **Question Answering**     | [`/ask`](/v1/tools/tools-list/ask)` ...`                                        | Answers free-style questions about the PR or specific code lines.                                                                              |
| **Add Documentation**      | [`/add_docs`](/v1/tools/tools-list/add-docs)                                    | Generates documentation to methods, functions or classes that changed in the PR.                                                               |
| **Analyze**                | [`/analyze`](/v1/tools/tools-list/analyze)                                      | Identifies code components that changed in the PR, and enables to interactively generate tests, docs, and code suggestions for each component. |
| **CI Feedback**            | [`/checks ci_job`](/v1/tools/tools-list/checks-ci-feedback)                     | Automatically generates feedback and analysis for a failed CI job.                                                                             |
| **Custom Prompt**          | [`/custom_prompt`](/v1/tools/tools-list/custom-prompt)                          | Automatically generates custom suggestions for improving the PR code, based on specific guidelines defined by the user.                        |
| **Generate Custom Labels** | [`/generate_labels`](/v1/tools/tools-list/generate-labels)                      | Generates custom labels for the PR, based on specific guidelines defined by the user.                                                          |
| **Generate Tests**         | [`/test`](/v1/tools/tools-list/generate-tests)                                  | Automatically generates unit tests for a selected component, based on the PR code changes.                                                     |
| **Help**                   | [`/help`](/v1/tools/tools-list/help)                                            | Provides a list of all the available tools. Also enables to trigger them interactively                                                         |
| **Help Docs**              | [`/help_docs`](/v1/tools/tools-list/help-docs)                                  | Answer a free-text question based on a git documentation folder.                                                                               |
| **Implement**              | [`/implement`](/v1/tools/tools-list/implement)                                  | Generates implementation code from review suggestions.                                                                                         |
| **Improve Component**      | [`/improve_component [component_name]`](/v1/tools/tools-list/improve-component) | Generates code suggestions for a specific code component that changed in the PR.                                                               |
| **PR to Ticket**           | [`/create-ticket`](/v1/tools/tools-list/pr-to-ticket)                           | Generates ticket in the ticket tracking systems (Jira, Linear, or Git provider issues) based on PR content                                     |
| **Update Changelog**       | [`/update_changelog`](/v1/tools/tools-list/update-changelog)                    | Updates `CHANGELOG.md` file with the PR changes.                                                                                               |
| **Scan Repo Discussions**  | [`/scan_repo_discussions`](/v1/tools/tools-list/scan-repo-discussions)          | Generates a `best_practices.md` file based on previous discussions in the repository.                                                          |
| **Similar Code**           | [`/similar_code`](/v1/tools/tools-list/similar-code)                            | Retrieves the most similar code components from inside the organization's codebase, or from open-source code.                                  |
