review

Review code changes for correctness, security, quality, and performance.

26.9k|2.8k|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/QwenLM/qwen-code --skill review-qwenlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/QwenLM/qwen-code/tree/main/packages/core/src/skills/bundled/review
Command: npx skills add https://github.com/QwenLM/qwen-code --skill review-qwenlm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, ensuring correctness, security, code quality, and performance, thereby improving the overall health and maintainability of the codebase.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code from multiple perspectives including correctness, security, quality, and performance.
  • Flexible Input: Can review local uncommitted changes, specific files, or pull requests by number or URL.
  • Use Case: Before merging a new feature, use this Skill to perform a thorough review of all code changes, identifying potential bugs, security vulnerabilities, and areas for performance optimization.

Quick Start

Use the review skill to review the current uncommitted changes in the repository.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review code changes for security vulnerabilities and performance bottlenecks?

To review code changes for security vulnerabilities and performance bottlenecks, you can analyze local uncommitted changes, specific files, or pull requests using parallel agents for multi-dimensional correctness and quality analysis.

Can I review a pull request by number or URL before merging?

Yes, you can review a pull request by providing its specific number or URL. This allows the system to fetch and evaluate the code changes for correctness, security, and performance before merging.

What is the best way to check local uncommitted changes for code quality issues?

The best way to check local uncommitted changes for code quality issues is to run an automated review process that evaluates the working directory against correctness, security, and performance standards.

Does automated code review work with specific files instead of entire pull requests?

Yes, automated code review works with specific files instead of entire pull requests. You can target individual files in your repository to identify potential bugs, security vulnerabilities, and performance optimization areas.

Why use multiple parallel agents for git code review?

Using multiple parallel agents for git code review enables in-depth, multi-dimensional analysis. This approach ensures comprehensive detection of correctness flaws, security risks, and performance bottlenecks simultaneously.