After Qoder modifies code, you typically need to check what it changed and conduct a code review. Qoder CLI offers two features: use /diff to view specific code diffs, and /review to perform a structured code review and identify fixable issues.Both features are Git-based and must be used within a Git repository.
Use /review to perform a structured review and identify potential issues.
Based on the review results, have Qoder make further corrections.
The "Compare with Base Branch" and "Specific Commit" scopes are particularly useful when you need to strictly vet the entire set of changes before committing.
Both /review and /diff must be run in a Git repository. If you are not in a Git repository, or if no branches or commits are available, Qoder will display an appropriate prompt.