The Code Review extension is an open-source Qwen Code extension, built to enhance your repository's code quality. The extension adds a new command to Qwen Code that analyzes code changes to identify a variety of code quality issues.
This extension is brought to you by the authors of the Qwen Code Review tool, which provides code reviews directly in your development workflow.
Install the Code Review extension by running the following command from your terminal (requires Qwen Code v0.1.0 or newer):
qwen extensions install https://github.com/qwen-code-extensions/code-reviewIf you do not yet have Qwen Code installed, or if the installed version is older than 0.1.0, see Qwen Code installation instructions.
The Code Review extension adds the /code-review command to Qwen Code which analyzes code changes on your current branch for quality issues.
- Qwen Code extensions: Documentation about using extensions in Qwen Code
- Qwen Code documentation: Documentation for Qwen Code
- GitHub issues: Report bugs or request features
- License: Apache License 2.0