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