Skip to content

/issues

Description

The /issues command in qodo Gen is engineered to enhance code quality and security by identifying potential issues within your codebase. Available in Git-Diff Focus, this command scrutinizes your code for a variety of issues, such as security vulnerabilities, logical errors, debugging remnants, and more. Each identified issue is accompanied by a tag indicating its type, a direct link to the implicated code, and a detailed description of the problem. This feature is essential for preemptively addressing problems that could compromise your project's integrity or performance.

How to Use

Follow these steps to efficiently utilize the /issues command:

  1. Select Your Changeset: Identify the scope by selecting file, local, staged, or committed changes.

  2. Select Target Branch (for committed changes): If your focus is on committed changes, you must select the target branch to which your current working branch will be compared. For local or staged changes, proceed directly to initiating the command as these do not require a target branch selection.

  3. Initiate the Command: Type /issues in the chat interface. qodo Gen then proceeds to analyze the selected scope—either the entire changeset (loca, stages or committed changes) or the specified changes in a file—for potential issues.

  4. Review Identified Issues: qodo Gen presents a list of found issues, each tagged with its type (e.g., Security Concern, Potential Issue, Leftover Debugging Code, Misspelled Variable). Alongside each issue is a link to the relevant code and a comprehensive description of the problem, enabling you to quickly grasp and locate the concern.

  5. Start a Thread for Fixes: If you wish to receive suggestions for fixing the identified issues, you can initiate a thread directly from the issues list. In this interactive discussion, ask qodo Gen for specific advice on how to address each concern. qodo Gen will provide tailored suggestions for resolving the problems, enhancing the security and quality of your code.

Available in

Threads

This command supports threading. Read more about Threads.

Example

Command:

/issues


Response:

issues

Footer